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

A

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.
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.CommentList() - Constructor for class org.exoplatform.social.service.rest.ActivitiesRestService.CommentList
 
ActivitiesRestService.LikeList - Class in org.exoplatform.social.service.rest
LikeList model
ActivitiesRestService.LikeList() - Constructor for class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
 
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
 
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
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
addFullName(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserNameList
Add the user full name to fullNames list
addLike(Like) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService.LikeList
adds like to like list
addName(String) - Method in class org.exoplatform.social.service.rest.PeopleRestService.UserNameList
Add name to user name list
addName(String) - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceNameList
Add name to space name list
addSpace(SpaceRest) - Method in class org.exoplatform.social.service.rest.SpacesRestService.SpaceList
adds space to space list
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.App() - Constructor for class org.exoplatform.social.service.rest.AppsRestService.App
 
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.
AppsRestService.AppList() - Constructor for class org.exoplatform.social.service.rest.AppsRestService.AppList
 

B

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

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.
checkSupportedFormat(String, String[]) - Static method in class org.exoplatform.social.service.rest.RestChecker
Checks if the expected format is supported or not.
checkValidPortalContainerName(String) - Static method in class org.exoplatform.social.service.rest.RestChecker
Checks if the provided portal container name exists or not.
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
 
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.
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.
createCommentActivityById(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Add comments to an existing activity.
createCommentActivityById(UriInfo, String, String, String, CommentRestIn) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Posts a new comment on an existing activity.
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.

D

deleteCommentById(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Deletes an existing comment by its Id.
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.
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.
destroyActivity(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Destroys an activity by its provided Id.
destroyComment(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Removes comments on the activity.
destroyLike(UriInfo, String, String, String, String) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Removes the "like" information of the activity.

E

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
endElement(QName, Augmentations) - Method in class org.exoplatform.social.service.rest.LinkShare
filter method is called back when scanning meets end element tag

G

getActivityById(UriInfo, String, String, String, String, int, String, int) - Method in class org.exoplatform.social.service.rest.ActivitiesRestService
Gets an activity by its Id.
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
Gets activities of connections of a specified identity based on an specific activity called "baseActivity".
getActivityConnectionsOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets activities of connections of a specified identity based on a specific time.
getActivityFeedOfAuthenticated(UriInfo, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets the activity stream feed of the authenticated user identity based on an specific activity called "baseActivity".
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
Gets space activities of spaces based on an specific activity called "baseActivity".
getActivitySpacesOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets space activities based on a specific time.
getActivityStream() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getActivityStreamByIdentityId(UriInfo, String, String, String, int, String, String, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets activities of a defined identity based on an specific activity called baseActivity.
getActivityStreamOfIdentityByTimestamp(UriInfo, String, String, String, int, Long, Long, int, int) - Method in class org.exoplatform.social.service.rest.api.ActivityStreamResources
Gets activities of a defined identity based on a specific time.
getActivityTitle() - Method in class org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
 
getActivityTitle() - Method in class org.exoplatform.social.service.rest.PeopleRestService.PeopleInfo
 
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.service.rest.PeopleRestService.UserInfo
 
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.PeopleRestService.PeopleInfo
 
getAvatarUrl() - Method in class org.exoplatform.social.service.rest.SpaceRest
Gets the space's avatar url
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.service.rest.api.models.ActivityRestOut
 
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
 
getCommentsByActivityById(UriInfo, String, String, String) - Method in class org.exoplatform.social.service.rest.api.ActivityResources
Gets the comments on an activity.
getCreatedAt() - Method in class org.exoplatform.social.service.rest.api.models.ActivityRestOut
 
getCreatedAt() - Method in class org.exoplatform.social.service.rest.api.models.CommentRestOut
 
getCurrentServletRequest() - Static method in class org.exoplatform.social.service.rest.Util
Gets current http servlet request provided by Rest Service Framework.
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?

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