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

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

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

Classes in org.apache.shindig.extras.as.core.model that implement ActivityObject
 class ActivityObjectImpl
          ActivityObjectImpl class.
 

Methods in org.apache.shindig.extras.as.core.model that return ActivityObject
 ActivityObject ActivityEntryImpl.getActor()
          getActor
 ActivityObject ActivityEntryImpl.getGenerator()
          getGenerator
 ActivityObject ActivityObjectImpl.getInReplyTo()
          Get the Activity this item is a response to
 ActivityObject ActivityEntryImpl.getObject()
          getObject
 ActivityObject ActivityEntryImpl.getServiceProvider()
          getServiceProvider
 ActivityObject ActivityEntryImpl.getTarget()
          getTarget
 

Methods in org.apache.shindig.extras.as.core.model that return types with arguments of type ActivityObject
 List<ActivityObject> ActivityObjectImpl.getAttached()
          Gets the list of Attached Activities for this entry
 List<ActivityObject> ActivityObjectImpl.getReaction()
          Gets the list of reaction Activities for this entry
 List<ActivityObject> ActivityObjectImpl.getReply()
          Gets the list of reply Activities for this entry
 

Methods in org.apache.shindig.extras.as.core.model with parameters of type ActivityObject
 void ActivityEntryImpl.setActor(ActivityObject actor)
          setActor
 void ActivityEntryImpl.setGenerator(ActivityObject generator)
          setGenerator
 void ActivityObjectImpl.setInReplyTo(ActivityObject inReplyTo)
          Set the Activity this item is a response to
 void ActivityEntryImpl.setObject(ActivityObject object)
          setObject
 void ActivityEntryImpl.setServiceProvider(ActivityObject serviceProvider)
          setServiceProvider
 void ActivityEntryImpl.setTarget(ActivityObject target)
          setTarget
 

Method parameters in org.apache.shindig.extras.as.core.model with type arguments of type ActivityObject
 void ActivityObjectImpl.setAttached(List<ActivityObject> attached)
          Sets the list of Attached Activities for this entry
 void ActivityObjectImpl.setReaction(List<ActivityObject> reaction)
          Sets the list of reaction Activities for this entry
 void ActivityObjectImpl.setReply(List<ActivityObject> reply)
          Sets the list of reply Activities for this entry
 

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

Methods in org.apache.shindig.extras.as.opensocial.model that return ActivityObject
 ActivityObject ActivityEntry.getActor()
          getActor
 ActivityObject ActivityEntry.getGenerator()
          getGenerator
 ActivityObject ActivityObject.getInReplyTo()
          Get the Activity this item is a response to
 ActivityObject ActivityEntry.getObject()
          getObject
 ActivityObject ActivityEntry.getServiceProvider()
          getServiceProvider
 ActivityObject ActivityEntry.getTarget()
          getTarget
 

Methods in org.apache.shindig.extras.as.opensocial.model that return types with arguments of type ActivityObject
 List<ActivityObject> ActivityObject.getAttached()
          Gets the list of Attached Activities for this entry
 List<ActivityObject> ActivityObject.getReaction()
          Gets the list of reaction Activities for this entry
 List<ActivityObject> ActivityObject.getReply()
          Gets the list of reply Activities for this entry
 

Methods in org.apache.shindig.extras.as.opensocial.model with parameters of type ActivityObject
 void ActivityEntry.setActor(ActivityObject actor)
          setActor
 void ActivityEntry.setGenerator(ActivityObject generator)
          setGenerator
 void ActivityObject.setInReplyTo(ActivityObject inReplyTo)
          Set the Activity this item is a response to
 void ActivityEntry.setObject(ActivityObject object)
          setObject
 void ActivityEntry.setServiceProvider(ActivityObject serviceProvider)
          setServiceProvider
 void ActivityEntry.setTarget(ActivityObject target)
          setTarget
 

Method parameters in org.apache.shindig.extras.as.opensocial.model with type arguments of type ActivityObject
 void ActivityObject.setAttached(List<ActivityObject> attached)
          Sets the list of Attached Activities for this entry
 void ActivityObject.setReaction(List<ActivityObject> reaction)
          Sets the list of reaction Activities for this entry
 void ActivityObject.setReply(List<ActivityObject> reply)
          Sets the list of reply Activities for this entry
 



Copyright © 2007-2012. All Rights Reserved.