- 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?
- 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
-
- 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. the preferred mailing address.
- 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. the preferred mailing address or primary e-mail
address.
- 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. "12345" or "1Z425A".
- 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. the actual e-mail address, phone number, or URL.
- 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.
- 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
-
- 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. "12345" or "1Z425A".
- 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. "12345" or "1Z425A".
- 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
-
- 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