Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
M
O
S
T
U
V
A
ActionLink
- Interface in
org.apache.shindig.extras.as.opensocial.model
ActionLink interface.
ActionLink.Field
- Enum in
org.apache.shindig.extras.as.opensocial.model
Fields that represent JSON elements for an activity entry.
ActionLinkImpl
- Class in
org.apache.shindig.extras.as.core.model
A simple implementation of an ActionLink used by ActivityStreams.
ActionLinkImpl()
- Constructor for class org.apache.shindig.extras.as.core.model.
ActionLinkImpl
Construct an empty ActionLinkImpl.
ActivityEntry
- Interface in
org.apache.shindig.extras.as.opensocial.model
ActivityEntry interface.
ActivityEntry.Field
- Enum in
org.apache.shindig.extras.as.opensocial.model
Fields that represent JSON elements for an activity entry.
ActivityEntry.Verb
- Enum in
org.apache.shindig.extras.as.opensocial.model
Possible verbs for an activity stream entry.
ActivityEntryImpl
- Class in
org.apache.shindig.extras.as.core.model
A simple bean implementation of an ActivityStream Entry.
ActivityEntryImpl()
- Constructor for class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
Create a new empty ActivityEntry
ActivityObject
- Interface in
org.apache.shindig.extras.as.opensocial.model
A representation of an ActivityStream object, a thing which participates in an Activity.
ActivityObject.Field
- Enum in
org.apache.shindig.extras.as.opensocial.model
ActivityObjectImpl
- Class in
org.apache.shindig.extras.as.core.model
ActivityObjectImpl class.
ActivityObjectImpl()
- Constructor for class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
A simple implementation of an ActivtyObject
ActivityStream
- Interface in
org.apache.shindig.extras.as.opensocial.model
Interface for an Activity Stream.
ActivityStream.Field
- Enum in
org.apache.shindig.extras.as.opensocial.model
ActivityStreamImpl
- Class in
org.apache.shindig.extras.as.core.model
A simple, bean-based version of an ActivityStream
ActivityStreamImpl()
- Constructor for class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Create a new empty ActivityStream
ActivityStreamService
- Interface in
org.apache.shindig.extras.as.opensocial.spi
The ActivityService interface defines the service provider interface to retrieve activities from the underlying SNS.
ActivityStreamsGuiceModule
- Class in
org.apache.shindig.extras.as
Configures the Extra modules in shindig-extras.
ActivityStreamsGuiceModule()
- Constructor for class org.apache.shindig.extras.as.
ActivityStreamsGuiceModule
ActivityStreamsHandler
- Class in
org.apache.shindig.extras.as.opensocial.service
ActivityStreamsHandler class.
ActivityStreamsHandler(ActivityStreamService, ContainerConfig)
- Constructor for class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Constructor for ActivityStreamsHandler.
ActivityStreamsJsonDbService
- Class in
org.apache.shindig.extras.as.sample
Sample Implementation of the ActivityStreams Service using a JSON database.
ActivityStreamsJsonDbService(JsonDbOpensocialService, BeanConverter)
- Constructor for class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Create a new ActivityStreamsJsonDbService instance via Guice injection
C
configure()
- Method in class org.apache.shindig.extras.as.
ActivityStreamsGuiceModule
configure()
- Method in class org.apache.shindig.extras.
ShindigExtrasGuiceModule
configureExtraFeatures()
- Method in class org.apache.shindig.extras.
ShindigExtrasGuiceModule
Adds the features-extras directory to the search path
create(SocialRequestItem)
- Method in class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object TODO: REST end-point
createActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, SecurityToken)
- Method in interface org.apache.shindig.extras.as.opensocial.spi.
ActivityStreamService
Creates the passed in activity for the passed in user and group.
createActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, SecurityToken)
- Method in class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Creates the passed in activity for the passed in user and group.
D
delete(SocialRequestItem)
- Method in class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Allowed end-points /activities/{userId}/@self/{actvityId}+ examples: /activities/john.doe/@self/1
deleteActivityEntries(UserId, GroupId, String, Set<String>, SecurityToken)
- Method in interface org.apache.shindig.extras.as.opensocial.spi.
ActivityStreamService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteActivityEntries(UserId, GroupId, String, Set<String>, SecurityToken)
- Method in class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Deletes the activity for the passed in user and group that corresponds to the activityId.
G
get(SocialRequestItem)
- Method in class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Allowed end-points /activities/{userId}/{groupId}/{optionalActvityId}+ /activities/{userId}+/{groupId} examples: /activities/john.doe/@self/1 /activities/john.doe/@self /activities/john.doe,jane.doe/@friends
getAction()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Returns an ActionLink for this object
getAction()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Returns an ActionLink for this object
getActivityEntries(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken)
- Method in interface org.apache.shindig.extras.as.opensocial.spi.
ActivityStreamService
Returns a list of activities that correspond to the passed in users and group.
getActivityEntries(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken)
- Method in interface org.apache.shindig.extras.as.opensocial.spi.
ActivityStreamService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivityEntries(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken)
- Method in class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Returns a list of activities that correspond to the passed in users and group.
getActivityEntries(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken)
- Method in class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivityEntry(UserId, GroupId, String, Set<String>, String, SecurityToken)
- Method in interface org.apache.shindig.extras.as.opensocial.spi.
ActivityStreamService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActivityEntry(UserId, GroupId, String, Set<String>, String, SecurityToken)
- Method in class org.apache.shindig.extras.as.sample.
ActivityStreamsJsonDbService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActor()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getActor
getActor()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getActor
getAttached()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Gets the list of Attached Activities for this entry
getAttached()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Gets the list of Attached Activities for this entry
getBody()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getBody
getBody()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getBody
getCaption()
- Method in class org.apache.shindig.extras.as.core.model.
ActionLinkImpl
Get the caption for this action link.
getCaption()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActionLink
Get the caption for this action link.
getDisplayName()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Get the human readable name for this stream
getDisplayName()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Get the human readable name for this stream
getDownstreamDuplicateId()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Get the list of downstream duplicate Ids
getDownstreamDuplicateId()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Get the list of downstream duplicate Ids
getDuration()
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Returns the duration of this mediaLink
getDuration()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Returns the duration of this mediaLink
getEntries()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Get the list of ActivityEntry objects
getEntries()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Get the list of ActivityEntry objects
getGenerator()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getGenerator
getGenerator()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getGenerator
getHeight()
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the Height of this mediaLink
getHeight()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the Height of this mediaLink
getIcon()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getIcon
getIcon()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getIcon
getId()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Gets the absolute URI that uniquely identifies the object
getId()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Return the id string
getId()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Gets the absolute URI that uniquely identifies the object
getId()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Return the id string
getInReplyTo()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Get the Activity this item is a response to
getInReplyTo()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Get the Activity this item is a response to
getLanguage()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Get the language for this stream
getLanguage()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Get the language for this stream
getMedia()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Get the link to a media item
getMedia()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Get the link to a media item
getName()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
getName()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
getObject()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getObject
getObject()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getObject
getPermalink()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Get the permanent link
getPermalink()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Get the permanent link
getReaction()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Gets the list of reaction Activities for this entry
getReaction()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Gets the list of reaction Activities for this entry
getReply()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Gets the list of reply Activities for this entry
getReply()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Gets the list of reply Activities for this entry
getServiceProvider()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getServiceProvider
getServiceProvider()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getServiceProvider
getStandardLink()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getStandardLink
getStandardLink()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Return a standard link string
getStandardLink()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getStandardLink
getStandardLink()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Return a standard link string
getSubject()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Get the subject for this stream
getSubject()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Get the subject for this stream
getSummary()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Gets the human-readable summary for this object.
getSummary()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Gets the human-readable summary for this object.
getTarget()
- Method in class org.apache.shindig.extras.as.core.model.
ActionLinkImpl
Get the target of this action link
getTarget()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getTarget
getTarget()
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Returns the target of this MediaLink
getTarget()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActionLink
Get the target of this action link
getTarget()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getTarget
getTarget()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Returns the target of this MediaLink
getTime()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getTime
getTime()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getTime
getTitle()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getTitle
getTitle()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getTitle
getType()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Returns a list of Type strings
getType()
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Returns the type of the MediaLink
getType()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Returns a list of Type strings
getType()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Returns the type of the MediaLink
getUpstreamDuplicateId()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Get the list of upstream duplicate Ids
getUpstreamDuplicateId()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Get the list of upstream duplicate Ids
getVerb()
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
getVerb
getVerb()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
getVerb
getWidth()
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
getWidth
getWidth()
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
getWidth
M
MediaLink
- Interface in
org.apache.shindig.extras.as.opensocial.model
MediaLink interface.
MediaLink.Field
- Enum in
org.apache.shindig.extras.as.opensocial.model
Fields that represent the JSON elements.
MediaLinkImpl
- Class in
org.apache.shindig.extras.as.core.model
MediaLinkImpl class.
MediaLinkImpl()
- Constructor for class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Create a new MediaLink
O
org.apache.shindig.extras
- package org.apache.shindig.extras
org.apache.shindig.extras.as
- package org.apache.shindig.extras.as
org.apache.shindig.extras.as.core.model
- package org.apache.shindig.extras.as.core.model
org.apache.shindig.extras.as.opensocial.model
- package org.apache.shindig.extras.as.opensocial.model
org.apache.shindig.extras.as.opensocial.service
- package org.apache.shindig.extras.as.opensocial.service
org.apache.shindig.extras.as.opensocial.spi
- package org.apache.shindig.extras.as.opensocial.spi
org.apache.shindig.extras.as.sample
- package org.apache.shindig.extras.as.sample
S
setAction(ActionLink)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the ActionLink for this object
setAction(ActionLink)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the ActionLink for this object
setActor(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setActor
setActor(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setActor
setAttached(List<ActivityObject>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the list of Attached Activities for this entry
setAttached(List<ActivityObject>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the list of Attached Activities for this entry
setBody(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setBody
setBody(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setBody
setCaption(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActionLinkImpl
Set the caption for this action link.
setCaption(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActionLink
Set the caption for this action link.
setDisplayName(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Get the display name for this stream
setDisplayName(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Get the display name for this stream
setDownstreamDuplicateId(List<String>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the list of downstream duplicate Ids
setDownstreamDuplicateId(List<String>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the list of downstream duplicate Ids
setDuration(String)
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the duration of this mediaLink
setDuration(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the duration of this mediaLink
setEntries(List<ActivityEntry>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Set the list of ActivityEntry objects
setEntries(List<ActivityEntry>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Set the list of ActivityEntry objects
setGenerator(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setGenerator
setGenerator(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setGenerator
setHeight(String)
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the Height of this mediaLink
setHeight(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the Height of this mediaLink
setIcon(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setIcon
setIcon(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setIcon
setId(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the absolute URI that uniquely identifies the object
setId(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Sets the Id for this stream
setId(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the absolute URI that uniquely identifies the object
setId(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Sets the Id for this stream
setInReplyTo(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the Activity this item is a response to
setInReplyTo(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the Activity this item is a response to
setLanguage(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Set the language for this stream
setLanguage(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Set the language for this stream
setMedia(MediaLink)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the link to a media item
setMedia(MediaLink)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the link to a media item
setName(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the name
setName(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the name
setObject(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setObject
setObject(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setObject
setPermalink(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the permanent link
setPermalink(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the permanent link
setReaction(List<ActivityObject>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the list of reaction Activities for this entry
setReaction(List<ActivityObject>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the list of reaction Activities for this entry
setReply(List<ActivityObject>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the list of reply Activities for this entry
setReply(List<ActivityObject>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the list of reply Activities for this entry
setServiceProvider(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setServiceProvider
setServiceProvider(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setServiceProvider
setStandardLink(List<String>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setStandardLink
setStandardLink(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the standard link string
setStandardLink(List<String>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setStandardLink
setStandardLink(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the standard link string
setSubject(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityStreamImpl
Set the subject for this stream
setSubject(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityStream
Set the subject for this stream
setSummary(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Sets the human-readable summary for this object.
setSummary(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Sets the human-readable summary for this object.
setTarget(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActionLinkImpl
Set the target of this action link
setTarget(ActivityObject)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setTarget
setTarget(String)
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the target for this MediaLink
setTarget(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActionLink
Set the target of this action link
setTarget(ActivityObject)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setTarget
setTarget(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the target for this MediaLink
setTime(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setTime
setTime(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setTime
setTitle(String)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setTitle
setTitle(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setTitle
setType(List<String>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
set the list of Type strings
setType(String)
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the type of the MediaLink
setType(List<String>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
set the list of Type strings
setType(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the type of the MediaLink
setUpstreamDuplicateId(List<String>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityObjectImpl
Set the list of upstream duplicate Ids
setUpstreamDuplicateId(List<String>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityObject
Set the list of upstream duplicate Ids
setVerb(List<String>)
- Method in class org.apache.shindig.extras.as.core.model.
ActivityEntryImpl
setVerb
setVerb(List<String>)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
ActivityEntry
setVerb
setWidth(String)
- Method in class org.apache.shindig.extras.as.core.model.
MediaLinkImpl
Sets the Width of this mediaLink
setWidth(String)
- Method in interface org.apache.shindig.extras.as.opensocial.model.
MediaLink
Sets the Width of this mediaLink
ShindigExtrasGuiceModule
- Class in
org.apache.shindig.extras
Configures the Extra modules in shindig-extras.
ShindigExtrasGuiceModule()
- Constructor for class org.apache.shindig.extras.
ShindigExtrasGuiceModule
supportedFields(RequestItem)
- Method in class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Return a list of supported fields for the ActivityStreams endpoint
T
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
ActionLink.Field
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Field
Returns the name of the JSON element.
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Verb
Returns the name of the JSON element.
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityObject.Field
Returns the name of the JSON element.
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityStream.Field
toString()
- Method in enum org.apache.shindig.extras.as.opensocial.model.
MediaLink.Field
Returns the name of the JSON element.
U
update(SocialRequestItem)
- Method in class org.apache.shindig.extras.as.opensocial.service.
ActivityStreamsHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object TODO: REST end-point
V
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActionLink.Field
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Field
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Verb
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityObject.Field
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityStream.Field
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
MediaLink.Field
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActionLink.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityEntry.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityObject.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
ActivityStream.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.shindig.extras.as.opensocial.model.
MediaLink.Field
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
G
M
O
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2012. All Rights Reserved.