| Method and Description |
|---|
| org.exoplatform.social.service.rest.ActivitiesRestService.createCommentActivityById(UriInfo, String, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#postComment(org.exoplatform.social.rest.impl.activity.UriInfo, String, String, org.exoplatform.social.rest.entity.CommentEntity) |
| org.exoplatform.social.service.rest.ActivitiesRestService.destroyActivity(UriInfo, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#deleteActivityById(org.exoplatform.social.rest.impl.activity.UriInfo, String, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.destroyComment(UriInfo, String, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
CommentRestResourcesV1#deleteCommentById(org.exoplatform.social.rest.impl.comment.UriInfo, String, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.destroyLike(UriInfo, String, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#deleteLike(org.exoplatform.social.rest.impl.activity.UriInfo, String, String, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.getActivityById(UriInfo, String, String, String, String, int, String, int)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#getActivityById(org.exoplatform.social.rest.impl.activity.UriInfo, String, String) |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivityConnectionsOfAuthenticated(UriInfo, String, String, int, String, String, int, int)
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 |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivityConnectionsOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int)
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 |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivityFeedOfAuthenticated(UriInfo, String, String, int, String, String, int, int)
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" |
| org.exoplatform.social.service.rest.Util.getActivityManager()
Use
Util.getActivityManager(String) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivitySpacesOfAuthenticated(UriInfo, String, String, int, String, String, int, int)
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) |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivitySpacesOfAuthenticatedByTimestamp(UriInfo, String, String, int, Long, Long, int, int)
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 |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivityStreamByIdentityId(UriInfo, String, String, String, int, String, String, int, int)
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)} |
| org.exoplatform.social.service.rest.api.ActivityStreamResources.getActivityStreamOfIdentityByTimestamp(UriInfo, String, String, String, int, Long, Long, int, int)
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 |
| org.exoplatform.social.service.rest.SecurityManager.getAuthenticatedUserIdentity()
use
Util.getAuthenticatedUserIdentity(String) instead. |
| org.exoplatform.social.service.rest.api.IdentityResources.getIdentityById(UriInfo, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
IdentityRestResourcesV1#getIdentityById(org.exoplatform.social.rest.impl.identity.UriInfo, String, String) |
| org.exoplatform.social.service.rest.Util.getIdentityManager()
Use
Util.getIdentityManager(String) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getMediaType(String)
User
Util.getMediaType(String, String[]) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getOwnerIdentityIdFromActivity(ExoSocialActivity)
Use
Util.getOwnerIdentityIdFromActivity(String, ExoSocialActivity) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getRelationshipManager()
Use
Util.getRelationshipManager(String) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getSpaceService()
Use
Util.getSpaceService(String) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getUserIdentity(String, boolean)
Use
Util.getUserIdentity(String, String, boolean) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.Util.getViewerIdentity(String)
Use
Util.getViewerIdentity(String, String) instead.
Will be removed by 1.3.x |
| org.exoplatform.social.service.rest.PeopleRestService.searchConnection(UriInfo, SecurityContext, String, String, int, int, String, String)
Deprecated from 4.3.x. Replaced by a new API
UserRestResourcesV1#getConnectionOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, boolean, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.showComments(UriInfo, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#getCommentsOfActivity(org.exoplatform.social.rest.impl.activity.UriInfo, String, int, int, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.showComments(UriInfo, String, String, String, Integer, Integer)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#getCommentsOfActivity(org.exoplatform.social.rest.impl.activity.UriInfo, String, int, int, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.showLikes(UriInfo, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#getLikesOfActivity(org.exoplatform.social.rest.impl.activity.UriInfo, String, int, int, String) |
| org.exoplatform.social.service.rest.SpacesRestService.showMySpaceList(UriInfo, String, String)
Deprecated from 4.3.x. Replaced by a new API
UserRestResourcesV1#getSpacesOfUser(org.exoplatform.social.rest.impl.user.UriInfo, String, int, int, boolean, String) |
| org.exoplatform.social.service.rest.SpacesRestService.suggestSpacenames(UriInfo, String, String, String, String, String)
Deprecated from 4.3.x. Replaced by a new API
SpaceRestResourcesV1#getSpaces(org.exoplatform.social.rest.impl.space.UriInfo, String, int, int, boolean, String) |
| org.exoplatform.social.service.rest.PeopleRestService.suggestUsernames(UriInfo, SecurityContext, String)
Deprecated from 4.3.x. Replaced by a new API
UserRestResourcesV1#getUsers(org.exoplatform.social.rest.impl.user.UriInfo, String, int, int, boolean, String) |
| org.exoplatform.social.service.rest.ActivitiesRestService.updateComment(UriInfo, String, String, String, ExoSocialActivityImpl)
Deprecated from 4.3.x. Replaced by a new API
CommentRestResourcesV1#updateCommentById(org.exoplatform.social.rest.impl.comment.UriInfo, String, String, org.exoplatform.social.rest.entity.ActivityEntity) |
| org.exoplatform.social.service.rest.ActivitiesRestService.updateLike(UriInfo, String, String, String, Like)
Deprecated from 4.3.x. Replaced by a new API
ActivityRestResourcesV1#addLike(org.exoplatform.social.rest.impl.activity.UriInfo, String, String) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.