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

A

AbstractSocialRestService - Class in org.exoplatform.social.rest.api
 
AbstractSocialRestService() - Constructor for class org.exoplatform.social.rest.api.AbstractSocialRestService
 
acceptInvitationToJoinSpace(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Processes the "Accept the invitation to join a space" action and update notification.
acceptInvitationToJoinSpace(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Processes the "Accept the invitation to join a space" action and redirects to the space homepage.
ACTIVITIES_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
ACTIVITIES_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
ActivitiesRestService - Class in org.exoplatform.social.service.rest
Provides services for manipulating activities (like/unlike, comment and delete).
ActivitiesRestService() - Constructor for class org.exoplatform.social.service.rest.ActivitiesRestService
constructor
ActivitiesRestService.CommentList - Class in org.exoplatform.social.service.rest
CommentList model
ActivitiesRestService.LikeList - Class in org.exoplatform.social.service.rest
LikeList model
ACTIVITY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
ACTIVITY_STREAM - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
ActivityEntity - Class in org.exoplatform.social.rest.entity
 
ActivityEntity() - Constructor for class org.exoplatform.social.rest.entity.ActivityEntity
 
ActivityEntity(String) - Constructor for class org.exoplatform.social.rest.entity.ActivityEntity
 
ActivityEntity(ExoSocialActivity) - Constructor for class org.exoplatform.social.rest.entity.ActivityEntity
 
ActivityResources - Class in org.exoplatform.social.service.rest.api
Activity Resources end point.
ActivityResources() - Constructor for class org.exoplatform.social.service.rest.api.ActivityResources
 
ActivityRestIn - Class in org.exoplatform.social.service.rest.api.models
The Activity Input model for Social Rest APIs.
ActivityRestIn() - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityRestIn
 
ActivityRestListOut - Class in org.exoplatform.social.service.rest.api.models
The activity rest list out model for Social Rest APIs.
ActivityRestListOut() - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityRestListOut
Default constructor for initializing default values.
ActivityRestListOut(List<ExoSocialActivity>, int, int, String) - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityRestListOut
Constructors to set the list of activities and the number of comments, the number of likes.
ActivityRestListOut.Field - Enum in org.exoplatform.social.service.rest.api.models
The enum fields as json keys
ActivityRestOut - Class in org.exoplatform.social.service.rest.api.models
The Activity model for Social Rest APIs.
ActivityRestOut() - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityRestOut
Default constructor, used by JAX-RS.
ActivityRestOut(ExoSocialActivity, String) - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
ActivityRestOut.Field - Enum in org.exoplatform.social.service.rest.api.models
 
ActivityRestResources - Interface in org.exoplatform.social.rest.api
 
ActivityRestResourcesV1 - Class in org.exoplatform.social.rest.impl.activity
 
ActivityRestResourcesV1() - Constructor for class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
ActivityStreamResources - Class in org.exoplatform.social.service.rest.api
Provides API to access the activity stream of an identity.
ActivityStreamResources() - Constructor for class org.exoplatform.social.service.rest.api.ActivityStreamResources
 
ActivityStreamRestOut - Class in org.exoplatform.social.service.rest.api.models
The Activity Stream model for Social Rest APIs.
ActivityStreamRestOut() - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Default constructor for initializing default values.
ActivityStreamRestOut(ActivityStream, String) - Constructor for class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Constructor to construct object from ActivityStream instance.
ActivityStreamRestOut.Field - Enum in org.exoplatform.social.service.rest.api.models
The enum fields as json keys
addActivityByUser(UriInfo, String, String, ActivityEntity) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
addActivityByUser(UriInfo, String, String, ActivityEntity) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
addApp(AppsRestService.App) - Method in class org.exoplatform.social.service.rest.AppsRestService.AppList
adds application to application list
addComment(ExoSocialActivity) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
add comment to comment List
addLike(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Adds a like for the activity with the given id.
addLike(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
addLike(Like) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
adds like to like list
addOption(IdentityNameList.Option) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList
 
addSpace(SpaceRest) - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
adds space to space list
addSpacesMemberships(UriInfo, String, SpaceMembershipEntity) - Method in interface org.exoplatform.social.rest.api.SpaceMembershipRestResources
 
addSpacesMemberships(UriInfo, String, SpaceMembershipEntity) - Method in class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
addToNameList(Identity...) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList
 
addUser(UriInfo, String, UserEntity) - Method in interface org.exoplatform.social.rest.api.UserRestResources
Creates an user
addUser(UriInfo, String, UserEntity) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
ADMIN_GROUP - Static variable in class org.exoplatform.social.rest.api.RestUtils
 
ADMIN_GROUP - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
App() - Constructor for class org.exoplatform.social.service.rest.AppsRestService.App
 
APPLICATIONS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
AppList() - Constructor for class org.exoplatform.social.service.rest.AppsRestService.AppList
 
AppsRestService - Class in org.exoplatform.social.service.rest
Provides services for the application registry gadget which shows a list of applications.
AppsRestService() - Constructor for class org.exoplatform.social.service.rest.AppsRestService
constructor
AppsRestService.App - Class in org.exoplatform.social.service.rest
Describes an application entity from the application registry service of the portal.
AppsRestService.AppList - Class in org.exoplatform.social.service.rest
List that contains applications from application registry service of portal
This class is needed as a model for converter of the rest service.
ATTACHMENTS - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
ATTACHMENTS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
AVATAR - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
AVATAR_URL - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

B

BaseEntity - Class in org.exoplatform.social.rest.entity
 
BaseEntity() - Constructor for class org.exoplatform.social.rest.entity.BaseEntity
 
BaseEntity(String) - Constructor for class org.exoplatform.social.rest.entity.BaseEntity
 
BODY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
buildAbsoluteAvatarURL(IdentityRestOut) - Static method in class org.exoplatform.social.service.rest.Util
Build absolute AvatarURL from in IndentityRestOut if avatar == null or "" use default avatar base on Identity's type
buildAbsoluteAvatarURL(Identity) - Static method in class org.exoplatform.social.service.rest.Util
Build absolute AvatarURL from in IndentityRestOut if avatar == null or "" use default avatar base on Identity's type
buildEntityFromActivity(ExoSocialActivity, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get a ActivityEntity from an activity in order to build a json object for the rest service
buildEntityFromActivity(ExoSocialActivity, String, String) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get a hash map from an activity in order to build a json object for the rest service
buildEntityFromComment(ExoSocialActivity, String, String, boolean) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityFromComment(ExoSocialActivity, String, String, int, int) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityFromIdentity(Identity, String, String) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get a hash map from an identity in order to build a json object for the rest service
buildEntityFromLike(ExoSocialActivity, String, String, int, int) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityFromRelationship(Relationship, String, String, boolean) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get a hash map from a relationship in order to build a json object for the rest service
buildEntityFromSpace(Space, String, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get a hash map from a space in order to build a json object for the rest service
buildEntityFromSpace(Space, String, String, String) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get a hash map from a space in order to build a json object for the rest service
buildEntityFromSpaceMembership(Space, String, String, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get a hash map from a space in order to build a json object for the rest service
buildEntityFromSpaceMembership(Space, String, String, String, String) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get a hash map from a space in order to build a json object for the rest service
buildEntityIdentity(Identity, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get a IdentityEntity from an identity in order to build a json object for the rest service
buildEntityIdentity(String, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityProfile(Profile, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityProfile(String, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityProfiles(String[], String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 
buildEntityRelationship(Relationship, String, String, boolean) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get a RelationshipEntity from a relationship in order to build a json object for the rest service
buildLinkForHeader(Object, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
"https://localhost:8080/rest/users?offset=50&limit=25" Link: <https://localhost:8080/rest/users?offset=25&limit=25>; rel="previous", <https://localhost:8080/rest/users?offset=75&limit=25>; rel="next"
buildRelationshipEntities(List<Relationship>, UriInfo) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
 

C

canAccessActivity(PortalContainer, String, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated remoteId of user can access an existing activity.
canAccessActivity(PortalContainer, Identity, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated identity can access an existing activity.
canAccessActivityStream(PortalContainer, Identity, Identity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated identity could access the activity stream of an owner stream identity.
canCommentToActivity(PortalContainer, Identity, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated identity has the permission to comment on an existing activity.
canDeleteActivity(PortalContainer, Identity, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated identity has the permission to delete an existing activity.
canDeleteComment(PortalContainer, Identity, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an authenticated identity has the permission to delete an existing comment.
canPostActivity(PortalContainer, Identity, Identity) - Static method in class org.exoplatform.social.service.rest.SecurityManager
Checks if an poster identity has the permission to post activities on an owner identity stream.
characters(XMLString, Augmentations) - Method in class org.exoplatform.social.service.rest.LinkShare
filter method is called back when scanning meets the end of text in a tag
checkAuthenticatedRequest() - Static method in class org.exoplatform.social.service.rest.RestChecker
Checks if the request is authenticated or not.
checkAuthenticatedUserPermission(String) - Static method in class org.exoplatform.social.service.rest.RestChecker
 
checkSupportedFormat(String, String[]) - Static method in class org.exoplatform.social.service.rest.RestChecker
Checks if the expected format is supported or not.
checkSupportedVersion(String) - Static method in class org.exoplatform.social.service.rest.RestChecker
 
checkValidPortalContainerName(String) - Static method in class org.exoplatform.social.service.rest.RestChecker
Checks if the provided portal container name exists or not.
CollectionEntity - Class in org.exoplatform.social.rest.entity
 
CollectionEntity(List<? extends DataEntity>, String, int, int) - Constructor for class org.exoplatform.social.rest.entity.CollectionEntity
 
CommentEntity - Class in org.exoplatform.social.rest.entity
 
CommentEntity() - Constructor for class org.exoplatform.social.rest.entity.CommentEntity
 
CommentEntity(String) - Constructor for class org.exoplatform.social.rest.entity.CommentEntity
 
CommentList() - Constructor for class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
 
CommentRestIn - Class in org.exoplatform.social.service.rest.api.models
The Comment input model for Social Rest APIs.
CommentRestIn() - Constructor for class org.exoplatform.social.service.rest.api.models.CommentRestIn
 
CommentRestOut - Class in org.exoplatform.social.service.rest.api.models
The comment model for Social Rest APIs.
CommentRestOut() - Constructor for class org.exoplatform.social.service.rest.api.models.CommentRestOut
Default constructor
CommentRestOut(ExoSocialActivity, String) - Constructor for class org.exoplatform.social.service.rest.api.models.CommentRestOut
Construct Comments model ExoSocialActivity
CommentRestOut.Field - Enum in org.exoplatform.social.service.rest.api.models
 
CommentRestResources - Interface in org.exoplatform.social.rest.api
 
CommentRestResourcesV1 - Class in org.exoplatform.social.rest.impl.comment
 
CommentRestResourcesV1() - Constructor for class org.exoplatform.social.rest.impl.comment.CommentRestResourcesV1
 
COMMENTS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
COMMENTS_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
COMMENTS_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
COMPANY - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
COMPANY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
confirmInvitationToConnect(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Processes the "Accept the invitation to connect" action between 2 users and update notification.
confirmInvitationToConnect(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Processes the "Accept the invitation to connect" action between 2 users, then redirects to the sender's activity stream.
ConnectionInfoRestOut() - Constructor for class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
Default constructor, used by JAX-RS.
ConnectionInfoRestOut(Identity) - Constructor for class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
ConnectionInfoRestOut(Identity, Activity, String) - Constructor for class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
convertTimestampToTimeString(long) - Static method in class org.exoplatform.social.service.rest.Util
Converts a timestamp string to time string by the pattern: EEE MMM d HH:mm:ss Z yyyy.
CREATE_DATE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
CREATE_DATE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
createCommentActivityById(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
createCommentActivityById(UriInfo, String, String, String, CommentRestIn) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Posts a new comment on an existing activity.
createIdentities(UriInfo, String, String, String) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to create an identity
createIdentities(UriInfo, String, String, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to create an identity
createLikeActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Allows an authenticated identity to do the "like" action on an existing activity.
createNewActivity(UriInfo, String, String, String, ActivityRestIn) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Creates an activity to an identity's activity stream.
createRelationship(UriInfo, String, RelationshipEntity) - Method in interface org.exoplatform.social.rest.api.RelationshipsRestResources
 
createRelationship(UriInfo, String, RelationshipEntity) - Method in class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
createSpace(UriInfo, String, SpaceEntity) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to create a new space
createSpace(UriInfo, String, SpaceEntity) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to create a new space
createSpaceMembershipForIgnoredStatus(Space, String, String, String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
update the SpaceMemberShip between the user and the space as ignored and then update also the MemberShipType used in SpaceMembershipRestResourcesV1.java
createUsersRelationships(UriInfo, String, RelationshipEntity) - Method in interface org.exoplatform.social.rest.api.UsersRelationshipsRestResources
 
createUsersRelationships(UriInfo, String, RelationshipEntity) - Method in class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 

D

DataEntity - Class in org.exoplatform.social.rest.entity
 
DataEntity() - Constructor for class org.exoplatform.social.rest.entity.DataEntity
 
DEFAULT_LIMIT - Static variable in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
DEFAULT_LIMIT - Static variable in class org.exoplatform.social.rest.api.RestUtils
 
DEFAULT_LIMIT - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
DEFAULT_OFFSET - Static variable in class org.exoplatform.social.rest.api.RestUtils
 
DEFAULT_OFFSET - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
deleteActivityById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to delete an activity by id
deleteActivityById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
deleteCommentById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.CommentRestResources
Process to delete a comment by id
deleteCommentById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.comment.CommentRestResourcesV1
 
deleteCommentById(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Deletes an existing comment by its Id.
DELETED - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
deleteExistingActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Deletes an existing activity by its Id using the DELETE method.
deleteIdentityById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to delete an identity
deleteIdentityById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to delete an identity
deleteLike(UriInfo, String, String, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Deletes a like from the user with the given username on the activity with the given activity id.
deleteLike(UriInfo, String, String, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
deleteLikeActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Allows an identity to remove his "like" action on an activity.
deleteRelationshipById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.RelationshipsRestResources
Process to delete a relationship by id
deleteRelationshipById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
deleteSpaceById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to delete a space by id
deleteSpaceById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to delete a space by id
deleteSpaceMembershipById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.SpaceMembershipRestResources
Process to delete a spaceMembership by id
deleteSpaceMembershipById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
deleteUserById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
deleteUserById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
deleteUsersRelationshipsById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.UsersRelationshipsRestResources
Process to delete a relationship by id
deleteUsersRelationshipsById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 
DESCRIPTION - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
DESCRIPTION - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
destroyActivity(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
Deprecated from 4.3.x. Replaced by a new API ActivityRestResourcesV1.deleteActivityById(UriInfo, String, String)
destroyComment(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
Deprecated from 4.3.x. Replaced by a new API CommentRestResourcesV1.deleteCommentById(UriInfo, String, String)
destroyLike(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
Deprecated from 4.3.x. Replaced by a new API ActivityRestResourcesV1.deleteLike(UriInfo, String, String, String)
DISPLAY_NAME - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
DISPLAY_NAME - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
doFilter(GenericContainerResponse) - Method in class org.exoplatform.social.rest.filter.SocialResponseFilter
 

E

EMAIL - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.exoplatform.social.service.rest.LinkShare
this filter method is called back when scanning meets empty element tag
END_DATE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
END_DATE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
endElement(QName, Augmentations) - Method in class org.exoplatform.social.service.rest.LinkShare
filter method is called back when scanning meets end element tag
EntityBuilder - Class in org.exoplatform.social.rest.api
 
EntityBuilder() - Constructor for class org.exoplatform.social.rest.api.EntityBuilder
 
equals(Object) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
ETAG - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
ETAG - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
EXPERIENCES - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
extractInfo(DataEntity, List<String>) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
extractInfo(List<String>) - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 

F

FIRST_NAME - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
formatISO8601(Date) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
FULL_NAME - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

G

GENDER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
getActivitiesOfCurrentUser(UriInfo, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to return all activities in json format
getActivitiesOfCurrentUser(UriInfo, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
getActivitiesOfUser(UriInfo, String, String, int, int, String, String, boolean, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
getActivitiesOfUser(UriInfo, String, String, int, int, String, String, boolean, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getActivity() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getActivityById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to return an activity by id in json format
getActivityById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
getActivityById(UriInfo, String, String, String, String, int, String, int) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
Deprecated from 4.3.x. Replaced by a new API ActivityRestResourcesV1.getActivityById(UriInfo, String, String)
getActivityById(UriInfo, String, String, String, String, int, String, int) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Gets an activity object from a specified activity Id.
getActivityConnectionsOfAuthenticated(UriInfo, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API UserRestResourcesV1#getActivitiesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, String, int, int, String, String, boolean, String) with type="connections";after=xxx;before=yyy
getActivityConnectionsOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API UserRestResourcesV1#getActivitiesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, String, int, int, String, String, boolean, String) with type="connections"; before=xxx;after=yyy
getActivityFeedOfAuthenticated(UriInfo, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API UserRestResourcesV1#getActivitiesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, String, int, int, String, String, boolean, String) with type="owner"
getActivityFeedOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets the activity stream feed of the authenticated user identity based on a specific time.
getActivityId() - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
gets activityId
getActivityId() - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
gets activityId
getActivityId() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getActivityManager() - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getActivityManager(String) instead. Will be removed by 1.3.x
getActivityManager(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets ActivityManager with specified portal container name.
getActivitySpacesOfAuthenticated(UriInfo, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API SpaceRestResourcesV1#getSpaceActivitiesById(org.exoplatform.social.rest.impl.space.UriInfo, String, int, int, String, String, boolean, String)
getActivitySpacesOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API SpaceRestResourcesV1#getSpaceActivitiesById(org.exoplatform.social.rest.impl.space.UriInfo, String, int, int, String, String, boolean, String) with before=xxx; after=yyy
getActivityStream(ExoSocialActivity, Identity) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get the activityStream's information related to the activity.
getActivityStream() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getActivityStream() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getActivityStream(ExoSocialActivity, Identity) - Static method in class org.exoplatform.social.service.rest.RestUtils
Get the activityStream's information related to the activity.
getActivityStreamByIdentityId(UriInfo, String, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API UserRestResourcesV1#getActivitiesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, String, int, int, String, String, boolean, String) Or with space SpaceRestResourcesV1#getSpaceActivitiesById(org.exoplatform.social.rest.impl.space.UriInfo, String, int, int, String, String, boolean, String)}
getActivityStreamOfIdentityByTimestamp(UriInfo, String, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API UserRestResourcesV1#getActivitiesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, String, int, int, String, String, boolean, String) with type=owner
getActivityTitle() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getActivityTitle() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getAppId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getAppId() - Method in class org.exoplatform.social.service.rest.AppsRestService.App
gets appId
getAppName() - Method in class org.exoplatform.social.service.rest.AppsRestService.App
gets application name
getApps() - Method in class org.exoplatform.social.service.rest.AppsRestService.AppList
gets application list
getAuthenticatedUserIdentity() - Static method in class org.exoplatform.social.service.rest.SecurityManager
getAuthenticatedUserIdentity(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets UserIdentity of authenticated user.
getAvatar() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getAvatar() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getAvatar() - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
getAvatarUrl() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getAvatarUrl() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
getAvatarURL() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getAvatarUrl() - Method in class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Gets avatarURL of profile
getAvatarUrl() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getAvatarUrl() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the space's avatar url
getBaseRestUrl() - Static method in class org.exoplatform.social.rest.api.RestUtils
Get base url of rest service
getBaseRestUrl() - Static method in class org.exoplatform.social.service.rest.Util
Get base url of rest service
getBaseTime(String) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getBaseUrl() - Static method in class org.exoplatform.social.rest.api.RestUtils
Get base url of rest service
getBaseUrl() - Static method in class org.exoplatform.social.service.rest.Util
Gets base url (host + post) from a context uriInfo.
getBody() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getBody() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getBody() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getCommentById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.CommentRestResources
Process to return a commnet by id in json format
getCommentById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.comment.CommentRestResourcesV1
 
getComments() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getComments() - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
gets comment list
getComments() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getCommentsActivityRestUrl(String, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get the rest url in order to load all comments of an activity
getCommentsActivityRestUrl(String, String) - Static method in class org.exoplatform.social.service.rest.Util
Get the rest url in order to load all comments of an activity
getCommentsByActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Gets the comments on an activity.
getCommentsOfActivity(UriInfo, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to return all comments of an activity in json format
getCommentsOfActivity(UriInfo, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
getConnectionOfUser(UriInfo, String, boolean, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
getConnectionOfUser(UriInfo, String, boolean, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getCreatedAt() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getCreatedAt() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getCreateDate() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getCreateDate() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getCurrentServletRequest() - Static method in class org.exoplatform.social.service.rest.Util
Gets current http servlet request provided by Rest Service Framework.
getData() - Method in class org.exoplatform.social.rest.entity.LinkEntity
 
getDataEntity() - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
getDecodeQueryURL(String) - Static method in class org.exoplatform.social.service.rest.Util
Decode query parameters of string URL Example: - Input: http://google.com?%3Cscript%3E - Output: http://google.com?<script>
getDeleted() - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
getDeleted() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getDeleted() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getDeleted() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getDescription() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getDescription() - Method in class org.exoplatform.social.service.rest.LinkShare
gets description
getDescription() - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
getDisplayName() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getDisplayName() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getDisplayName() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the display name of the space.
getDisplayName() - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
getEmail() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getEmail() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getEntities() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
getExperiences() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getFaviconUrl() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the favicon url of activity stream.
getFirstname() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getFirstname() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getFullname() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getFullname() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getFullName() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the full name.
getFullName() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getFullName() - Method in class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Gets fullname of profile
getFullName() - Method in class org.exoplatform.social.service.rest.Like
gets user full name
getGender() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getGender() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getGroupId() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getGroupId() - Method in class org.exoplatform.social.service.rest.SpaceRest
Get the group id.
getHref() - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
getId() - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
getId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getId() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getId() - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Gets Id of Identity
getId() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getId(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.IdentityRestService
Gets an identity by a user's name and returns in the JSON format.
getId() - Method in class org.exoplatform.social.service.rest.IdentityRestService.UserId
gets id
getId() - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
getIdentities(UriInfo, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to return a list of identities in json format
getIdentities(UriInfo, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to return a list of identities in json format
getIdentity() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getIdentity() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getIdentity() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getIdentity() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getIdentityAvatarById(UriInfo, Request, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
 
getIdentityById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to return an identity in json format
getIdentityById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to return an identity in json format
getIdentityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.IdentityResources
Deprecated.
Deprecated from 4.3.x. Replaced by a new API IdentityRestResourcesV1#getIdentityById(org.exoplatform.social.rest.impl.identity.UriInfo, String, String)
getIdentityId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getIdentityId() - Method in class org.exoplatform.social.service.rest.Like
gets identityId who likes
getIdentityManager() - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getIdentityManager(String) instead. Will be removed by 1.3.x
getIdentityManager(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets IdentityManager with specified portal container name.
getIdentityProviderIdAndRemoteId(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.api.IdentityResources
Gets the identity and its associated profile by specifying its provider Id and user/space Id.
getImages() - Method in class org.exoplatform.social.service.rest.LinkShare
gets images list
getIMs() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getInstance(String) - Static method in class org.exoplatform.social.service.rest.LinkShare
Gets LinkShare instance with specified link.
getInstance(String, String) - Static method in class org.exoplatform.social.service.rest.LinkShare
Gets LinkShare instance with link and lang specified.
getIntegerValue(String) - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getIntegerValue(UriInfo, String) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getJsonMediaType() - Static method in class org.exoplatform.social.rest.api.RestUtils
Gets the json media type
getJsonMediaType() - Static method in class org.exoplatform.social.service.rest.RestUtils
Gets the json media type
getLang() - Method in class org.exoplatform.social.service.rest.LinkShareRequest
gets language
getLastname() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getLastname() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getLastUpdatedTime() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getLastVisitedSpace(UriInfo, String, String, String, int, int) - Method in class org.exoplatform.social.service.rest.SpacesRestService
Provides a way to get the latest spaces ordered by last access and to be able to filter spaces, based on the application Id in the spaces.
getLatestVersion(UriInfo, String) - Method in class org.exoplatform.social.service.rest.api.VersionResources
Gets the latest REST API version of eXo Platform.
getLiked() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getLikedByIdentities() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getLikes() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getLikes() - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
gets like list
getLikesActivityOfUser(UriInfo, String, String, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Gets the like of the user with the given username for the activity with the given activity id.
getLikesActivityOfUser(UriInfo, String, String, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
getLikesFromIdentityId(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Gets all the identities who like an existing activity.
getLikesOfActivity(UriInfo, String, int, int, String) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Gets all the likes of the activity with the given id.
getLikesOfActivity(UriInfo, String, int, int, String) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
getLimit(UriInfo) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getLimit() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
getLink() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getLink() - Method in class org.exoplatform.social.service.rest.LinkShare
gets provided link
getLink() - Method in class org.exoplatform.social.service.rest.LinkShareRequest
gets link
getLink(UriInfo, String, LinkShareRequest) - Method in class org.exoplatform.social.service.rest.LinkShareRestService
Gets the content of the link by the parameter passed to request.
getLongValue(UriInfo, String) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getManagers() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getMediaAlbum() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaAlbum if provided in:
getMediaArtist() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaArtist if provided in:
getMediaHeight() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaHeight if provided in:
getMediaObject() - Method in class org.exoplatform.social.service.rest.LinkShare
get mediaObject
getMediaSrc() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaSrc
getMediaTitle() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaTitle if provided in:
getMediaType(String, String[]) - Static method in class org.exoplatform.social.rest.api.RestUtils
Gets the media type from an expected format string (usually the input) and an array of supported format strings.
getMediaType() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaType if provided in:
getMediaType(String) - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
User Util.getMediaType(String, String[]) instead. Will be removed by 1.3.x
getMediaType(String, String[]) - Static method in class org.exoplatform.social.service.rest.Util
Gets the media type from an expected format string (usually the input) and an array of supported format strings.
getMediaWidth() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediaWidth if provided in:
getMediumType() - Method in class org.exoplatform.social.service.rest.LinkShare
gets mediumType
getMembers() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getMembersSpaceRestUrl(String, boolean, String) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Get the rest url to load all members or managers of a space
getMembersSpaceRestUrl(String, boolean, String) - Static method in class org.exoplatform.social.service.rest.Util
Get the rest url to load all members or managers of a space
getMimeTypeOfURL(String) - Static method in class org.exoplatform.social.service.rest.Util
Try to guess the mime type of url using the Content-Type from header, the extension of filename or some bytes of content.
getModelIS() - Method in class org.exoplatform.social.service.rest.SocialUpdaterRest
 
getMoreSpacesUrl() - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
Get the url of all spaces.
getName() - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
getName() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the name of the space.
getOffset(UriInfo) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getOffset() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
getOptions() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList
 
getOrder() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
getOwner() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getOwnerIdentityIdFromActivity(ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
getOwnerIdentityIdFromActivity(String, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.Util
Gets a owner identity Id from a provided activity.
getPassword() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getPathParam(String) - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getPathParam(UriInfo, String) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getPeopleInfo(UriInfo, SecurityContext, String, String, String, String) - Method in class org.exoplatform.social.service.rest.PeopleRestService
Gets a set of information of the target user.
getPermaLink() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the perma link.
getPhones() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getPortalContainerByName(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets a portal container by its name.
getPosition() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getPosition() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getPosition() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getPosition() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getPostedTime() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getPostedTime() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getPoster() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getPosterIdentity() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getPosterIdentity() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getPrettyId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the pretty id.
getPrettyPostedTime() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getPriority() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getPriority() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Gets the activity priority, optional value.
getPriority() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getProfile() - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
getProfile() - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Gets profile of Identity
getProfileUrl() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getProfileUrl() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getProperty(String) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
getProviderId() - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
getProviderId() - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Gets providerId of Identity
getQueryParam(String) - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getQueryParam(UriInfo, String) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
getQueryValueLimit() - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getQueryValueOffset() - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getQueryValueReturnSize() - Method in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
getReceiver() - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
getRegistration() - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
getRelationshipById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.RelationshipsRestResources
Get a relationship by id
getRelationshipById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
getRelationshipManager() - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getRelationshipManager(String) instead. Will be removed by 1.3.x
getRelationshipManager(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets RelationshipManager with specified portal container name.
getRelationships(UriInfo, String, String, int, int, boolean) - Method in interface org.exoplatform.social.rest.api.RelationshipsRestResources
 
getRelationships(UriInfo, String, String, int, int, boolean) - Method in class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
getRelationshipsOfIdentity(UriInfo, String, String, boolean, int, int, String) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to return all relationships of an identity in json format
getRelationshipsOfIdentity(UriInfo, String, String, boolean, int, int, String) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to return all relationships of an identity in json format
getRelationshipType() - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
getRemoteId() - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
getRemoteId() - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Gets remoteId of Identity
getResponse(Object, UriInfo, MediaType, Response.Status) - Static method in class org.exoplatform.social.rest.api.EntityBuilder
Gets the response object constructed from the provided params.
getResponse(Object, UriInfo, MediaType, Response.Status) - Static method in class org.exoplatform.social.service.rest.Util
Gets the response object constructed from the provided params.
getRestUrl(String, String, String) - Static method in class org.exoplatform.social.rest.api.RestUtils
Get base url of rest service
getRestUrl(String, String, String) - Static method in class org.exoplatform.social.service.rest.Util
Get base url of rest service
getRole() - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
getSender() - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
getSize() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
getSpace() - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
getSpaceActivitiesById(UriInfo, String, int, int, String, String, boolean, String) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to return a space by id
getSpaceActivitiesById(UriInfo, String, int, int, String, String, boolean, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to return a space by id
getSpaceAvatarById(UriInfo, Request, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
 
getSpaceById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to return a space by id
getSpaceById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to return a space by id
getSpaceInfo(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.SpacesRestService
Gets space display info
getSpaceMembers(UriInfo, String, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to return a space by id
getSpaceMembers(UriInfo, String, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to return a space by id
getSpaceMembershipById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.SpaceMembershipRestResources
Process to return a spaceMembership by id
getSpaceMembershipById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
getSpaces(UriInfo, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to return a list of space in json format
getSpaces(UriInfo, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to return a list of space in json format
getSpaces() - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
gets space list
getSpaceService() - Static method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Gets a service which manages all things related to spaces.
getSpaceService() - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Gets a service which manages all things related to spaces.
getSpaceService() - Method in class org.exoplatform.social.service.rest.PeopleRestService
 
getSpaceService() - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getSpaceService(String) instead. Will be removed by 1.3.x
getSpaceService(String) - Static method in class org.exoplatform.social.service.rest.Util
Gets SpaceService with specified portal container name.
getSpacesMemberships(UriInfo, String, String, String, int, int, String, boolean) - Method in interface org.exoplatform.social.rest.api.SpaceMembershipRestResources
Process to return a list of space's membership in json format
getSpacesMemberships(UriInfo, String, String, String, int, int, String, boolean) - Method in class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
getSpacesOfUser(UriInfo, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
getSpacesOfUser(UriInfo, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getSpaceUrl() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the space url after building url with new navigation controller (used only for MySpaces gadget).
getStatus() - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
getStatus() - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
getString(String) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
getSubscription() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getSupportedVersions(UriInfo, String) - Method in class org.exoplatform.social.service.rest.api.VersionResources
Gets eXo Platform REST service versions that are supported.
getTemplateParams() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Gets the activity's template params, optional value.
getTemplateParams() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getText() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestIn
Gets the comment text.
getText() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getText() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
getThumbnail() - Method in class org.exoplatform.social.service.rest.Like
gets thumbnail
getTitle() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getTitle() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getTitle() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Gets the activity title, required value.
getTitle() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getTitle() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the activity stream title.
getTitle() - Method in class org.exoplatform.social.service.rest.LinkShare
gets title
getTitleId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Gets activity's title id, optional value.
getTitleId() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getTotalNumberOfComments() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getTotalNumberOfLikes() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getType() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getType() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Gets the activity type, optional value.
getType() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getType() - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Gets the activity stream type.
getType() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
getType() - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
getUpdateDate() - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
getUpdateDate() - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
getUrl() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getUrl() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the url.
getUrls() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getUser() - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
getUserAvatarById(UriInfo, Request, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getUserByEmail(String) - Static method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
Checks if input email is existing already or not.
getUserById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
getUserById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getUserIdentity(String, boolean) - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getUserIdentity(String, String, boolean) instead. Will be removed by 1.3.x
getUserIdentity(String, String, boolean) - Static method in class org.exoplatform.social.service.rest.Util
Gets identity from the remote id (user name)
getUsername() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
getUsername() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
getUsername() - Method in class org.exoplatform.social.service.rest.Like
gets userName
getUsers(UriInfo, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.UserRestResources
Get all users, filter by name if exists.
getUsers(UriInfo, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
getUsersRelationships(UriInfo, String, String, int, int, boolean, String) - Method in interface org.exoplatform.social.rest.api.UsersRelationshipsRestResources
 
getUsersRelationships(UriInfo, String, String, int, int, boolean, String) - Method in class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 
getUsersRelationshipsById(UriInfo, String, String) - Method in interface org.exoplatform.social.rest.api.UsersRelationshipsRestResources
Get a relationship by id
getUsersRelationshipsById(UriInfo, String, String) - Method in class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 
getValue() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
getVersion() - Method in class org.exoplatform.social.service.rest.api.models.Version
Gets the latest social rest api version.
getVersion() - Method in enum org.exoplatform.social.service.rest.RestChecker.SUPPORT_VERSION
 
getVersions() - Method in class org.exoplatform.social.service.rest.api.models.Versions
Gets the value of the version property.
getViewerId(UriInfo) - Static method in class org.exoplatform.social.service.rest.Util
Get viewerId from servlet request data information provided by OpenSocial signed request.
getViewerIdentity(String) - Static method in class org.exoplatform.social.service.rest.Util
Deprecated.
Use Util.getViewerIdentity(String, String) instead. Will be removed by 1.3.x
getViewerIdentity(String, String) - Static method in class org.exoplatform.social.service.rest.Util
Gets identity of viewer user (logged-in user).
getVisibility() - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
getVisibility() - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
GLOBAL_ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
GROUP_ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

H

HARD_LIMIT - Static variable in class org.exoplatform.social.rest.api.AbstractSocialRestService
 
HARD_LIMIT - Static variable in class org.exoplatform.social.rest.api.RestUtils
 
HARD_LIMIT - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
hashCode() - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
hasMentioned(ExoSocialActivity, String) - Static method in class org.exoplatform.social.service.rest.Util
Checks if user is mentioned or not.
HREF - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

I

ID - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
IDENTITIES_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
IDENTITIES_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
IDENTITY - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
IDENTITY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
IdentityEntity - Class in org.exoplatform.social.rest.entity
 
IdentityEntity() - Constructor for class org.exoplatform.social.rest.entity.IdentityEntity
 
IdentityEntity(String) - Constructor for class org.exoplatform.social.rest.entity.IdentityEntity
 
IdentityNameList - Class in org.exoplatform.social.service.rest.api.models
UserNameList class Contains list of user's name that match the input string.
IdentityNameList() - Constructor for class org.exoplatform.social.service.rest.api.models.IdentityNameList
 
IdentityNameList.Option - Class in org.exoplatform.social.service.rest.api.models
 
IdentityResources - Class in org.exoplatform.social.service.rest.api
Provides API to access the identity resources.
IdentityResources() - Constructor for class org.exoplatform.social.service.rest.api.IdentityResources
 
IdentityRestOut - Class in org.exoplatform.social.service.rest.api.models
The Identity model for Social Rest APIs.
IdentityRestOut() - Constructor for class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Default constructor
IdentityRestOut(String, String) - Constructor for class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Construct the Identity model from Social's identityId.
IdentityRestOut(Identity) - Constructor for class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Construct the Identity model from Social's identity.
IdentityRestOut.Field - Enum in org.exoplatform.social.service.rest.api.models
 
IdentityRestResources - Interface in org.exoplatform.social.rest.api
 
IdentityRestResourcesV1 - Class in org.exoplatform.social.rest.impl.identity
 
IdentityRestResourcesV1(IdentityManager) - Constructor for class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
 
IdentityRestService - Class in org.exoplatform.social.service.rest
Provides services to work with identities.
IdentityRestService() - Constructor for class org.exoplatform.social.service.rest.IdentityRestService
constructor
IdentityRestService.UserId - Class in org.exoplatform.social.service.rest
UserId class to be exposed
ignoreInvitationToConnect(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Processes the "Deny the invitation to connect" action between 2 users
ignoreInvitationToConnect(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Processes the "Deny the invitation to connect" action between 2 users, then redirects to the receiver's page of received invitations.
ignoreInvitationToJoinSpace(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Processes the "Deny the invitation to join a space" action.
ignoreInvitationToJoinSpace(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Processes the "Deny the invitation to join a space" action, then redirects to the page of all spaces.
IM_ID - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
IM_ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
IM_TYPE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
IM_TYPE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
IMS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
IntranetNotificationRestService - Class in org.exoplatform.social.service.rest
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Nov 26, 2014
IntranetNotificationRestService() - Constructor for class org.exoplatform.social.service.rest.IntranetNotificationRestService
 
inviteToConnect(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Processes the "Invite to connect" action between two users, sender and receiver, then redirects to the receiver's profile page.
IS_CURRENT - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
IS_CURRENT - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
isAnonymous() - Static method in class org.exoplatform.social.rest.api.RestUtils
Check if the current user is authenticated
isAnonymous() - Static method in class org.exoplatform.social.service.rest.Util
Check if the current user is authenticated
isInvalid() - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
isLikedByIdentity(String, ExoSocialActivity) - Static method in class org.exoplatform.social.service.rest.Util
Check if identityId contained in liked Identity, if yes return true else return false.
isMemberOfAdminGroup() - Static method in class org.exoplatform.social.rest.api.RestUtils
Check if the authenticated user is a member of the admin group
isMemberOfAdminGroup() - Static method in class org.exoplatform.social.service.rest.RestUtils
Check if the authenticated user is a member of the admin group
isNotValid() - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
isNotValid() - Method in class org.exoplatform.social.rest.entity.UserEntity
 
isReturnSize(UriInfo) - Static method in class org.exoplatform.social.rest.api.RestUtils
 
isValid() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Utility to check if this object contains valid inputs.
isValid() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestIn
Checks if this is a valid input, including all required fields.
isValidURL(String) - Static method in class org.exoplatform.social.service.rest.Util
Checks a url is in a valid form or not.

K

KEY - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
KEY - Static variable in class org.exoplatform.social.service.rest.RestUtils
 

L

LAST_NAME - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
LATEST_VERSION - Static variable in class org.exoplatform.social.service.rest.api.VersionResources
The latest social rest api version.
Like - Class in org.exoplatform.social.service.rest
Model contain like detail information.
Like() - Constructor for class org.exoplatform.social.service.rest.Like
 
LikeList() - Constructor for class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
 
LIKER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
LIKER_IDENTITY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
LIKES - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
LIKES_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
LIKES_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
LINK - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
LinkEntity - Class in org.exoplatform.social.rest.entity
 
LinkEntity(String) - Constructor for class org.exoplatform.social.rest.entity.LinkEntity
 
LinkEntity(BaseEntity) - Constructor for class org.exoplatform.social.rest.entity.LinkEntity
 
LinkEntity(List<? extends DataEntity>) - Constructor for class org.exoplatform.social.rest.entity.LinkEntity
 
LinkShare - Class in org.exoplatform.social.service.rest
LinkShare - gets preview information of a link including: - link - title - description - images - media (from popular sites: youtube, vimeo, flickr...) - low priority (NOT IMPLEMENTED YET) This should be implemented from the client side to display preview and media player.
LinkShareRequest - Class in org.exoplatform.social.service.rest
LinkShareRequest.java - LikeShareRequest model
LinkShareRequest() - Constructor for class org.exoplatform.social.service.rest.LinkShareRequest
 
LinkShareRestService - Class in org.exoplatform.social.service.rest
Gets information from a provided link.
LinkShareRestService() - Constructor for class org.exoplatform.social.service.rest.LinkShareRestService
constructor

M

MANAGERS - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
MANAGERS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
MEMBERS - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
MEMBERS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
MENTIONS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
MESSAGE_JSON_FILE_NAME - Static variable in class org.exoplatform.social.service.rest.IntranetNotificationRestService
 

N

NotificationsRestService - Class in org.exoplatform.social.service.rest
Provides REST Services for manipulating jobs related to notifications.
NotificationsRestService() - Constructor for class org.exoplatform.social.service.rest.NotificationsRestService
 
NotificationsRestService.URL_TYPE - Enum in org.exoplatform.social.service.rest
 

O

Option() - Constructor for class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
org.exoplatform.social.rest.api - package org.exoplatform.social.rest.api
 
org.exoplatform.social.rest.entity - package org.exoplatform.social.rest.entity
 
org.exoplatform.social.rest.filter - package org.exoplatform.social.rest.filter
 
org.exoplatform.social.rest.impl.activity - package org.exoplatform.social.rest.impl.activity
 
org.exoplatform.social.rest.impl.comment - package org.exoplatform.social.rest.impl.comment
 
org.exoplatform.social.rest.impl.identity - package org.exoplatform.social.rest.impl.identity
 
org.exoplatform.social.rest.impl.relationship - package org.exoplatform.social.rest.impl.relationship
 
org.exoplatform.social.rest.impl.space - package org.exoplatform.social.rest.impl.space
 
org.exoplatform.social.rest.impl.spacemembership - package org.exoplatform.social.rest.impl.spacemembership
 
org.exoplatform.social.rest.impl.user - package org.exoplatform.social.rest.impl.user
 
org.exoplatform.social.rest.impl.userrelationship - package org.exoplatform.social.rest.impl.userrelationship
 
org.exoplatform.social.service.rest - package org.exoplatform.social.service.rest
Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type.
org.exoplatform.social.service.rest.api - package org.exoplatform.social.service.rest.api
Provides the classes necessary to handle a rest call, processes request and returns results by input type (json, xml).
org.exoplatform.social.service.rest.api.models - package org.exoplatform.social.service.rest.api.models
 
OWNER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

P

PeopleInfo - Class in org.exoplatform.social.service.rest.api.models
PeopleInfo class Contains people's information that relate to specific user.
PeopleInfo() - Constructor for class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
PeopleInfo(String) - Constructor for class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
PeopleRestService - Class in org.exoplatform.social.service.rest
Provides REST Services for manipulating jobs relates to people.
PeopleRestService() - Constructor for class org.exoplatform.social.service.rest.PeopleRestService
 
PeopleRestService.ConnectionInfoRestOut - Class in org.exoplatform.social.service.rest
 
PeopleRestService.ConnectionInfoRestOut.Field - Enum in org.exoplatform.social.service.rest
 
PeopleRestService.UserInfo - Class in org.exoplatform.social.service.rest
 
PHONE_NUMBER - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
PHONE_NUMBER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
PHONE_TYPE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
PHONE_TYPE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
PHONES - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
POSITION - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
POSITION - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
postActivityOnSpace(UriInfo, String, String, ActivityRestIn) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
 
postActivityOnSpace(UriInfo, String, String, ActivityRestIn) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
postComment(UriInfo, String, String, CommentEntity) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to create new comment
postComment(UriInfo, String, String, CommentEntity) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
postDeleteCommentById(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Deletes an existing comment by its Id using the POST method.
postDeleteLikeActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Allows an identity to remove his "like" action on an activity.
POSTER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
postToDeleteActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Deletes an existing activity by its Id using the POST method.
ProfileEntity - Class in org.exoplatform.social.rest.entity
 
ProfileEntity() - Constructor for class org.exoplatform.social.rest.entity.ProfileEntity
 
ProfileEntity(String) - Constructor for class org.exoplatform.social.rest.entity.ProfileEntity
 
ProfileRestOut - Class in org.exoplatform.social.service.rest.api.models
The Profile model for Social Rest APIs.
ProfileRestOut() - Constructor for class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Default Constructor
ProfileRestOut(Profile) - Constructor for class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Construct the Profile model from Social profile.
ProfileRestOut.Field - Enum in org.exoplatform.social.service.rest.api.models
 
PROVIDER_ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

R

RECEIVER - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
RECEIVER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
redirectUrl(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Redirects the current user to an associated page, such as user activity stream, portal homepage, space homepage and user profile.
refuseRequestToJoinSpace(UriInfo, String, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Refuses a user's request for joining a space.
refuseRequestToJoinSpace(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Refuses a user's request for joining a space, then redirects to the space's members page.
RelationshipEntity - Class in org.exoplatform.social.rest.entity
 
RelationshipEntity() - Constructor for class org.exoplatform.social.rest.entity.RelationshipEntity
 
RelationshipEntity(String) - Constructor for class org.exoplatform.social.rest.entity.RelationshipEntity
 
RELATIONSHIPS - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
RelationshipsRestResources - Interface in org.exoplatform.social.rest.api
 
RelationshipsRestResourcesV1 - Class in org.exoplatform.social.rest.impl.relationship
 
RelationshipsRestResourcesV1() - Constructor for class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
REMOTE_ID - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
RestChecker - Class in org.exoplatform.social.service.rest
The utility class for flow checking on rest methods.
RestChecker.SUPPORT_VERSION - Enum in org.exoplatform.social.service.rest
 
RestProperties - Class in org.exoplatform.social.rest.api
 
RestProperties() - Constructor for class org.exoplatform.social.rest.api.RestProperties
 
RestProperties - Class in org.exoplatform.social.service.rest
 
RestProperties() - Constructor for class org.exoplatform.social.service.rest.RestProperties
 
RestUtils - Class in org.exoplatform.social.rest.api
 
RestUtils() - Constructor for class org.exoplatform.social.rest.api.RestUtils
 
RestUtils - Class in org.exoplatform.social.service.rest
 
RestUtils() - Constructor for class org.exoplatform.social.service.rest.RestUtils
 
ROLE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

S

searchConnection(UriInfo, SecurityContext, String, String, int, int, String, String) - Method in class org.exoplatform.social.service.rest.PeopleRestService
Deprecated.
SecurityManager - Class in org.exoplatform.social.service.rest
The security manager helper class for Social Rest APIs.
SecurityManager() - Constructor for class org.exoplatform.social.service.rest.SecurityManager
 
SENDER - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
SENDER - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
setActivity(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setActivityId(String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
sets activityId
setActivityId(String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
sets activityId
setActivityId(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setActivityStream(DataEntity) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setActivityStream(ActivityStreamRestOut) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setActivityTitle(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setActivityTitle(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setAppId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setAppId(String) - Method in class org.exoplatform.social.service.rest.AppsRestService.App
sets appId
setApplications(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setAppName(String) - Method in class org.exoplatform.social.service.rest.AppsRestService.App
sets application name
setApps(List<AppsRestService.App>) - Method in class org.exoplatform.social.service.rest.AppsRestService.AppList
sets application list
setAttachments(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setAvatar(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setAvatar(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setAvatar(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
setAvatarUrl(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setAvatarUrl(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setAvatarURL(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setAvatarUrl(String) - Method in class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Sets avatarURL of profile
setAvatarUrl(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setBody(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setBody(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setBody(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setComments(LinkEntity) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setComments(List<ExoSocialActivity>) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
sets comment list
setComments(List<CommentRestOut>) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setCreatedAt(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setCreatedAt(String) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setCreateDate(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setCreateDate(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setDataEntity(DataEntity) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
setDataIdentity(LinkEntity) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setDataReceiver(LinkEntity) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setDataSender(LinkEntity) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setDataSpace(LinkEntity) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setDataUser(LinkEntity) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setDatIdentity(LinkEntity) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setDeleted(Boolean) - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
setDeleted(Boolean) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setDeleted(Boolean) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setDeleted(Boolean) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setDescription(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setDescription(String) - Method in class org.exoplatform.social.service.rest.LinkShare
Set new value for description.
setDescription(String) - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
setDisplayName(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setDisplayName(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setDisplayName(String) - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
setEmail(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setEmail(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setExperiences(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setExperiences(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setFaviconUrl(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the favicon url.
setFirstname(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setFirstname(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setFullname(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setFullname(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setFullName(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the full name.
setFullName(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setFullName(String) - Method in class org.exoplatform.social.service.rest.api.models.ProfileRestOut
Sets fullName of profile
setFullName(String) - Method in class org.exoplatform.social.service.rest.Like
sets user full name
setGender(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setGender(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setGlobalId(GlobalId) - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
setGroupId(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setGroupId(String) - Method in class org.exoplatform.social.service.rest.SpaceRest
Sets the group id.
setHref(String) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
setId(String) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
setId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setId(String) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setId(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Sets Id of Identity
setId(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setId(String) - Method in class org.exoplatform.social.service.rest.IdentityRestService.UserId
sets id
setId(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
setIdentity(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setIdentity(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setIdentity(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setIdentity(LinkEntity) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setIdentity(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setIdentityId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setIdentityId(String) - Method in class org.exoplatform.social.service.rest.Like
sets identityId who likes
setIms(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setIms(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setInvalid(boolean) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setLang(String) - Method in class org.exoplatform.social.service.rest.LinkShareRequest
sets language
setLastname(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setLastname(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setLastUpdatedTime(Long) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setLiked(Boolean) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setLikedByIdentities(List<IdentityRestOut>) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setLikes(LinkEntity) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setLikes(List<Like>) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
sets like list
setLimit(int) - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
setLink(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setLink(String) - Method in class org.exoplatform.social.service.rest.LinkShareRequest
sets link
setManagers(LinkEntity) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setMembers(LinkEntity) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setMentions(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setMentions(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setMoreSpacesUrl(String) - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
Set the url of all spaces.
setName(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
setName(String) - Method in class org.exoplatform.social.service.rest.SpaceRest
Sets the name of the space.
setNumberOfComments(int, ExoSocialActivity, String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
Sets the number of comments to be returned.
setNumberOfLikes(int, ExoSocialActivity, String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
Sets the number of likes to be returned.
setOffset(int) - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
setOptions(List<IdentityNameList.Option>) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList
 
setOrder(int) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setOwner(DataEntity) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setPassword(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setPermaLink(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the perma link of activity stream.
setPhones(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setPhones(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setPosition(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setPosition(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setPosition(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setPosition(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setPostedTime(Long) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setPostedTime(Long) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setPoster(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setPosterIdentity(IdentityRestOut) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setPosterIdentity(IdentityRestOut) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setPosterIdentity(ExoSocialActivity, String) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setPrettyId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the pretty id.
setPrettyPostedTime(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setPriority(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setPriority(Float) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Sets the activity priority, optional value.
setPriority(Float) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setProfile(ProfileEntity) - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
setProfile(ProfileRestOut) - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Sets profile of Identity
setProfileUrl(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setProfileUrl(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
setProperty(String, Object) - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
setProperty(String, Object) - Method in class org.exoplatform.social.rest.entity.DataEntity
 
setProviderId(String) - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
setProviderId(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Sets providerId of Identity
setReceiver(String) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setRegistration(String) - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
setRelationshipType(String) - Method in class org.exoplatform.social.service.rest.api.models.PeopleInfo
 
setRemoteId(String) - Method in class org.exoplatform.social.rest.entity.IdentityEntity
 
setRemoteId(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityRestOut
Sets remoteId of Identity
setRole(String) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setSender(String) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setSize(int) - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
setSpace(String) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setSpaces(List<SpaceRest>) - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
sets space list
setSpaceUrl(String) - Method in class org.exoplatform.social.service.rest.SpaceRest
Sets the space url with new navigation controller (used only for MySpaces gadget).
setStatus(String) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setStatus(String) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setSubscription(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setSymetric(Boolean) - Method in class org.exoplatform.social.rest.entity.RelationshipEntity
 
setTemplateParams(Map<String, String>) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Sets the activity's template params, optional value.
setTemplateParams(Map<String, String>) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setText(String) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestIn
Sets the comment text.
setText(String) - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
setText(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setThumbnail(String) - Method in class org.exoplatform.social.service.rest.Like
sets thumbnail url
setTitle(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setTitle(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setTitle(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Sets the activity title, required value.
setTitle(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setTitle(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the activity stream title.
setTitle(String) - Method in class org.exoplatform.social.service.rest.LinkShare
Set new value for title.
setTitleId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Sets activity's title id, optional value.
setTitleId(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setTotalNumberOfComments(Integer) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setTotalNumberOfLikes(Integer) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setType(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setType(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestIn
Sets the activity type, optional value.
setType(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
setType(String) - Method in class org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
Sets the activity stream type.
setType(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setType(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
setUpdateDate(String) - Method in class org.exoplatform.social.rest.entity.ActivityEntity
 
setUpdateDate(String) - Method in class org.exoplatform.social.rest.entity.CommentEntity
 
setUrl(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setUrl(String) - Method in class org.exoplatform.social.service.rest.SpaceRest
Sets the url.
setUrls(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setUrls(List<DataEntity>) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setUser(String) - Method in class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
setUsername(String) - Method in class org.exoplatform.social.rest.entity.ProfileEntity
 
setUsername(String) - Method in class org.exoplatform.social.rest.entity.UserEntity
 
setUsername(String) - Method in class org.exoplatform.social.service.rest.Like
sets userName
setValue(String) - Method in class org.exoplatform.social.service.rest.api.models.IdentityNameList.Option
 
setVersion(String) - Method in class org.exoplatform.social.service.rest.api.models.Version
Sets the latest social rest api version.
setVisibility(String) - Method in class org.exoplatform.social.rest.entity.SpaceEntity
 
setVisibility(String) - Method in class org.exoplatform.social.service.rest.SpaceRestIn
 
showApps(UriInfo, String) - Method in class org.exoplatform.social.service.rest.AppsRestService
Gets applications from the application registry service of the portal.
showComments(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
showComments(UriInfo, String, String, String, Integer, Integer) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
showLikes(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
showMySpaceList(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.SpacesRestService
Deprecated.
showPendingSpaceList(UriInfo, String, String) - Method in class org.exoplatform.social.service.rest.SpacesRestService
Gets a user's pending spaces.
SKILLS - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
SKILLS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
SocialResponseFilter - Class in org.exoplatform.social.rest.filter
 
SocialResponseFilter() - Constructor for class org.exoplatform.social.rest.filter.SocialResponseFilter
 
SocialRest - Interface in org.exoplatform.social.rest.api
 
SocialUpdaterRest - Class in org.exoplatform.social.service.rest
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 8, 2014
SocialUpdaterRest() - Constructor for class org.exoplatform.social.service.rest.SocialUpdaterRest
constructor
SPACE_ACTIVITY_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
SPACE_ACTIVITY_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
SpaceEntity - Class in org.exoplatform.social.rest.entity
 
SpaceEntity() - Constructor for class org.exoplatform.social.rest.entity.SpaceEntity
 
SpaceEntity(String) - Constructor for class org.exoplatform.social.rest.entity.SpaceEntity
 
SpaceList() - Constructor for class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
 
SpaceMembershipEntity - Class in org.exoplatform.social.rest.entity
 
SpaceMembershipEntity() - Constructor for class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
SpaceMembershipEntity(String) - Constructor for class org.exoplatform.social.rest.entity.SpaceMembershipEntity
 
SpaceMembershipRestResources - Interface in org.exoplatform.social.rest.api
 
SpaceMembershipRestResourcesV1 - Class in org.exoplatform.social.rest.impl.spacemembership
 
SpaceMembershipRestResourcesV1() - Constructor for class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
SpaceRest - Class in org.exoplatform.social.service.rest
 
SpaceRest(Space) - Constructor for class org.exoplatform.social.service.rest.SpaceRest
The constructor.
SpaceRestIn - Class in org.exoplatform.social.service.rest
 
SpaceRestIn() - Constructor for class org.exoplatform.social.service.rest.SpaceRestIn
 
SpaceRestResources - Interface in org.exoplatform.social.rest.api
 
SpaceRestResourcesV1 - Class in org.exoplatform.social.rest.impl.space
 
SpaceRestResourcesV1(UserACL, IdentityManager) - Constructor for class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
 
SPACES - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
SPACES_MEMBERSHIP_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
SPACES_MEMBERSHIP_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
SPACES_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
SPACES_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
SpacesRestService - Class in org.exoplatform.social.service.rest
Provides services for the space gadget to display a user's spaces and pending spaces.
SpacesRestService() - Constructor for class org.exoplatform.social.service.rest.SpacesRestService
constructor
SpacesRestService.SpaceList - Class in org.exoplatform.social.service.rest
List that contains space from space service.
Need this class for converter from rest service.
START_DATE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
START_DATE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.exoplatform.social.service.rest.LinkShare
filter method is called back when scanning meets start element tag
STATUS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
SUBSCRIPTION - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
suggestSpacenames(UriInfo, String, String, String, String, String) - Method in class org.exoplatform.social.service.rest.SpacesRestService
Deprecated.
suggestUsernames(UriInfo, String, String, String, String, String, String) - Method in class org.exoplatform.social.service.rest.PeopleRestService
Gets users' names that match the input string for suggestion.
suggestUsernames(UriInfo, SecurityContext, String) - Method in class org.exoplatform.social.service.rest.PeopleRestService
Deprecated.
SUPPORT_TYPE - Static variable in class org.exoplatform.social.rest.api.RestUtils
 
SUPPORT_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
SUPPORTED_VERSIONS - Static variable in class org.exoplatform.social.service.rest.api.VersionResources
The supported versions
SYMETRIC - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

T

TITLE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
toJSONObject() - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
toJSONObject() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
toJSONObject() - Method in class org.exoplatform.social.rest.entity.DataEntity
 
toString() - Method in class org.exoplatform.social.rest.entity.BaseEntity
 
toString() - Method in class org.exoplatform.social.rest.entity.CollectionEntity
 
toString() - Method in class org.exoplatform.social.rest.entity.DataEntity
 
toString() - Method in class org.exoplatform.social.rest.entity.LinkEntity
 
toString() - Method in enum org.exoplatform.social.service.rest.api.models.ActivityRestListOut.Field
Gets the string field name.
toString() - Method in enum org.exoplatform.social.service.rest.api.models.ActivityRestOut.Field
 
toString() - Method in enum org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut.Field
Gets the string field name.
toString() - Method in enum org.exoplatform.social.service.rest.api.models.CommentRestOut.Field
 
toString() - Method in enum org.exoplatform.social.service.rest.api.models.IdentityRestOut.Field
 
toString() - Method in enum org.exoplatform.social.service.rest.api.models.ProfileRestOut.Field
 
toString() - Method in class org.exoplatform.social.service.rest.IdentityRestService.UserId
 
toString() - Method in enum org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut.Field
 
TYPE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
TYPE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 

U

UPDATE_DATE - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
UPDATE_DATE - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
updateActivityById(UriInfo, String, String, ActivityEntity) - Method in interface org.exoplatform.social.rest.api.ActivityRestResources
Process to update the title of an activity by id
updateActivityById(UriInfo, String, String, ActivityEntity) - Method in class org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
 
updateComment(UriInfo, String, String, String, ExoSocialActivityImpl) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
updateCommentById(UriInfo, String, String, ActivityEntity) - Method in interface org.exoplatform.social.rest.api.CommentRestResources
Process to update the title of a comment by id
updateCommentById(UriInfo, String, String, ActivityEntity) - Method in class org.exoplatform.social.rest.impl.comment.CommentRestResourcesV1
 
updateIdentityById(UriInfo, String, String, ProfileEntity) - Method in interface org.exoplatform.social.rest.api.IdentityRestResources
Process to update an identity by id
updateIdentityById(UriInfo, String, String, ProfileEntity) - Method in class org.exoplatform.social.rest.impl.identity.IdentityRestResourcesV1
Process to update an identity by id
updateLike(UriInfo, String, String, String, Like) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Deprecated.
Deprecated from 4.3.x. Replaced by a new API ActivityRestResourcesV1.addLike(UriInfo, String, String)
updateRelationshipById(UriInfo, String, String, RelationshipEntity) - Method in interface org.exoplatform.social.rest.api.RelationshipsRestResources
Process to update a relationship by id
updateRelationshipById(UriInfo, String, String, RelationshipEntity) - Method in class org.exoplatform.social.rest.impl.relationship.RelationshipsRestResourcesV1
 
updaterModelOverrided(UriInfo) - Method in class org.exoplatform.social.service.rest.SocialUpdaterRest
Node type updater by rest service.
updateSpaceById(UriInfo, String, String, SpaceEntity) - Method in interface org.exoplatform.social.rest.api.SpaceRestResources
Process to update a space by id
updateSpaceById(UriInfo, String, String, SpaceEntity) - Method in class org.exoplatform.social.rest.impl.space.SpaceRestResourcesV1
Process to update a space by id
updateSpaceMembershipById(UriInfo, String, String, SpaceMembershipEntity) - Method in interface org.exoplatform.social.rest.api.SpaceMembershipRestResources
Process to update a spaceMembership by id
updateSpaceMembershipById(UriInfo, String, String, SpaceMembershipEntity) - Method in class org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRestResourcesV1
 
updateUserById(UriInfo, String, String, UserEntity) - Method in interface org.exoplatform.social.rest.api.UserRestResources
 
updateUserById(UriInfo, String, String, UserEntity) - Method in class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
updateUsersRelationshipsById(UriInfo, String, String, RelationshipEntity) - Method in interface org.exoplatform.social.rest.api.UsersRelationshipsRestResources
Process to update a relationship by id
updateUsersRelationshipsById(UriInfo, String, String, RelationshipEntity) - Method in class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 
URL - Static variable in class org.exoplatform.social.rest.api.RestProperties
 
URL - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
URLS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
USER_ACTIVITY_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
USER_ACTIVITY_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
USER_NAME - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
UserEntity - Class in org.exoplatform.social.rest.entity
 
UserEntity() - Constructor for class org.exoplatform.social.rest.entity.UserEntity
 
UserEntity(String) - Constructor for class org.exoplatform.social.rest.entity.UserEntity
 
UserId() - Constructor for class org.exoplatform.social.service.rest.IdentityRestService.UserId
constructor
UserId(String) - Constructor for class org.exoplatform.social.service.rest.IdentityRestService.UserId
constructor
UserInfo() - Constructor for class org.exoplatform.social.service.rest.PeopleRestService.UserInfo
 
UserRestResources - Interface in org.exoplatform.social.rest.api
 
UserRestResourcesV1 - Class in org.exoplatform.social.rest.impl.user
Provides REST Services for manipulating jobs related to users.
UserRestResourcesV1(UserACL, IdentityManager) - Constructor for class org.exoplatform.social.rest.impl.user.UserRestResourcesV1
 
UserRestResourcesV1.ACTIVITY_STREAM_TYPE - Enum in org.exoplatform.social.rest.impl.user
 
USERS - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
USERS_RELATIONSHIP_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
USERS_RELATIONSHIP_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
USERS_TYPE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
USERS_TYPE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
UsersRelationshipsRestResources - Interface in org.exoplatform.social.rest.api
 
UsersRelationshipsRestResourcesV1 - Class in org.exoplatform.social.rest.impl.userrelationship
 
UsersRelationshipsRestResourcesV1() - Constructor for class org.exoplatform.social.rest.impl.userrelationship.UsersRelationshipsRestResourcesV1
 
Util - Class in org.exoplatform.social.service.rest
Util.java: utility class for rest
.

V

validateRequestToJoinSpace(UriInfo, String, String, String, String, String) - Method in class org.exoplatform.social.service.rest.IntranetNotificationRestService
Adds a member to a space and update notification.
validateRequestToJoinSpace(String, String) - Method in class org.exoplatform.social.service.rest.NotificationsRestService
Adds a member to a space, then redirects to the space's members page.
VALUE - Static variable in class org.exoplatform.social.rest.api.EntityBuilder
 
VALUE - Static variable in class org.exoplatform.social.service.rest.RestUtils
 
valueOf(String) - Static method in enum org.exoplatform.social.rest.impl.user.UserRestResourcesV1.ACTIVITY_STREAM_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityRestListOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.CommentRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.IdentityRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.api.models.ProfileRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.NotificationsRestService.URL_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.social.service.rest.RestChecker.SUPPORT_VERSION
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.social.rest.impl.user.UserRestResourcesV1.ACTIVITY_STREAM_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityRestListOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.CommentRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.IdentityRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.api.models.ProfileRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.NotificationsRestService.URL_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.social.service.rest.RestChecker.SUPPORT_VERSION
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.exoplatform.social.service.rest.LinkShareRequest
verifies if this request is valid
Version - Class in org.exoplatform.social.service.rest.api.models
Version class to expose as json response object.
Version() - Constructor for class org.exoplatform.social.service.rest.api.models.Version
 
VERSION_ONE - Static variable in class org.exoplatform.social.service.rest.api.VersionResources
 
VersionResources - Class in org.exoplatform.social.service.rest.api
Provides the latest REST service version.
VersionResources() - Constructor for class org.exoplatform.social.service.rest.api.VersionResources
 
Versions - Class in org.exoplatform.social.service.rest.api.models
Java class for anonymous complex type.
Versions() - Constructor for class org.exoplatform.social.service.rest.api.models.Versions
 
versions - Variable in class org.exoplatform.social.service.rest.api.models.Versions
 
VISIBILITY - Static variable in class org.exoplatform.social.service.rest.RestProperties
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2003–2017 eXo Platform SAS. All rights reserved.