A B C D E F G H I J L M N O P R S T U V X

A

Account - Interface in org.apache.shindig.social.opensocial.model
The Account interface describes the an account held by a person.
Account.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the account object in json form.
AccountImpl - Class in org.apache.shindig.social.core.model
Default Implementation of an Account
AccountImpl() - Constructor for class org.apache.shindig.social.core.model.AccountImpl
 
AccountImpl(String, String, String) - Constructor for class org.apache.shindig.social.core.model.AccountImpl
 
Activity - Interface in org.apache.shindig.social.opensocial.model
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Activity.Field for all field meanings.
Activity.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the activity object ion json form.
ActivityHandler - Class in org.apache.shindig.social.opensocial.service
Rest/RPC handler for all activites related requests
ActivityHandler(ActivityService, ContainerConfig) - Constructor for class org.apache.shindig.social.opensocial.service.ActivityHandler
 
ActivityImpl - Class in org.apache.shindig.social.core.model
Default implementation of an Activity
ActivityImpl() - Constructor for class org.apache.shindig.social.core.model.ActivityImpl
 
ActivityImpl(String, String) - Constructor for class org.apache.shindig.social.core.model.ActivityImpl
 
ActivityService - Interface in org.apache.shindig.social.opensocial.spi
The ActivityService interface defines the service provider interface to retrieve activities from the underlying SNS.
Address - Interface in org.apache.shindig.social.opensocial.model
Base interface for all address objects see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Address.
Address.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the address object in json form.
AddressImpl - Class in org.apache.shindig.social.core.model
Default representation of an Address
AddressImpl() - Constructor for class org.apache.shindig.social.core.model.AddressImpl
 
AddressImpl(String) - Constructor for class org.apache.shindig.social.core.model.AddressImpl
 
Album - Interface in org.apache.shindig.social.opensocial.model
The Album API describes the collection of MediaItems of images, movies, and audio.
Album.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the Album object in json form.
AlbumHandler - Class in org.apache.shindig.social.opensocial.service
Receives and delegates requests to the OpenSocial Album service.
AlbumHandler(AlbumService, ContainerConfig) - Constructor for class org.apache.shindig.social.opensocial.service.AlbumHandler
 
AlbumImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Album object in the model.
AlbumImpl() - Constructor for class org.apache.shindig.social.core.model.AlbumImpl
 
AlbumService - Interface in org.apache.shindig.social.opensocial.spi
The AlbumService interface defines the service provider interface for creating, retrieving, updating, and deleting OpenSocial albums.
AlbumService.NotImplementedAlbumService - Class in org.apache.shindig.social.opensocial.spi
 
AlbumService.NotImplementedAlbumService() - Constructor for class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
ALL - Static variable in interface org.apache.shindig.social.opensocial.model.MessageCollection
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Message.Field
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Person.Field
The set of all fields.
ALL_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves all friends.
AppDataHandler - Class in org.apache.shindig.social.opensocial.service
Handles REST/RPC requests for AppData
AppDataHandler(AppDataService) - Constructor for class org.apache.shindig.social.opensocial.service.AppDataHandler
 
AppDataService - Interface in org.apache.shindig.social.opensocial.spi
Data Service SPI interface.
AtomAttribute - Class in org.apache.shindig.social.core.util.atom
Represents an attribute in atom, ties into attribute converters.
AtomAttribute(String) - Constructor for class org.apache.shindig.social.core.util.atom.AtomAttribute
 
AtomAttributeConverter - Class in org.apache.shindig.social.core.util.atom
Serializes attributes correctly.
AtomAttributeConverter() - Constructor for class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
 
AtomAuthor - Class in org.apache.shindig.social.core.util.atom
Represents and atom:entry/atom:author element.
AtomAuthor(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomAuthor
 
AtomContent - Class in org.apache.shindig.social.core.util.atom
Represents and atom:content element.
AtomContent(Person) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomContent(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomContent(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomEntry - Class in org.apache.shindig.social.core.util.atom
This bean represents a Atom Entry for serialization.
AtomEntry(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomEntry
 
AtomFeed - Class in org.apache.shindig.social.core.util.atom
represents an atom:feed entry
AtomFeed(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomFeed
 
AtomGenerator - Class in org.apache.shindig.social.core.util.atom
this represents atom:entry/atom:generator configured for the Activity representation.
AtomGenerator(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomGenerator
 
AtomKeyValue - Class in org.apache.shindig.social.core.util.atom
represents a key/value pair in a map serialization for atom.
AtomKeyValue(Map.Entry<?, ?>) - Constructor for class org.apache.shindig.social.core.util.atom.AtomKeyValue
 
AtomLink - Class in org.apache.shindig.social.core.util.atom
represents an atom:link element.
AtomLink(String, String) - Constructor for class org.apache.shindig.social.core.util.atom.AtomLink
Construct a new AtomLink
AtomLinkConverter - Class in org.apache.shindig.social.core.util.atom
Serializes links for atom, taking account of attributes.
AtomLinkConverter() - Constructor for class org.apache.shindig.social.core.util.atom.AtomLinkConverter
 
AtomSource - Class in org.apache.shindig.social.core.util.atom
This represents atom:entry/atom:source for the Activity object.
AtomSource(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomSource
 
AuthenticationHandlerProvider - Class in org.apache.shindig.social.core.oauth
Guice provider of an ordered list of Auntentication Providers
AuthenticationHandlerProvider(UrlParameterAuthenticationHandler, OAuthAuthenticationHandler, AnonymousAuthenticationHandler) - Constructor for class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
authorizeToken(OAuthEntry, String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Authorize the request token for the given user id.
authorizeToken(OAuthEntry, String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 

B

BeanXStreamAtomConverter - Class in org.apache.shindig.social.core.util
Converts output to atom.
BeanXStreamAtomConverter(XStreamConfiguration) - Constructor for class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
 
BodyType - Interface in org.apache.shindig.social.opensocial.model
Base interface for all body type objects.
BodyType.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the person object in serialized form.
BodyTypeImpl - Class in org.apache.shindig.social.core.model
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.BodyType.
BodyTypeImpl() - Constructor for class org.apache.shindig.social.core.model.BodyTypeImpl
 

C

canConvert(Class) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
canConvert(Class) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
CollectionOptions - Class in org.apache.shindig.social.opensocial.spi
Data structure representing many of the RPC/REST requests we receive.
CollectionOptions() - Constructor for class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
CollectionOptions(RequestItem) - Constructor for class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
configure() - Method in class org.apache.shindig.social.core.config.SocialApiGuiceModule
configure() - Method in class org.apache.shindig.social.sample.SampleModule
 
convertToAccessToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Called when converting a request token to an access token.
convertToAccessToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
convertToString(Object) - Method in class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
/appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
Creates a new message collection or message
createActivity(UserId, GroupId, String, Set<String>, Activity, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Creates the passed in activity for the passed in user and group.
createActivity(UserId, GroupId, String, Set<String>, Activity, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates the passed in activity for the passed in user and group.
createAlbum(UserId, String, Album, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
createAlbum(UserId, String, Album, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
createAlbum(UserId, String, Album, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
createMessage(UserId, String, String, Message, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message.
createMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
createMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message.
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Creates a new message collection for the given arguments
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates a new message collection for the given arguments

D

DEFAULT_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Person.Field
The set of default fields returned fields.
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self/{actvityId}+ examples: /activities/john.doe/@self/1
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
 
deleteActivities(UserId, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteActivities(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteAlbum(UserId, String, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
deleteAlbum(UserId, String, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
deleteAlbum(UserId, String, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
deleteMessageCollection(UserId, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Deletes a message collection for the given arguments
deleteMessageCollection(UserId, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
deleteMessageCollection(UserId, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a message collection for the given arguments
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Deletes a set of messages for a given user/message collection
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a set of messages for a given user/message collection
deletePersonData(UserId, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Deletes data for the specified user and group.
deletePersonData(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes data for the specified user and group.
disableToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Mark a token DISABLED and store it.
disableToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
Drinker - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.Drinker.

E

ENTITY_ID - Static variable in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
EnumUtil - Class in org.apache.shindig.social.opensocial.model
Utility class for OpenSocial enums.
equals(Object) - Method in class org.apache.shindig.social.core.model.GroupImpl
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
expiresAt() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 

F

filterFields(JSONObject, Set<String>, Class<T>) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
 
FIVE_MINUTES - Static variable in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
fromJson(String) - Static method in class org.apache.shindig.social.opensocial.spi.GroupId
 
fromJson(String) - Static method in class org.apache.shindig.social.opensocial.spi.UserId
 
fromString(String) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
fromUrlString(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
Converts from a url string (usually passed in the fields= parameter) into the corresponding field enum.

G

generateRequestToken(String, String, String, String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Generate a valid requestToken for the given consumerKey.
generateRequestToken(String, String, String, String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
get() - Method in class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
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
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
/appdata/{userId}+/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.GroupHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.PersonHandler
Allowed end-points /people/{userId}+/{groupId} /people/{userId}/{groupId}/{optionalPersonId}+ examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
getAboutMe() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAboutMe() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a general statement about the person, specified as a string.
getAccounts() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAccounts() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the list of online accounts held by this person.
getActivities() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getActivities() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite activities, specified as an List of strings.
getActivities(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns a list of activities that correspond to the passed in users and group.
getActivities(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivities(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of activities that correspond to the passed in users and group.
getActivities(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivity(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActivity(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getAdditionalName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getAdditionalName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getAddress() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getAddress() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the address of the organization, specified as an Address.
getAddresses() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAddresses() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get addresses associated with the person, specified as an List of Address objects.
getAge() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAge() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's age, specified as a number.
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getAlbumId() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getAlbumId() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the album which the media item belongs to.
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getAppData() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAppData() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get app data for the person.
getAppId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getAppId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getAppId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the application that this activity is associated with.
getAppId() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getAppUrl() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getAppUrl() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getAppUrl() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the App URL for a message.
getAuthenticationMode() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getBirthday() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBirthday() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's date of birth, specified as a Date object.
getBody() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getBody() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getBody() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying an optional expanded version of an activity.
getBody() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the main text of the message.
getBodyId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getBodyId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getBodyId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the body template message ID in the gadget spec.
getBodyId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the body id.
getBodyType() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBodyType() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's body characteristics, specified as an BodyType.
getBooks() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBooks() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite books, specified as an List of strings.
getBuild() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getBuild() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The build of the person's body, specified as a string.
getCallbackToken() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCallbackTokenAttempts() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCallbackUrl() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCars() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getCars() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite cars, specified as an List of strings.
getChildren() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getChildren() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's children, specified as a string.
getCollectionIds() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getCollectionIds() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the collection Ids for this message.
getConsumer(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getConsumer(String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Lookup consumers.
getConsumer(String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getConsumerKey() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getContainer() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getContainer() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getContentType() - Method in class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
getConverterConfig(XStreamConfiguration.ConverterSet, ReflectionProvider, Mapper, HierarchicalStreamDriver, WriterStack) - Method in class org.apache.shindig.social.core.util.xstream.XStream081Configuration
getCountry() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getCountry() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the country.
getCreated() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getCreated() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the creation time
getCurrentLocation() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getCurrentLocation() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's current location, specified as an Address.
getDb() - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Allows access to the underlying json db.
getDescription() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getDescription() - Method in class org.apache.shindig.social.core.model.GroupImpl
 
getDescription() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getDescription() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get a string specifying the description of this album.
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Group
 
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the description of the media item
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a description or notes about the person's work in the organization, specified as a string.
getDisplayName() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getDisplayName() - Method in interface org.apache.shindig.social.opensocial.model.Person
The display name for the user.
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.Drinker
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.LookingFor
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.Smoker
getDomain() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getDomain() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getDomain() - Method in interface org.apache.shindig.social.opensocial.model.Account
The top-most authoritative domain for this account, e.g.
getDomain() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getDrinker() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getDrinker() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
getDuration() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getDuration() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the playtime length in seconds of the MediaItem
getEmails() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getEmails() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's Emails associated with the person.
getEndDate() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getEndDate() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the date the person stopped at the organization, specified as a Date.
getEntry(String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Get the OAuthEntry that corresponds to the oauthToken.
getEntry(String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getEnumStrings(Enum<?>...) - Static method in class org.apache.shindig.social.opensocial.model.EnumUtil
 
getEthnicity() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getEthnicity() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's ethnicity, specified as a string.
getExpiresAt() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getExtensions() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getExtensions() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's extensions, specified as a Map.
getExternalId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getExternalId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get an optional string ID generated by the posting application.
getEyeColor() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getEyeColor() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The eye color of the person, specified as a string.
getFamilyName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getFamilyName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getFashion() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getFashion() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's thoughts on fashion, specified as a string.
getField() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getField(String) - Static method in enum org.apache.shindig.social.opensocial.model.Address.Field
 
getField() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the field the organization is in, specified as a string.
getField(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
 
getFileSize() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getFileSize() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the MediaItem's file size
getFilter() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
This filter can be any field of the object being filtered or the special js filters, hasApp or topFriends.
getFilterOperation() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getFilterValue() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
Where a field filter has been specified (ie a non special filter) then this is the value of the filter.
getFirst() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
When paginating, the index of the first item to fetch.
getFood() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getFood() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite food, specified as an List of strings.
getFormatted() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getFormatted() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getFormatted() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the formatted address.
getFormatted() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getGender() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getGender() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's gender, specified as an Person.Gender.
getGivenName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getGivenName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getGroup() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getGroupId() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
getGroups(UserId, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.GroupService
 
getGroups(UserId, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
 
getHairColor() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getHairColor() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The hair color of the person, specified as a string.
getHandlers() - Method in class org.apache.shindig.social.core.config.SocialApiGuiceModule
Hook to provide a Set of request handlers.
getHappiestWhen() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHappiestWhen() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of when the person is happiest, specified as a string.
getHasApp() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHasApp() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get if the person has used the current app.
getHeight() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getHeight() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The height of the person in meters, specified as a number.
getHeroes() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHeroes() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's favorite heroes, specified as an Array of strings.
getHonorificPrefix() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getHonorificPrefix() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getHonorificSuffix() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getHonorificSuffix() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getHref() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getHumor() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHumor() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's thoughts on humor, specified as a string.
getId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getId() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getId() - Method in class org.apache.shindig.social.core.model.GroupImpl
 
getId() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getId() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getId() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID that is permanently associated with this activity.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get a string ID specifying the unique identifier of this album.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Group
 
getId() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the MediaItem's id
getId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the unique ID of the message
getId() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the unique ID of the message collection.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get A string ID that can be permanently associated with this person.
getIdSet(Set<UserId>, GroupId, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Get the set of user id's for a set of users and a group
getIms() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIms() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a list of Instant messaging address for this Person.
getInReplyTo() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getInReplyTo() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the parent message ID.
getInterests() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getInterests() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's interests, hobbies or passions, specified as an List of strings.
getIsOwner() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIsOwner() - Method in interface org.apache.shindig.social.opensocial.model.Person
 
getIssueTime() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getIsViewer() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIsViewer() - Method in interface org.apache.shindig.social.opensocial.model.Person
Returns true if this person object represents the currently logged in user.
getJobInterests() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getJobInterests() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite jobs, or job interests and skills, specified as a string.
getLanguage() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLanguage() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the language associated with the media item in ISO 639-3 format
getLanguagesSpoken() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLanguagesSpoken() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
getLastUpdated() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLastUpdated() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the update time associated with the media item
getLatitude() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLatitude() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the latitude.
getLinkText() - Method in class org.apache.shindig.social.core.model.UrlImpl
 
getLinkText() - Method in interface org.apache.shindig.social.opensocial.model.Url
Get the text associated with the link.
getLivingArrangement() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLivingArrangement() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's living arrangement, specified as a string.
getLocality() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLocality() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the locality.
getLocation() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getLocation() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLocation() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get address location of this album.
getLocation() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the location corresponding to the media item
getLongitude() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLongitude() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the longitude of the address in degrees.
getLookingFor() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLookingFor() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
getMax() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
The maximum number of items to fetch; defaults to 20.
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getMediaItemCount() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaItemCount() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the number of items in the album.
getMediaItems() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getMediaItems() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get any photos, videos, or images that should be associated with the activity.
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getMediaMimeType() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaMimeType() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the identifying mime-types of the items in the album.
getMediaType() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaType() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the list of media item types for the items in the album.
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Returns a list of message collections corresponding to the given user
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of message collections corresponding to the given user
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Returns a list of messages that correspond to the passed in data
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of messages that correspond to the passed in data
getMimeType() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getMimeType() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the mime type for this Media item.
getModuleId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getMovies() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getMovies() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite movies, specified as an List of strings.
getMusic() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getMusic() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
getName() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getName() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getName() - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getName() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the name of the organization, specified as a string.
getName() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's name Container support for this field is REQUIRED.
getNameSpaces() - Method in class org.apache.shindig.social.core.util.xstream.XStream081Configuration
getNetworkPresence() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getNetworkPresence() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's current network status.
getNickname() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getNickname() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's nickname.
getNumComments() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumComments() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of comments on the media item
getNumViews() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumViews() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of views for the media item
getNumVotes() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumVotes() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of votes received for voting.
getOAuthEntry(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getOauthVersion() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getOrganizations() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getOrganizations() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a list of current or past organizational affiliations of this Person.
getOwnerId() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getOwnerId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getOwnerId() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the ID of the owner of the album.
getParameter(OAuthMessage, String) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getPassword(String) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Public methods for use with Authentication Classes
getPeople(Set<UserId>, GroupId, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.PersonService
Returns a list of people that correspond to the passed in person ids.
getPeople(Set<UserId>, GroupId, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of people that correspond to the passed in person ids.
getPerson(UserId, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.PersonService
Returns a person that corresponds to the passed in person id.
getPerson(UserId, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a person that corresponds to the passed in person id.
getPersonData(Set<UserId>, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Retrives app data for the specified user list and group.
getPersonData(Set<UserId>, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrives app data for the specified user list and group.
getPets() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPets() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's pets Container support for this field is OPTIONAL.
getPhoneNumbers() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPhoneNumbers() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Phone numbers associated with the person.
getPhotos() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPhotos() - Method in interface org.apache.shindig.social.opensocial.model.Person
URL of a photo of this person.
getPoliticalViews() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPoliticalViews() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's political views, specified as a string.
getPostalCode() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getPostalCode() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the Postal code for the address.
getPostedTime() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getPostedTime() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the time at which this activity took place in milliseconds since the epoch.
getPreferredUsername() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPreferredUsername() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's preferred username, specified as a string.
getPrimary() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getPrimary() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getPrimary() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get a Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.ListField
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
getPriority() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getPriority() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
getProfileSong() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileSong() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's profile song, specified as an Url.
getProfileUrl() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileUrl() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's profile URL.
getProfileVideo() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileVideo() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's profile video.
getQuotes() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getQuotes() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite quotes Container support for this field is OPTIONAL.
getRating() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getRating() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the average rating of the media item on a scale of 0-10
getRecipients() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getRecipients() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the recipient list of the message.
getRegion() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getRegion() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the region.
getRel() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getRelationshipStatus() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getRelationshipStatus() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's relationship status.
getReligion() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getReligion() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's relgion or religious views.
getReplies() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getReplies() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the list of Replies to this message
getRomance() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getRomance() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's comments about romance.
getSalary() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getSalary() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the salary the person receives from the organization, specified as a string.
getScaredOf() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getScaredOf() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get what the person is scared of Container support for this field is OPTIONAL.
getSecurityTokenForConsumerRequest(String, String, OAuthConsumer) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Return the proper security token for a 2 legged oauth request that has been validated for the given consumerKey.
getSecurityTokenForConsumerRequest(String, String, OAuthConsumer) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getSecurityTokenFromRequest(HttpServletRequest) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getSenderId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getSenderId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the sender ID value.
getServiceProviderEntityId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getSexualOrientation() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSexualOrientation() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's sexual orientation.
getSmoker() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSmoker() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's smoking status.
getSortBy() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getSortBy() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
This sortBy can be any field of the object being sorted or the special js sort of topFriends.
getSortOrder() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getSports() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSports() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite sports.
getStartDate() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getStartDate() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the date the person started at the organization, specified as a Date.
getStartTime() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getStartTime() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the time when the content is available.
getStatus() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getStatus() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getStatus() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the Status of the message.
getStatus() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's status, headline or shoutout.
getStreamFaviconUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamFaviconUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the URL for the stream's favicon.
getStreamSourceUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamSourceUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the stream's source URL.
getStreamTitle() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamTitle() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifing the title of the stream.
getStreamUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the stream's URL.
getStreetAddress() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getStreetAddress() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the street address.
getSubField() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getSubField() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the subfield the Organization is in, specified as a string.
getTaggedPeople() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTaggedPeople() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get people tagged in the media item.
getTags() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTags() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTags() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get tags associated with this media item.
getTags() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get arbitrary tags about the person.
getTemplateParams() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTemplateParams() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a map of custom key/value pairs associated with this activity.
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the URL to the thumbnail cover image for the album.
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the thumbnail URL for the media item.
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's photo thumbnail URL, specified as a string.
getTimeSent() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTimeSent() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the time the message was sent.
getTitle() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.GroupImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getTitle() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the primary text of an activity.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the title of the album.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Group
 
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the title for this media item
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the title of the message.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the title of the message collection.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the title or role the person has in the organization, specified as a string.
getTitleId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTitleId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTitleId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the title template message ID in the gadget spec.
getTitleId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the title ID for this message.
getToken() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getTokenFromVerifiedRequest(OAuthMessage, OAuthEntry, OAuthConsumer) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getTokenSecret() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getTotal() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getTotal() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the total number of messages for this collection.
getTrustedJson() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getTurnOffs() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTurnOffs() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's turn offs.
getTurnOns() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTurnOns() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's turn ons.
getTvShows() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTvShows() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite TV shows.
getType() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getType() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getType() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getType() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getType() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getType() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getType() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the type of label of the address.
getType() - Method in interface org.apache.shindig.social.opensocial.model.ListField
The type of field for this instance, usually used to label the preferred function of the given contact information.
getType() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the Type of this media item, either audio, image or video.
getType() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the type of the message, as specified by opensocial.Message.Type.
getType() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the type of field for this instance, usually used to label the preferred function of the given contact information.
getType() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getType() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
getType() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUnread() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUnread() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the total number of unread messages.
getUpdated() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the last updated date of the Activity, additional to the Opensocial specification for the REST-API.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the updated timestamp for the message.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Returns the last time this message collection was modified.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Person
The time this person was last updated.
getUpdatedSince() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getUpdatedToken() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUrl() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the URL that represents this activity.
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get a URL for the media item.
getUrls() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUrls() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getUrls() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.Message
Get the URLs related to the message
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Get the URLs related to the message collection.
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
getUserId() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getUserId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUserId() - Method in interface org.apache.shindig.social.opensocial.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
getUserId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID of the user who this activity is for.
getUserId() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getUserId() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUserId(SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUsername() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getUsername() - Method in interface org.apache.shindig.social.opensocial.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
getUsers() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getUtcOffset() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUtcOffset() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time.
getValue() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getValue() - Method in interface org.apache.shindig.social.opensocial.model.ListField
Get the primary value of this field, e.g.
getViewerId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getVirtualOrganization() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getVirtualOrganization() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getVoName() - Method in class org.apache.shindig.social.opensocial.spi.VirtualOrganizationCollectionOptions
 
getVoot_membership_role() - Method in class org.apache.shindig.social.core.model.GroupImpl
 
getVoot_membership_role() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getVoot_membership_role() - Method in interface org.apache.shindig.social.opensocial.model.Group
 
getVoot_membership_role() - Method in interface org.apache.shindig.social.opensocial.model.Person
 
getWebpage() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getWebpage() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a webpage related to the organization, specified as a string.
getWeight() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getWeight() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The weight of the person in kilograms, specified as a number.
getWWWAuthenticateHeader(String) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
Group - Interface in org.apache.shindig.social.opensocial.model
OpenSocial Groups are owned by people, and are used to tag or categorize people and their relationships.
Group.Field - Enum in org.apache.shindig.social.opensocial.model
 
GroupHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for groups requests
GroupHandler(GroupService) - Constructor for class org.apache.shindig.social.opensocial.service.GroupHandler
 
GroupId - Class in org.apache.shindig.social.opensocial.spi
A group id used for grouping of people resources (as opposed to groups used by the GroupsHandler)
GroupId(GroupId.Type, String) - Constructor for class org.apache.shindig.social.opensocial.spi.GroupId
 
GroupId.Type - Enum in org.apache.shindig.social.opensocial.spi
 
GroupImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Group model.
GroupImpl() - Constructor for class org.apache.shindig.social.core.model.GroupImpl
 
GroupService - Interface in org.apache.shindig.social.opensocial.spi
A service for gathering group information for specific users.

H

handlers - Variable in class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
HAS_APP_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves all friends with any data for this application.
hashCode() - Method in class org.apache.shindig.social.core.model.GroupImpl
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 

I

IS_WITH_FRIENDS_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Will filter the people requested by checking if they are friends with the given idSpec.
isAnonymous() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
isAuthorized() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isCallbackUrlSigned() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isExpired() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isValidKey(String) - Static method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Determines whether the input is a valid key.

J

JsonDbOpensocialService - Class in org.apache.shindig.social.sample.spi
Implementation of supported services backed by a JSON DB.
JsonDbOpensocialService(String, BeanConverter) - Constructor for class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Initializes the JsonDbOpensocialService using Guice
jsonValueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
Return the Type enum value given a specific jsonType such as @all, @friends, etc.
jsonValueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Return the Type enum value given a specific jsonType

L

ListField - Interface in org.apache.shindig.social.opensocial.model
A Interface to represent list fields where there is potential for one of the items to have a primary or preferred status.
ListField.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the ListField object in serialized form.
ListFieldImpl - Class in org.apache.shindig.social.core.model
ListField data structure
ListFieldImpl() - Constructor for class org.apache.shindig.social.core.model.ListFieldImpl
 
ListFieldImpl(String, String) - Constructor for class org.apache.shindig.social.core.model.ListFieldImpl
 
LookingFor - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.LookingFor.

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
MediaItem - Interface in org.apache.shindig.social.opensocial.model
A container for the media item.
MediaItem.Field - Enum in org.apache.shindig.social.opensocial.model
Fields for MediaItem.
MediaItem.Type - Enum in org.apache.shindig.social.opensocial.model
An enumeration of potential media types.
MediaItemHandler - Class in org.apache.shindig.social.opensocial.service
Receives and delegates requests to the OpenSocial MediaItems service.
MediaItemHandler(MediaItemService, ContainerConfig) - Constructor for class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
MediaItemImpl - Class in org.apache.shindig.social.core.model
see opensocial.MediaItem.Field
MediaItemImpl() - Constructor for class org.apache.shindig.social.core.model.MediaItemImpl
 
MediaItemImpl(String, MediaItem.Type, String) - Constructor for class org.apache.shindig.social.core.model.MediaItemImpl
 
MediaItemService - Interface in org.apache.shindig.social.opensocial.spi
The MediaItemService interface defines the service provider interface for creating, retrieving, updating, and deleting OpenSocial MediaItems.
MediaItemService.NotImplementedMediaItemService - Class in org.apache.shindig.social.opensocial.spi
 
MediaItemService.NotImplementedMediaItemService() - Constructor for class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
Message - Interface in org.apache.shindig.social.opensocial.model
Base interface for all message objects.
Message.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of field names in a message.
Message.Status - Enum in org.apache.shindig.social.opensocial.model
The Status of a message.
Message.Type - Enum in org.apache.shindig.social.opensocial.model
The type of a message.
MessageCollection - Interface in org.apache.shindig.social.opensocial.model
Base interface for all message collection objects.
MessageCollection.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of field names in a message.
MessageCollectionImpl - Class in org.apache.shindig.social.core.model
Default representation of a MessageCollection
MessageCollectionImpl() - Constructor for class org.apache.shindig.social.core.model.MessageCollectionImpl
 
MessageHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for all Messages requests
MessageHandler(MessageService) - Constructor for class org.apache.shindig.social.opensocial.service.MessageHandler
 
MessageImpl - Class in org.apache.shindig.social.core.model
Default implementation for a Message
MessageImpl() - Constructor for class org.apache.shindig.social.core.model.MessageImpl
 
MessageImpl(String, String, Message.Type) - Constructor for class org.apache.shindig.social.core.model.MessageImpl
 
MessageService - Interface in org.apache.shindig.social.opensocial.spi
The MessageService interface defines the service provider interface to post messages to the underlying SNS.
MessageService.NotImplementedMessageService - Class in org.apache.shindig.social.opensocial.spi
 
MessageService.NotImplementedMessageService() - Constructor for class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modify(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
Handles modifying a message or a message collection.
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Modifies/Updates a specific message with new data
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Modifies/Updates a specific message with new data
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Modifies/Updates a message collection for the given arguments
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Modifies/Updates a message collection for the given arguments

N

Name - Interface in org.apache.shindig.social.opensocial.model
Base interface for all name objects.
Name.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of fields in the json name object.
NameImpl - Class in org.apache.shindig.social.core.model
Default implementation of the Name model.
NameImpl() - Constructor for class org.apache.shindig.social.core.model.NameImpl
 
NameImpl(String) - Constructor for class org.apache.shindig.social.core.model.NameImpl
 
NetworkPresence - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.NetworkPresence.

O

OAuthAuthenticationHandler - Class in org.apache.shindig.social.core.oauth
Handle both 2-legged consumer and full 3-legged OAuth requests.
OAuthAuthenticationHandler(OAuthDataStore) - Constructor for class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
OAuthDataStore - Interface in org.apache.shindig.social.opensocial.oauth
A class that manages the OAuth data for Shindig, including storing the map of consumer key/secrets, storing request and access tokens, and providing a way to upgrade tokens to authorized values.
OAuthEntry - Class in org.apache.shindig.social.opensocial.oauth
The OAuthEntry class contains state information about OAuth Tokens and Authorization.
OAuthEntry() - Constructor for class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
OAuthEntry(OAuthEntry) - Constructor for class org.apache.shindig.social.opensocial.oauth.OAuthEntry
A copy constructor
OAuthEntry.Type - Enum in org.apache.shindig.social.opensocial.oauth
 
OAuthSecurityToken - Class in org.apache.shindig.social.core.oauth
A SecurityToken that represents two/three legged OAuth requests
OAuthSecurityToken(String, String, String, String, String, Long, String, String) - Constructor for class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
OAuthSecurityToken(String, String, String, String, String, Long, String, String, String) - Constructor for class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
ONE_YEAR - Static variable in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
org.apache.shindig.social - package org.apache.shindig.social
The Social API package
org.apache.shindig.social.core.config - package org.apache.shindig.social.core.config
Core configuration
org.apache.shindig.social.core.model - package org.apache.shindig.social.core.model
Core Social Model
org.apache.shindig.social.core.oauth - package org.apache.shindig.social.core.oauth
The Core Social OAuth package
org.apache.shindig.social.core.util - package org.apache.shindig.social.core.util
Core Utilities package
org.apache.shindig.social.core.util.atom - package org.apache.shindig.social.core.util.atom
 
org.apache.shindig.social.core.util.xstream - package org.apache.shindig.social.core.util.xstream
XStream Utilities package
org.apache.shindig.social.opensocial.model - package org.apache.shindig.social.opensocial.model
The Social Model API package
org.apache.shindig.social.opensocial.oauth - package org.apache.shindig.social.opensocial.oauth
The Social Authentication package
org.apache.shindig.social.opensocial.service - package org.apache.shindig.social.opensocial.service
The Social Service API package
org.apache.shindig.social.opensocial.spi - package org.apache.shindig.social.opensocial.spi
The Social Service Provider Interface package
org.apache.shindig.social.sample - package org.apache.shindig.social.sample
 
org.apache.shindig.social.sample.oauth - package org.apache.shindig.social.sample.oauth
Sample OAuth implementation package
org.apache.shindig.social.sample.service - package org.apache.shindig.social.sample.service
Sample Container package
org.apache.shindig.social.sample.spi - package org.apache.shindig.social.sample.spi
Sample SPI implementation
Organization - Interface in org.apache.shindig.social.opensocial.model
Describes a current or past organizational affiliation of this contact.
Organization.Field - Enum in org.apache.shindig.social.opensocial.model
An Enumeration of field names for Organization.
OrganizationImpl - Class in org.apache.shindig.social.core.model
Default implementation of an Organization
OrganizationImpl() - Constructor for class org.apache.shindig.social.core.model.OrganizationImpl
 
OUTBOX - Static variable in interface org.apache.shindig.social.opensocial.model.MessageCollection
 

P

Person - Interface in org.apache.shindig.social.opensocial.model
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Person.Field for all field meanings.
Person.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the person object in json form.
Person.Gender - Enum in org.apache.shindig.social.opensocial.model
Enumeration of genders.
PersonHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for all /people requests
PersonHandler(PersonService, ContainerConfig) - Constructor for class org.apache.shindig.social.opensocial.service.PersonHandler
 
PersonImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Person object in the model.
PersonImpl() - Constructor for class org.apache.shindig.social.core.model.PersonImpl
 
PersonImpl(String, String, Name) - Constructor for class org.apache.shindig.social.core.model.PersonImpl
A constructor which contains all of the required fields on a person object
PersonService - Interface in org.apache.shindig.social.opensocial.spi
Interface that defines how shindig gathers people information.
PROFILE_URL_TYPE - Static variable in interface org.apache.shindig.social.opensocial.model.Person
The type of a profile url when represented as a list field.

R

readBody(HttpServletRequest) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
readBodyString(HttpServletRequest) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
removeToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Remove a token
removeToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
REQUESTOR_ID_PARAM - Static variable in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 

S

SampleModule - Class in org.apache.shindig.social.sample
Provides bindings for sample-only implementations of social API classes.
SampleModule() - Constructor for class org.apache.shindig.social.sample.SampleModule
 
SampleOAuthDataStore - Class in org.apache.shindig.social.sample.oauth
Sample implementation for OAuth data store
SampleOAuthDataStore(JsonDbOpensocialService, String) - Constructor for class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
SampleOAuthServlet - Class in org.apache.shindig.social.sample.oauth
This is a sample class that demonstrates how oauth tokens can be handed out and authorized.
SampleOAuthServlet() - Constructor for class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
sanitizeHTML(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
sanitizeHTML(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
TODO implement either a standard 'sanitizing' facility or define an interface that can be set on this class so others can plug in their own.
setAboutMe(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAboutMe(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a general statement about the person, specified as a string.
setAccounts(List<Account>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAccounts(List<Account>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the list of online accounts held by this person.
setActivities(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setActivities(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite activities, specified as an List of strings.
setAdditionalName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setAdditionalName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setAddress(Address) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setAddress(Address) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the address of the organization, specified as an Address.
setAddresses(List<Address>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAddresses(List<Address>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set addresses associated with the person, specified as an List of Address objects.
setAge(Integer) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAge(Integer) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's age, specified as a number.
setAlbumId(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the album id which the media item belongs to.
setAlbumId(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the album id which the media item belongs to.
setAppData(Map<String, ?>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAppData(Map<String, ?>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Sets app data for the person.
setAppId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setAppId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the application that this activity is associated with.
setAppId(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setAppUrl(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setAppUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Set the App URL for a message.
setAuthorized(boolean) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setBirthday(Date) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBirthday(Date) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's date of birth, specified as a Date object.
setBody(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setBody(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setBody(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying an optional expanded version of an activity.
setBody(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the main text of the message.
setBodyId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setBodyId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setBodyId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the body template message ID in the gadget spec.
setBodyId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the body id.
setBodyType(BodyType) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBodyType(BodyType) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's body characteristics, specified as an BodyType.
setBooks(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBooks(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite books, specified as an List of strings.
setBuild(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The build of the person's body, specified as a string.
setBuild(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The build of the person's body, specified as a string.
setCallbackToken(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackTokenAttempts(int) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackUrl(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackUrlSigned(boolean) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCars(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setCars(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite cars, specified as an List of strings.
setChildren(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setChildren(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's children, specified as a string.
setCollectionIds(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setCollectionIds(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the collection Ids for this message.
setConsumerKey(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setContainer(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCountry(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the country.
setCountry(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the country.
setCreated(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the creation time
setCreated(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the creation time
setCurrentLocation(Address) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setCurrentLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's current location, specified as an Address.
setDataStore(OAuthDataStore) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
setDb(JSONObject) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
override the json database
setDescription(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the description of this album.
setDescription(String) - Method in class org.apache.shindig.social.core.model.GroupImpl
Sets the description of this group
setDescription(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the description of the media item
setDescription(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the description of this album.
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Group
Sets the description of this group
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the description of the media item
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set a description or notes about the person's work in the organization, specified as a string.
setDisplayName(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setDisplayName(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the display name.
setDomain(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
The top-most authoritative domain for this account, e.g.
setDomain(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
The top-most authoritative domain for this account, e.g.
setDomain(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setDrinker(Enum<Drinker>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setDrinker(Enum<Drinker>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
setDuration(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the playtime length in seconds of the MediaItem
setDuration(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the playtime length in seconds of the MediaItem
setEmails(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setEmails(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's Emails associated with the person.
setEndDate(Date) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setEndDate(Date) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the date the person stopped at the organization, specified as a Date.
setEthnicity(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setEthnicity(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's ethnicity, specified as a string.
setExtensions(Map<String, String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setExtensions(Map<String, String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's extensions, specified as a Map.
setExternalId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setExternalId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set an optional string ID generated by the posting application.
setEyeColor(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The eye color of the person, specified as a string.
setEyeColor(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The eye color of the person, specified as a string.
setFamilyName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setFamilyName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setFashion(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setFashion(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's thoughts on fashion, specified as a string.
setField(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setField(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the field the organization is in, specified as a string.
setFileSize(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of bytes for the MediaItem
setFileSize(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of bytes for the MediaItem
setFilter(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFilterOperation(FilterOperation) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFilterValue(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFirst(int) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFood(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setFood(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite food, specified as an List of strings.
setFormatted(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the formatted address.
setFormatted(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setFormatted(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the formatted address.
setFormatted(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
set the name formatted.
setGender(Person.Gender) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setGender(Person.Gender) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a person's gender, specified as an Person.Gender.
setGivenName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setGivenName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHairColor(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The hair color of the person, specified as a string.
setHairColor(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The hair color of the person, specified as a string.
setHappiestWhen(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHappiestWhen(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of when the person is happiest, specified as a string.
setHasApp(Boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHasApp(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set if the person has used the current app.
setHeight(Float) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The height of the person in meters, specified as a number.
setHeight(Float) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The height of the person in meters, specified as a number.
setHeroes(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHeroes(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a person's favorite heroes, specified as an Array of strings.
setHonorificPrefix(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setHonorificPrefix(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHonorificSuffix(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setHonorificSuffix(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHumor(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHumor(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's thoughts on humor, specified as a string.
setId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set a string ID specifying a unique identifier of this album.
setId(GroupId) - Method in class org.apache.shindig.social.core.model.GroupImpl
Set the default group id
setId(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the MediaItem's id
setId(String) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string ID that is permanently associated with this activity.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set a string ID specifying a unique identifier of this album.
setId(GroupId) - Method in interface org.apache.shindig.social.opensocial.model.Group
Set the default group id
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the MediaItem's id
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the unique ID of the message.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the unique ID of the message collection.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set A string ID that can be permanently associated with this person.
setIms(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIms(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of Instant messaging address for this Person.
setInReplyTo(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setInReplyTo(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the parent message ID
setInterests(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setInterests(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's interests, hobbies or passions, specified as an List of strings.
setIsOwner(boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIsOwner(boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the owner flag.
setIssueTime(Date) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setIsViewer(boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIsViewer(boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Returns true if this person object represents the currently logged in user.
setJobInterests(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setJobInterests(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite jobs, or job interests and skills, specified as a string.
setLanguage(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the language associated with the media item in ISO 639-3 format
setLanguage(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the language associated with the media item in ISO 639-3 format
setLanguagesSpoken(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLanguagesSpoken(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
setLastUpdated(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the update time associated with the media item
setLastUpdated(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the update time associated with the media item
setLatitude(Float) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the latitude.
setLatitude(Float) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the latitude.
setLinkText(String) - Method in class org.apache.shindig.social.core.model.UrlImpl
 
setLinkText(String) - Method in interface org.apache.shindig.social.opensocial.model.Url
Set the Link text associated with the link.
setLivingArrangement(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLivingArrangement(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's living arrangement, specified as a string.
setLocality(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the locality.
setLocality(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the locality.
setLocation(Address) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the address location of this album.
setLocation(Address) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the location corresponding to the media item
setLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the address location of this album.
setLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the location corresponding to the media item
setLongitude(Float) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the longitude of the address in degrees.
setLongitude(Float) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the longitude of the address in degrees.
setLookingFor(List<Enum<LookingFor>>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLookingFor(List<Enum<LookingFor>>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
setMax(int) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setMediaItemCount(Integer) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the number of items in the album.
setMediaItemCount(Integer) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the number of items in the album.
setMediaItems(List<MediaItem>) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set any photos, videos, or images that should be associated with the activity.
setMediaItems(List<MediaItem>) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set any photos, videos, or images that should be associated with the activity.
setMediaMimeType(List<String>) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the identifying mime-types of the items in the album.
setMediaMimeType(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the identifying mime-types of the items in the album.
setMediaType(List<MediaItem.Type>) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the list of media item types for the items in the album.
setMediaType(List<MediaItem.Type>) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the list of media item types for the items in the album.
setMimeType(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the mimetype for this Media Item.
setMimeType(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the mimetype for this Media Item.
setMovies(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setMovies(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite movies, specified as an List of strings.
setMusic(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setMusic(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
setName(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setName(Name) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setName(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the name of the organization, specified as a string.
setName(Name) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's name Container support for this field is REQUIRED.
setNetworkPresence(Enum<NetworkPresence>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setNetworkPresence(Enum<NetworkPresence>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's current network status.
setNickname(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setNickname(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the the person's nickname.
setNumComments(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of comments on the media item
setNumComments(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of comments on the media item
setNumViews(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of views for the media item
setNumViews(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of views for the media item
setNumVotes(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of votes received for voting.
setNumVotes(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of votes received for voting.
setOauthVersion(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setOrganizations(List<Organization>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setOrganizations(List<Organization>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of current or past organizational affiliations of this Person.
setOwnerId(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the string ID of the owner of the album.
setOwnerId(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the string ID of the owner of the album.
setPets(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPets(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's pets Container support for this field is OPTIONAL.
setPhoneNumbers(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPhoneNumbers(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Phone numbers associated with the person.
setPhotos(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPhotos(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of Photos for the person.
setPoliticalViews(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPoliticalViews(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's political views, specified as a string.
setPostalCode(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the postal code for the address.
setPostalCode(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the postal code for the address.
setPostedTime(Long) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set the time at which this activity took place in milliseconds since the epoch Container support for this field is OPTIONAL.
setPostedTime(Long) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set the time at which this activity took place in milliseconds since the epoch Container support for this field is OPTIONAL.
setPreferredUsername(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPreferredUsername(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's preferred username, specified as a string.
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.AddressImpl
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Address
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.ListField
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
setPriority(Float) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
setPriority(Float) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
setProfileSong(Url) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileSong(Url) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's profile song, specified as an Url.
setProfileUrl(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's profile URL.
setProfileVideo(Url) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileVideo(Url) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's profile video.
setQuotes(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setQuotes(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite quotes.
setRating(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the average rating of the media item on a scale of 0-10
setRating(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the average rating of the media item on a scale of 0-10
setRecipients(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setRecipients(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the recipients of the message.
setRegion(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the region.
setRegion(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the region.
setRelationshipStatus(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setRelationshipStatus(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's relationship status.
setReligion(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setReligion(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's relgion or religious views.
setReplies(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setRomance(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setRomance(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a the person's comments about romance, Container support for this field is OPTIONAL.
setSalary(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setSalary(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the salary the person receives from the organization, specified as a string.
setScaredOf(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setScaredOf(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set what the person is scared of Container support for this field is OPTIONAL.
setSenderId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setSenderId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
sets the sender ID.
setSexualOrientation(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSexualOrientation(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's sexual orientation Container support for this field is OPTIONAL.
setSmoker(Enum<Smoker>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSmoker(Enum<Smoker>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's smoking status.
setSortBy(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setSortOrder(SortOrder) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setSports(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSports(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite sports.
setStartDate(Date) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setStartDate(Date) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the date the person started at the organization, specified as a Date.
setStartTime(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the the time when the content is available.
setStartTime(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the the time when the content is available.
setStatus(Message.Status) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setStatus(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setStatus(Message.Status) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the Status of the message.
setStatus(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's status, headline or shoutout.
setStreamFaviconUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the URL for the stream's favicon.
setStreamFaviconUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the URL for the stream's favicon.
setStreamSourceUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the stream's source URL.
setStreamSourceUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the stream's source URL.
setStreamTitle(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifing the title of the stream.
setStreamTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifing the title of the stream.
setStreamUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the stream's URL.
setStreamUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the stream's URL.
setStreetAddress(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the street address.
setStreetAddress(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the street address.
setSubField(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setSubField(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the subfield the Organization is in, specified as a string.
setTaggedPeople(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set people tagged in the media item.
setTaggedPeople(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set people tagged in the media item.
setTags(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set tags associated with this media item.
setTags(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTags(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set tags associated with this media item.
setTags(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set arbitrary tags about the person.
setTemplateParams(Map<String, String>) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a map of custom key/value pairs associated with this activity.
setTemplateParams(Map<String, String>) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a map of custom key/value pairs associated with this activity.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the URL of the thumbnail cover image for the album.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set a thumbnail URL for the media item.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the URL of the thumbnail cover image for the album.
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set a thumbnail URL for the media item.
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's photo thumbnail URL, specified as a string.
setTimeSent(Date) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTimeSent(Date) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the time the message was sent.
setTitle(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the primary text of an activity.
setTitle(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the title of the album.
setTitle(String) - Method in class org.apache.shindig.social.core.model.GroupImpl
Sets the title of this group
setTitle(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the title for this media item
setTitle(String) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setTitle(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTitle(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the primary text of an activity.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the title of the album.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Group
Sets the title of this group
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the title for this media item
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the title of the message.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the title of the message message collection.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the title or role the person has in the organization, specified as a string.
setTitleId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the title template message ID in the gadget spec.
setTitleId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTitleId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the title template message ID in the gadget spec.
setTitleId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the title ID for this message.
setToken(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setTokenSecret(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setTotal(Integer) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setTotal(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the total number of messages for this collection
setTurnOffs(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTurnOffs(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's turn offs.
setTurnOns(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTurnOns(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's turn ons.
setTvShows(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTvShows(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite TV shows.
setType(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Get the type of label of the address.
setType(String) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
Set the type of the field.
setType(MediaItem.Type) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
setType(Message.Type) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setType(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the type of label of the address.
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.ListField
Set the type of the field.
setType(MediaItem.Type) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the Type of this media item, either audio, image or video.
setType(Message.Type) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the type of the message, as specified by opensocial.Message.Type.
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the type of field for this instance, usually used to label the preferred function of the given contact information.
setType(OAuthEntry.Type) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setUnread(Integer) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUnread(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the total number of unread messages.
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.ActivityImpl
.
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Activity
.
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the updated timestamp for the message.
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the updated time for this message collection.
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the time this record was last updated.
setUpdatedSince(Date) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the URL that represents this activity.
setUrl(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set a URL for the media item.
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the URL that represents this activity.
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set a URL for the media item.
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Set the URLs related to the message
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Set the URLs related to the message collection
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
setUserId(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
setUserId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Get a string ID of the user who this activity is for.
setUserId(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
setUserId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID of the user who this activity is for.
setUserId(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setUsername(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
An alphanumeric user name, usually chosen by the user, e.g.
setUsername(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
setUtcOffset(Long) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUtcOffset(Long) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time.
setValue(String) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
setValue(String) - Method in interface org.apache.shindig.social.opensocial.model.ListField
 
setVirtualOrganization(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setVoot_membership_role(String) - Method in class org.apache.shindig.social.core.model.GroupImpl
 
setVoot_membership_role(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setVoot_membership_role(String) - Method in interface org.apache.shindig.social.opensocial.model.Group
 
setVoot_membership_role(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
 
setWebpage(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setWebpage(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a webpage related to the organization, specified as a string.
setWeight(Float) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The weight of the person in kilograms, specified as a number.
setWeight(Float) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The weight of the person in kilograms, specified as a number.
Smoker - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.Smoker.
SocialApiGuiceModule - Class in org.apache.shindig.social.core.config
Provides social api component injection.
SocialApiGuiceModule() - Constructor for class org.apache.shindig.social.core.config.SocialApiGuiceModule
 
SocialRequestItem - Class in org.apache.shindig.social.opensocial.service
Subclass with social specific extensions
SocialRequestItem(Map<String, String[]>, SecurityToken, BeanConverter, BeanJsonConverter) - Constructor for class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
SocialRequestItem(JSONObject, Map<String, FormDataItem>, SecurityToken, BeanConverter, BeanJsonConverter) - Constructor for class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.PersonHandler
 

T

THUMBNAIL_PHOTO_TYPE - Static variable in interface org.apache.shindig.social.opensocial.model.Person
The type of thumbnail photo types when represented as list fields.
TOP_FRIENDS_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves only the user's top friends.
TOP_FRIENDS_SORT - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
When used will sort people by the container's definition of top friends.
toString() - Method in class org.apache.shindig.social.core.util.atom.AtomAttribute
toString(Object) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
toString() - Method in enum org.apache.shindig.social.opensocial.model.Account.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Activity.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Address.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Album.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.BodyType.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Drinker
toString() - Method in enum org.apache.shindig.social.opensocial.model.Group.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.ListField.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.LookingFor
toString() - Method in enum org.apache.shindig.social.opensocial.model.MediaItem.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.MediaItem.Type
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Status
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Type
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Name.Field
toString() - Method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
toString() - Method in enum org.apache.shindig.social.opensocial.model.Organization.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Person.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Smoker
toString() - Method in enum org.apache.shindig.social.opensocial.model.Url.Field
The string representation of the enum.
toString() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 

U

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
 
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
 
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
updatePersonData(UserId, GroupId, String, Set<String>, Map<String, String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Updates app data for the specified user and group with the new values.
updatePersonData(UserId, GroupId, String, Set<String>, Map<String, String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates app data for the specified user and group with the new values.
Url - Interface in org.apache.shindig.social.opensocial.model
The base interface of all Url objects.
Url.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of the field names used in Url objects.
UrlImpl - Class in org.apache.shindig.social.core.model
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Url
UrlImpl() - Constructor for class org.apache.shindig.social.core.model.UrlImpl
 
UrlImpl(String, String, String) - Constructor for class org.apache.shindig.social.core.model.UrlImpl
 
UserId - Class in org.apache.shindig.social.opensocial.spi
Data structure representing a userid
UserId(UserId.Type, String) - Constructor for class org.apache.shindig.social.opensocial.spi.UserId
 
UserId.Type - Enum in org.apache.shindig.social.opensocial.spi
 

V

VALIDATOR - Static variable in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Account.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Activity.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Address.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Album.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.BodyType.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Drinker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Group.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.ListField.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.LookingFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Name.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Organization.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Smoker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Url.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.oauth.OAuthEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Account.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.social.opensocial.model.Activity.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.social.opensocial.model.Address.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.social.opensocial.model.Album.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.social.opensocial.model.BodyType.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.social.opensocial.model.Drinker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Group.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.social.opensocial.model.ListField.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.social.opensocial.model.LookingFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.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.social.opensocial.model.MediaItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Message.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.social.opensocial.model.Message.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MessageCollection.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.social.opensocial.model.Name.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.social.opensocial.model.NetworkPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Organization.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.social.opensocial.model.Person.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.social.opensocial.model.Person.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Smoker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Url.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.social.opensocial.oauth.OAuthEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verifyBodyHash(HttpServletRequest, String) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
verifyMessage(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
VirtualOrganizationCollectionOptions - Class in org.apache.shindig.social.opensocial.spi
Data structure representing the RPC/REST requests for a Group lookup
VirtualOrganizationCollectionOptions(SocialRequestItem, String) - Constructor for class org.apache.shindig.social.opensocial.spi.VirtualOrganizationCollectionOptions
Create

X

XStream081Configuration - Class in org.apache.shindig.social.core.util.xstream
Opensocial 0.81 compliant Xstream binding
XStream081Configuration(Injector) - Constructor for class org.apache.shindig.social.core.util.xstream.XStream081Configuration
 

A B C D E F G H I J L M N O P R S T U V X

Copyright © 2007-2012. All Rights Reserved.