Uses of Interface
org.apache.shindig.extras.as.opensocial.model.ActionLink

Packages that use ActionLink
org.apache.shindig.extras.as.core.model   
org.apache.shindig.extras.as.opensocial.model   
 

Uses of ActionLink in org.apache.shindig.extras.as.core.model
 

Classes in org.apache.shindig.extras.as.core.model that implement ActionLink
 class ActionLinkImpl
          A simple implementation of an ActionLink used by ActivityStreams.
 

Methods in org.apache.shindig.extras.as.core.model that return ActionLink
 ActionLink ActivityObjectImpl.getAction()
          Returns an ActionLink for this object
 

Methods in org.apache.shindig.extras.as.core.model with parameters of type ActionLink
 void ActivityObjectImpl.setAction(ActionLink action)
          Sets the ActionLink for this object
 

Uses of ActionLink in org.apache.shindig.extras.as.opensocial.model
 

Methods in org.apache.shindig.extras.as.opensocial.model that return ActionLink
 ActionLink ActivityObject.getAction()
          Returns an ActionLink for this object
 

Methods in org.apache.shindig.extras.as.opensocial.model with parameters of type ActionLink
 void ActivityObject.setAction(ActionLink action)
          Sets the ActionLink for this object
 



Copyright © 2007-2012. All Rights Reserved.