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

A

acceptRelationshipRequest(String, String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
Creates a relationship between viewer and owner
Account - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
The Account interface describes the an account held by a person.
Account.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
The fields that represent the account object in json form.
Activity - Interface in org.wso2.carbon.registry.social.api.activity
Representation of an activity.
Activity.Field - Enum in org.wso2.carbon.registry.social.api.activity
The fields that represent the activity object in json form.
ActivityEntry - Interface in org.wso2.carbon.registry.social.api.activityStream
Represents an 'Activity' within the Activity Streams JSON 1.0 specification.
ActivityEntry.Field - Enum in org.wso2.carbon.registry.social.api.activityStream
Fields that represent the JSON elements.
ActivityManager - Interface in org.wso2.carbon.registry.social.api.activity
This interface handles social activities

Implement this interface to according to the persistence storage of social data

ActivityObject - Interface in org.wso2.carbon.registry.social.api.activityStream
A representation of an Activity's object.
ActivityObject.Field - Enum in org.wso2.carbon.registry.social.api.activityStream
Fields that represent the JSON elements.
ActivityStreamManager - Interface in org.wso2.carbon.registry.social.api.activityStream
 
Address - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
Base interface for all address objects.
Address.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
The fields that represent the address object in json form.
ALL - Static variable in interface org.wso2.carbon.registry.social.api.message.MessageCollection
 
ALL_FIELDS - Static variable in enum org.wso2.carbon.registry.social.api.message.Message.Field
 
ALL_FIELDS - Static variable in enum org.wso2.carbon.registry.social.api.message.MessageCollection.Field
 
ALL_FIELDS - Static variable in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
The set of all fields.
AppDataManager - Interface in org.wso2.carbon.registry.social.api.appdata
This interface handles appData related to people

Implement this interface to according to the persistence storage of social data

B

BodyType - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
 
BodyType.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
The fields that represent the person object in serialized form.

C

createActivity(String, String, String, Set<String>, Activity) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Creates an Activity object for the given person using the given details
createActivityEntry(String, String, String, Set<String>, ActivityEntry) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Creates the passed in activity for the passed in user and group.
createMessage(String, String, Message) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message
createMessage(String, String, String, Message) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message
createMessageCollection(String, MessageCollection, String) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Creates a MessageCollection of the the user with given id and attributes

D

DataCollection - Interface in org.wso2.carbon.registry.social.api.utils
 
DEFAULT_FIELDS - Static variable in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
The set of default fields returned fields.
deleteActivities(String, String, String, Set<String>) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Deletes the activities for the given activityIds
deleteActivity(String, String, String) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Removes the activity of the given userId
deleteActivity(String, String, String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Removes the activity of the given userId
deleteActivityEntries(String, String, String, Set<String>) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteMessageCollection(String, String) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Deletes a message collection for the given arguments
deleteMessages(String, String, List<String>) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Deletes a set of messages for a given user/message collection
deletePersonData(String, String, String, Set<String>) - Method in interface org.wso2.carbon.registry.social.api.appdata.AppDataManager
Deletes data for the specified user and group
Drinker - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
 

E

EnumUtil - Class in org.wso2.carbon.registry.social.api.utils
Utility class for OpenSocial enums.
equals(Object) - Method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 

F

FilterOperation - Enum in org.wso2.carbon.registry.social.api.utils
Standard filter operations
FilterOptions - Interface in org.wso2.carbon.registry.social.api.utils
 
fromJson(String) - Static method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 
fromUrlString(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
Converts from a url string (usually passed in the fields= parameter) into the corresponding field enum.

G

getAboutMe() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a general statement about the person, specified as a string.
getAccounts() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the list of online accounts held by this person.
getActivities(String[], String, String, Set<String>, FilterOptions) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Returns an array of Activity objects to the passed parameters
getActivities(String, String, String, Set<String>, FilterOptions, String[]) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Returns an array of Activity objects to the passed activityIds
getActivities() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite activities, specified as an List of strings.
getActivity(String, String, String, Set<String>, String) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Returns the Activity object for the given user
getActivityEntries(String[], String, String, Set<String>, FilterOptions) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Returns a list of activities that correspond to the passed in users and group.
getActivityEntries(String, String, String, Set<String>, FilterOptions, String[]) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivityEntry(String, String, String, Set<String>, String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActor() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getActor
getAdditionalName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getAddress() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the address of the organization, specified as an Address.
getAddresses() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get addresses associated with the person, specified as an List of Address objects.
getAge() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's age, specified as a number.
getAppData() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get app data for the person.
getAppId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the application that this activity is associated with.
getAppUrl() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the App URL for a message.
getAttachments() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getAttachments
getAuthor() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getAuthor
getBirthday() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's date of birth, specified as a Date object.
getBody() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying an optional expanded version of an activity.
getBody() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the main text of the message.
getBodyId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the body template message ID in the gadget spec.
getBodyId() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the body id.
getBodyType() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's body characteristics, specified as an BodyType.
getBooks() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite books, specified as an List of strings.
getBuild() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The build of the person's body, specified as a string.
getCars() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite cars, specified as an List of strings.
getChildren() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a description of the person's children, specified as a string.
getCollectionIds() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the collection Ids for this message.
getContent() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getContent
getContent() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getContent
getCountry() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the country.
getCurrentLocation() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's current location, specified as an Address.
getDescription() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get a description or notes about the person's work in the organization, specified as a string.
getDisplayName() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getDisplayName
getDisplayName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
The display name for the user.
getDisplayValue() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Drinker
 
getDisplayValue() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.LookingFor
 
getDisplayValue() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence
 
getDisplayValue() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Smoker
 
getDomain() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
The top-most authoritative domain for this account, e.g.
getDownstreamDuplicates() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getDownstreamDuplicates
getDrinker() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
getDuration() - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Returns the duration of this media.
getEmails() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's Emails associated with the person.
getEndDate() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the date the person stopped at the organization, specified as a Date.
getEnumStrings(Enum<?>...) - Static method in class org.wso2.carbon.registry.social.api.utils.EnumUtil
 
getEthnicity() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's ethnicity, specified as a string.
getExternalId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get an optional string ID generated by the posting application.
getEyeColor() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The eye color of the person, specified as a string.
getFamilyName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getFashion() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's thoughts on fashion, specified as a string.
getField() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the field the organization is in, specified as a string.
getField(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
 
getFilter() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getFilterOperation() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getFilterValue() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getFirst() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getFood() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite food, specified as an List of strings.
getFormatted() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the formatted address.
getFormatted() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getGender() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a person's gender, specified as an Person.Gender.
getGenerator() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getGenerator
getGivenName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getGroupId() - Method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 
getHairColor() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The hair color of the person, specified as a string.
getHappiestWhen() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a description of when the person is happiest, specified as a string.
getHasApp() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get if the person has used the current app.
getHeight() - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Sets the height of this media.
getHeight() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The height of the person in meters, specified as a number.
getHeroes() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a person's favorite heroes, specified as an Array of strings.
getHonorificPrefix() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getHonorificSuffix() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
getHumor() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's thoughts on humor, specified as a string.
getIcon() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getIcon
getId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string ID that is permanently associated with this activity.
getId() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getId
getId() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getId
getId() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the unique ID of the message
getId() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Gets the unique ID of the message collection.
getId() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get A string ID that can be permanently associated with this person.
getImage() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getImage
getIms() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a list of Instant messaging address for this Person.
getInReplyTo() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the parent message ID.
getInterests() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's interests, hobbies or passions, specified as an List of strings.
getIsOwner() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
 
getIsViewer() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Returns true if this person object represents the currently logged in user.
getJobInterests() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's favorite jobs, or job interests and skills, specified as a string.
getLanguagesSpoken() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
getLatitude() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the latitude.
getLinkText() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Url
Get the text associated with the link.
getLivingArrangement() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a description of the person's living arrangement, specified as a string.
getLocality() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the locality.
getLongitude() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the longitude of the address in degrees.
getLookingFor() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.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 interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getMediaItems() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get any photos, videos, or images that should be associated with the activity.
getMessageCollections(String, Set<String>, FilterOptions) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Returns an array of message collections corresponding to the given user details
getMessages(String, String, Set<String>, List<String>, FilterOptions) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Returns an array of messages that correspond to the passed in data
getMimeType() - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Get the mime type for this Media item.
getMovies() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's favorite movies, specified as an List of strings.
getMusic() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
getName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the name of the organization, specified as a string.
getName() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's name Container support for this field is REQUIRED.
getNetworkPresence() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's current network status.
getNickname() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's nickname.
getObject() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getObject
getObjectType() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getObjectType
getOrganizations() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a list of current or past organizational affiliations of this Person.
getPendingRelationshipRequests(String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
 
getPeople(String[], String, FilterOptions, String[]) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Returns an array of persons that correspond to the passed in useIds
getPerson(String) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Fetches the person details for the given userId
getPerson(String, String[]) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Returns a person that corresponds to the passed in userIds
getPersonData(String[], String, String, Set<String>) - Method in interface org.wso2.carbon.registry.social.api.appdata.AppDataManager
Retrieves app data for the specified user list and group
getPets() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get a description of the person's pets Container support for this field is OPTIONAL.
getPhoneNumbers() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Phone numbers associated with the person.
getPhotos() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
URL of a photo of this person.
getPoliticalViews() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's political views, specified as a string.
getPostalCode() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the Postal code for the address.
getPostedTime() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get the time at which this activity took place in milliseconds since the epoch.
getPreferredUsername() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's preferred username, specified as a string.
getPrimary() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get a Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
getPriority() - Method in interface org.wso2.carbon.registry.social.api.activity.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 interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's profile song, specified as an Url.
getProfileUrl() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's profile URL.
getProfileVideo() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the Person's profile video.
getProvider() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getProvider
getPublished() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getPublished
getPublished() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getPublished
getQuotes() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite quotes Container support for this field is OPTIONAL.
getRecipients() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the recipient list of the message.
getRegion() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the region.
getRelationshipList(String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
 
getRelationshipStatus(String, String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
 
getRelationshipStatus() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's relationship status.
getReligion() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's relgion or religious views.
getReplies() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the list of Replies to this message
getRomance() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's comments about romance.
getSalary() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the salary the person receives from the organization, specified as a string.
getScaredOf() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get what the person is scared of Container support for this field is OPTIONAL.
getSenderId() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the sender ID value.
getSexualOrientation() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's sexual orientation.
getSmoker() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's smoking status.
getSortBy() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getSortOrder() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getSports() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite sports.
getStartDate() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the date the person started at the organization, specified as a Date.
getStatus() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the Status of the message.
getStatus() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's status, headline or shoutout.
getStreamFaviconUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the URL for the stream's favicon.
getStreamSourceUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the stream's source URL.
getStreamTitle() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifing the title of the stream.
getStreamUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the stream's URL.
getStreetAddress() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the street address.
getSubField() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the subfield the Organization is in, specified as a string.
getSummary() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getSummary
getTags() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get arbitrary tags about the person.
getTarget() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getTarget
getTemplateParams() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a map of custom key/value pairs associated with this activity.
getThumbnailUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Get the thumbnail URL for the media item.
getThumbnailUrl() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's photo thumbnail URL, specified as a string.
getTimeSent() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the time the message was sent.
getTitle() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the primary text of an activity.
getTitle() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getTitle
getTitle() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the title of the message.
getTitle() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Gets the title of the message collection.
getTitle() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the title or role the person has in the organization, specified as a string.
getTitleId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the title template message ID in the gadget spec.
getTitleId() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the title ID for this message.
getTotal() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Gets the total number of messages for this collection.
getTurnOffs() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's turn offs.
getTurnOns() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's turn ons.
getTvShows() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's favorite TV shows.
getType() - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Get the Type of this media item, either audio, image or video.
getType() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the type of the message, as specified by opensocial.Message.Type.
getType() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the type of label of the address.
getType() - Method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 
getType() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get the type of field for this instance, usually used to label the preferred function of the given contact information.
getUnread() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Gets the total number of unread messages.
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get the last updated date of the Activity, additional to the Opensocial specification for the REST-API.
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getUpdated
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getUpdated
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Gets the updated timestamp for the message.
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Returns the last time this message collection was modified.
getUpdated() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
The time this person was last updated.
getUpdatedSince() - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
getUpstreamDuplicates() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getUpstreamDuplicates
getUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string specifying the URL that represents this activity.
getUrl() - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Get a URL for the media item.
getUrl() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getUrl
getUrl() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
getUrl
getUrl() - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Returns the target URL of this MediaLink.
getUrls() - Method in interface org.wso2.carbon.registry.social.api.message.Message
Get the URLs related to the message
getUrls() - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Get the URLs related to the message collection.
getUrls() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
getUserId() - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string ID of the user who this activity is for.
getUserId() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
getUsername() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
getUtcOffset() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.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 interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
Get the primary value of this field, e.g.
getVerb() - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
getVerb
getWebpage() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get a webpage related to the organization, specified as a string.
getWeight() - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The weight of the person in kilograms, specified as a number.
getWidth() - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Returns the width of this media.
GroupId - Class in org.wso2.carbon.registry.social.api.people.userprofile.model
 
GroupId(GroupId.Type, String) - Constructor for class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 
GroupId.Type - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
 

H

hashCode() - Method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 

I

ignoreRelationship(String, String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
Ignores the relationship request from viewer to owner Implementation should remove the userId of viewer from the pending-relationship-requests list of the owner

J

jsonValueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId.Type
Return the Type enum value given a specific jsonType such as @all, @friends, etc.

L

ListField - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
 
ListField.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
The fields that represent the ListField object in serialized form.
LookingFor - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
 

M

MediaItem - Interface in org.wso2.carbon.registry.social.api.activity
 
MediaItem.Field - Enum in org.wso2.carbon.registry.social.api.activity
Fields for MediaItem.
MediaItem.Type - Enum in org.wso2.carbon.registry.social.api.activity
An enumeration of potential media types.
MediaLink - Interface in org.wso2.carbon.registry.social.api.activityStream
MediaLink interface.
MediaLink.Field - Enum in org.wso2.carbon.registry.social.api.activityStream
Fields that represent the JSON elements.
Message - Interface in org.wso2.carbon.registry.social.api.message
This interface models the Messages
Message.Field - Enum in org.wso2.carbon.registry.social.api.message
An enumeration of field names in a message.
Message.Status - Enum in org.wso2.carbon.registry.social.api.message
The Status of a message.
Message.Type - Enum in org.wso2.carbon.registry.social.api.message
The type of a message.
MessageCollection - Interface in org.wso2.carbon.registry.social.api.message
This interface represents Message Collection
MessageCollection.Field - Enum in org.wso2.carbon.registry.social.api.message
An enumeration of field names in a message.
MessageManager - Interface in org.wso2.carbon.registry.social.api.message
This interface handles messages and message collections related to people and applications

Implement this interface to according to the persistence storage of social data

modifyMessage(String, String, String, Message) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Modifies/Updates a specific message with new data
modifyMessageCollection(String, MessageCollection, String) - Method in interface org.wso2.carbon.registry.social.api.message.MessageManager
Modifies/Updates a message collection for the given arguments

N

Name - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
 
Name.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
An enumeration of fields in the json name object.
NetworkPresence - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
 

O

org.wso2.carbon.registry.social.api - package org.wso2.carbon.registry.social.api
 
org.wso2.carbon.registry.social.api.activity - package org.wso2.carbon.registry.social.api.activity
 
org.wso2.carbon.registry.social.api.activityStream - package org.wso2.carbon.registry.social.api.activityStream
 
org.wso2.carbon.registry.social.api.appdata - package org.wso2.carbon.registry.social.api.appdata
 
org.wso2.carbon.registry.social.api.message - package org.wso2.carbon.registry.social.api.message
 
org.wso2.carbon.registry.social.api.people - package org.wso2.carbon.registry.social.api.people
 
org.wso2.carbon.registry.social.api.people.relationship - package org.wso2.carbon.registry.social.api.people.relationship
 
org.wso2.carbon.registry.social.api.people.userprofile - package org.wso2.carbon.registry.social.api.people.userprofile
 
org.wso2.carbon.registry.social.api.people.userprofile.model - package org.wso2.carbon.registry.social.api.people.userprofile.model
 
org.wso2.carbon.registry.social.api.utils - package org.wso2.carbon.registry.social.api.utils
 
Organization - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
 
Organization.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
An Enumeration of field names for Organization.
OUTBOX - Static variable in interface org.wso2.carbon.registry.social.api.message.MessageCollection
 

P

Person - Interface in org.wso2.carbon.registry.social.api.people.userprofile
This bean class represents People/Person
Person.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile
The fields that represent the person object in json form.
Person.Gender - Enum in org.wso2.carbon.registry.social.api.people.userprofile
Enumeration of genders.
PersonManager - Interface in org.wso2.carbon.registry.social.api.people
This interface handles retrieval and storage of Person details

Implement this interface to according to the persistence storage of social data

PROFILE_URL_TYPE - Static variable in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
The type of a profile url when represented as a list field.

R

RelationshipManager - Interface in org.wso2.carbon.registry.social.api.people.relationship
This interface handles Social relationships & relationship requests

Implement this interface to according to the persistence storage of social data

removePerson(String) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Removes the person from the storage
removeRelationship(String, String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
Removes the relationship between owner and viewer Implementation should remove the association between owner and viewer
requestRelationship(String, String) - Method in interface org.wso2.carbon.registry.social.api.people.relationship.RelationshipManager
Creates a relationship request from viewer to owner The userId of viewer should be added to the pending relationship requests of the owner

S

saveActivity(String, Activity) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Persists the activity for the given userId
saveActivity(String, ActivityEntry) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Persists the activity for the given userId
savePerson(String, Person) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Persists the details of the person
savePersonData(String, String, Map<String, String>) - Method in interface org.wso2.carbon.registry.social.api.appdata.AppDataManager
Save app data for the specified user with the given values
setAboutMe(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a general statement about the person, specified as a string.
setAccounts(List<Account>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the list of online accounts held by this person.
setActivities(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite activities, specified as an List of strings.
setActor(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setActor
setAdditionalName(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
setAddress(Address) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the address of the organization, specified as an Address.
setAddresses(List<Address>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set addresses associated with the person, specified as an List of Address objects.
setAge(Integer) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's age, specified as a number.
setAppData(Map<String, ? extends Object>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Sets app data for the person.
setAppId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the application that this activity is associated with.
setAppUrl(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Set the App URL for a message.
setAttachments(List<ActivityObject>) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setAttachments
setAuthor(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setAuthor
setBirthday(Date) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's date of birth, specified as a Date object.
setBody(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying an optional expanded version of an activity.
setBody(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the main text of the message.
setBodyId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the body template message ID in the gadget spec.
setBodyId(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the body id.
setBodyType(BodyType) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's body characteristics, specified as an BodyType.
setBooks(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite books, specified as an List of strings.
setBuild(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The build of the person's body, specified as a string.
setCars(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite cars, specified as an List of strings.
setChildren(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a description of the person's children, specified as a string.
setCollectionIds(List<String>) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the collection Ids for this message.
setContent(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setContent
setContent(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setContent
setCountry(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the country.
setCurrentLocation(Address) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's current location, specified as an Address.
setDescription(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set a description or notes about the person's work in the organization, specified as a string.
setDisplayName(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setDisplayName
setDisplayName(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the display name.
setDomain(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
The top-most authoritative domain for this account, e.g.
setDownstreamDuplicates(List<String>) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setDownstreamDuplicates
setDrinker(Enum<Drinker>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
setDuration(Integer) - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Sets the duration of this media.
setEmails(List<ListField>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's Emails associated with the person.
setEndDate(Date) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the date the person stopped at the organization, specified as a Date.
setEthnicity(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's ethnicity, specified as a string.
setExternalId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set an optional string ID generated by the posting application.
setEyeColor(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The eye color of the person, specified as a string.
setFamilyName(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
setFashion(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's thoughts on fashion, specified as a string.
setField(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the field the organization is in, specified as a string.
setFilter(String) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setFilterOperation(FilterOperation) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setFilterValue(String) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setFirst(int) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setFood(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite food, specified as an List of strings.
setFormatted(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the formatted address.
setFormatted(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
set the name formatted.
setGender(Person.Gender) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a person's gender, specified as an Person.Gender.
setGenerator(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setGenerator
setGivenName(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
setHairColor(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The hair color of the person, specified as a string.
setHappiestWhen(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a description of when the person is happiest, specified as a string.
setHasApp(Boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set if the person has used the current app.
setHeight(Integer) - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Sets the height of this media.
setHeight(Float) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The height of the person in meters, specified as a number.
setHeroes(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a person's favorite heroes, specified as an Array of strings.
setHonorificPrefix(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
setHonorificSuffix(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Name
 
setHumor(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's thoughts on humor, specified as a string.
setIcon(MediaLink) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setIcon
setId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string ID that is permanently associated with this activity.
setId(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setId
setId(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setId
setId(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the unique ID of the message.
setId(String) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Sets the unique ID of the message collection.
setId(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set A string ID that can be permanently associated with this person.
setImage(MediaLink) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setImage
setIms(List<ListField>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a list of Instant messaging address for this Person.
setInReplyTo(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the parent message ID
setInterests(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's interests, hobbies or passions, specified as an List of strings.
setIsOwner(boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the owner flag.
setIsViewer(boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Returns true if this person object represents the currently logged in user.
setJobInterests(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's favorite jobs, or job interests and skills, specified as a string.
setLanguagesSpoken(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
setLatitude(Float) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the latitude.
setLinkText(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Url
Set the Link text associated with the link.
setLivingArrangement(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a description of the person's living arrangement, specified as a string.
setLocality(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the locality.
setLongitude(Float) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the longitude of the address in degrees.
setLookingFor(List<Enum<LookingFor>>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.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 interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setMediaItems(List<MediaItem>) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set any photos, videos, or images that should be associated with the activity.
setMimeType(String) - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Set the mimetype for this Media Item.
setMovies(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's favorite movies, specified as an List of strings.
setMusic(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
setName(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the name of the organization, specified as a string.
setName(Name) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's name Container support for this field is REQUIRED.
setNetworkPresence(Enum<NetworkPresence>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's current network status.
setNickname(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the the person's nickname.
setObject(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setObject
setObjectType(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setObjectType
setOrganizations(List<Organization>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a list of current or past organizational affiliations of this Person.
setPets(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a description of the person's pets Container support for this field is OPTIONAL.
setPhoneNumbers(List<ListField>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Phone numbers associated with the person.
setPhotos(List<ListField>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a list of Photos for the person.
setPoliticalViews(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's political views, specified as a string.
setPostalCode(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the postal code for the address.
setPostedTime(Long) - Method in interface org.wso2.carbon.registry.social.api.activity.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 interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's preferred username, specified as a string.
setPrimary(Boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
 
setPrimary(Boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
 
setPrimary(Boolean) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
setPriority(Float) - Method in interface org.wso2.carbon.registry.social.api.activity.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 interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's profile song, specified as an Url.
setProfileUrl(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's profile URL.
setProfileVideo(Url) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the Person's profile video.
setProvider(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setServiceProvider
setPublished(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setPublished
setPublished(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setPublished
setQuotes(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite quotes.
setRecipients(List<String>) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the recipients of the message.
setRegion(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the region.
setRelationshipStatus(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's relationship status.
setReligion(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's relgion or religious views.
setRomance(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set a the person's comments about romance, Container support for this field is OPTIONAL.
setSalary(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the salary the person receives from the organization, specified as a string.
setScaredOf(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set what the person is scared of Container support for this field is OPTIONAL.
setSenderId(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
sets the sender ID.
setSexualOrientation(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's sexual orientation Container support for this field is OPTIONAL.
setSmoker(Enum<Smoker>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's smoking status.
setSortBy(String) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setSortOrder(SortOrder) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setSports(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite sports.
setStartDate(Date) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the date the person started at the organization, specified as a Date.
setStatus(Message.Status) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the Status of the message.
setStatus(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's status, headline or shoutout.
setStreamFaviconUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the URL for the stream's favicon.
setStreamSourceUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the stream's source URL.
setStreamTitle(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifing the title of the stream.
setStreamUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the stream's URL.
setStreetAddress(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Set the street address.
setSubField(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the subfield the Organization is in, specified as a string.
setSummary(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setSummary
setTags(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set arbitrary tags about the person.
setTarget(ActivityObject) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setTarget
setTemplateParams(Map<String, String>) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a map of custom key/value pairs associated with this activity.
setThumbnailUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Set a thumbnail URL for the media item.
setThumbnailUrl(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's photo thumbnail URL, specified as a string.
setTimeSent(Date) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the time the message was sent.
setTitle(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the primary text of an activity.
setTitle(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setTitle
setTitle(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the title of the message.
setTitle(String) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Sets the title of the message message collection.
setTitle(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the title or role the person has in the organization, specified as a string.
setTitleId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the title template message ID in the gadget spec.
setTitleId(String) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the title ID for this message.
setTotal(Integer) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Sets the total number of messages for this collection
setTurnOffs(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's turn offs.
setTurnOns(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's turn ons.
setTvShows(List<String>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the person's favorite TV shows.
setType(MediaItem.Type) - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Get the Type of this media item, either audio, image or video.
setType(Message.Type) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the type of the message, as specified by opensocial.Message.Type.
setType(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Address
Get the type of label of the address.
setType(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
Set the type of the field.
setType(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Set the type of field for this instance, usually used to label the preferred function of the given contact information.
setUnread(Integer) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Sets the total number of unread messages.
setUpdated(Date) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
.
setUpdated(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setUpdated
setUpdated(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setUpdated
setUpdated(Date) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Sets the updated timestamp for the message.
setUpdated(Date) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Sets the updated time for this message collection.
setUpdated(Date) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the time this record was last updated.
setUpdatedSince(Date) - Method in interface org.wso2.carbon.registry.social.api.utils.FilterOptions
 
setUpstreamDuplicates(List<String>) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setUpstreamDuplicates
setUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Set a string specifying the URL that represents this activity.
setUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activity.MediaItem
Set a URL for the media item.
setUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setUrl
setUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityObject
setUrl
setUrl(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Sets the target URL for this MediaLink.
setUrls(List<Url>) - Method in interface org.wso2.carbon.registry.social.api.message.Message
Set the URLs related to the message
setUrls(List<Url>) - Method in interface org.wso2.carbon.registry.social.api.message.MessageCollection
Set the URLs related to the message collection
setUrls(List<Url>) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
setUserId(String) - Method in interface org.wso2.carbon.registry.social.api.activity.Activity
Get a string ID of the user who this activity is for.
setUserId(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
setUsername(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
setUtcOffset(Long) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.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 interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
 
setVerb(String) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityEntry
setVerb
setWebpage(String) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
Get a webpage related to the organization, specified as a string.
setWeight(Float) - Method in interface org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType
The weight of the person in kilograms, specified as a number.
setWidth(Integer) - Method in interface org.wso2.carbon.registry.social.api.activityStream.MediaLink
Sets the width of this media.
Smoker - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
 
SocialAPIConstants - Class in org.wso2.carbon.registry.social.api
 
SocialAPIConstants() - Constructor for class org.wso2.carbon.registry.social.api.SocialAPIConstants
 
SocialDataException - Exception in org.wso2.carbon.registry.social.api
The exception to be thrown when there is a problem with fetching / storing social data
SocialDataException() - Constructor for exception org.wso2.carbon.registry.social.api.SocialDataException
 
SocialDataException(String, Throwable) - Constructor for exception org.wso2.carbon.registry.social.api.SocialDataException
 
SocialDataException(String) - Constructor for exception org.wso2.carbon.registry.social.api.SocialDataException
 
SocialDataException(Throwable) - Constructor for exception org.wso2.carbon.registry.social.api.SocialDataException
 
SocialMessageException - Exception in org.wso2.carbon.registry.social.api
The exception to be thrown when there is a problem when storing/ retrieving social messages and message collections
SocialMessageException() - Constructor for exception org.wso2.carbon.registry.social.api.SocialMessageException
 
SocialMessageException(String, Throwable) - Constructor for exception org.wso2.carbon.registry.social.api.SocialMessageException
 
SocialMessageException(String) - Constructor for exception org.wso2.carbon.registry.social.api.SocialMessageException
 
SocialMessageException(Throwable) - Constructor for exception org.wso2.carbon.registry.social.api.SocialMessageException
 
SortOrder - Enum in org.wso2.carbon.registry.social.api.utils
Common sort order definitions

T

THUMBNAIL_PHOTO_TYPE - Static variable in interface org.wso2.carbon.registry.social.api.people.userprofile.Person
The type of thumbnail photo types when represented as list fields.
toString() - Method in enum org.wso2.carbon.registry.social.api.activity.Activity.Field
emit the field as a json element.
toString() - Method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Field
 
toString() - Method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Type
 
toString() - Method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityEntry.Field
Returns the name of the JSON element.
toString() - Method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityObject.Field
Returns the name of the JSON element.
toString() - Method in enum org.wso2.carbon.registry.social.api.activityStream.MediaLink.Field
Returns the name of the JSON element.
toString() - Method in enum org.wso2.carbon.registry.social.api.message.Message.Field
 
toString() - Method in enum org.wso2.carbon.registry.social.api.message.Message.Status
 
toString() - Method in enum org.wso2.carbon.registry.social.api.message.Message.Type
 
toString() - Method in enum org.wso2.carbon.registry.social.api.message.MessageCollection.Field
 
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Account.Field
emit the field as a json element.
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Address.Field
emit the field as a json element.
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType.Field
emit the field as a json element.
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Drinker
 
toString() - Method in class org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
 
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.ListField.Field
 
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.LookingFor
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Name.Field
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Organization.Field
 
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Smoker
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Url.Field
The string representation of the enum.
toString() - Method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
emit the field as a json element.

U

updateActivity(String, Activity) - Method in interface org.wso2.carbon.registry.social.api.activity.ActivityManager
Updates the activity of the given userId
updateActivityEntry(String, ActivityEntry) - Method in interface org.wso2.carbon.registry.social.api.activityStream.ActivityStreamManager
Updates the specified Activity.
updatePerson(String, Person) - Method in interface org.wso2.carbon.registry.social.api.people.PersonManager
Updates/Modify person details
updatePersonData(String, String, String, Set<String>, Map<String, String>) - Method in interface org.wso2.carbon.registry.social.api.appdata.AppDataManager
Updates app data for the specified user and group with the new values
Url - Interface in org.wso2.carbon.registry.social.api.people.userprofile.model
 
Url.Field - Enum in org.wso2.carbon.registry.social.api.people.userprofile.model
An enumeration of the field names used in Url objects.

V

valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activity.Activity.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityEntry.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityObject.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.activityStream.MediaLink.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.message.MessageCollection.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Account.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Address.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.BodyType.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Drinker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.ListField.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.LookingFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Name.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Organization.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Smoker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.Url.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.utils.FilterOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.registry.social.api.utils.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.registry.social.api.activity.Activity.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.activity.MediaItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityEntry.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.activityStream.ActivityObject.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.activityStream.MediaLink.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.message.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.message.MessageCollection.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.model.Drinker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.model.LookingFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.model.Smoker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.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.wso2.carbon.registry.social.api.people.userprofile.Person.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.people.userprofile.Person.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.utils.FilterOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.registry.social.api.utils.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.