| Package | Description |
|---|---|
| org.apache.shindig.extras.as.core.model | |
| org.apache.shindig.extras.as.opensocial.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityObjectImpl
ActivityObjectImpl class.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.