Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ActivityResources implements ResourceContainer {
* use _activity/\:activityId/likes.format_ instead.
* @param showActivityStream When this parameter is set to true, t or 1, the returned activity will provide more
* information for the activity stream that this activity belongs to.
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activity.Get
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activity.Get
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -196,7 +196,7 @@ public Response getActivityById(@Context UriInfo uriInfo,
* @param format the expected returned format
* @param identityIdStream the optional identity stream to post this new activity to
* @param newActivity a new activity instance
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activity.Post
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activity.Post
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -280,7 +280,7 @@ public Response createNewActivity(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activity.Delete
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activity.Delete
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -361,7 +361,7 @@ public Response deleteExistingActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activity.PostDelete
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activity.PostDelete
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -413,7 +413,7 @@ public Response postToDeleteActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activitycomments.Get
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activitycomments.Get
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -500,7 +500,7 @@ public Response getCommentsByActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activitycomments.Post
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activitycomments.Post
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -575,7 +575,7 @@ public Response createCommentActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activitycomments.Delete
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activitycomments.Delete
* @authenticated
* @request
*{code}
Expand Down Expand Up @@ -646,7 +646,7 @@ public Response deleteCommentById(@Context UriInfo uriInfo,
* @param activityId the specified activity id
* @param commentId the specified comment id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.Activitycomments.PostDelete
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.Activitycomments.PostDelete
* @authenticated
* @request
*{code}
Expand Down Expand Up @@ -779,7 +779,7 @@ public Response getLikesFromIdentityId(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.ActivityLike.Post
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.ActivityLike.Post
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -835,7 +835,7 @@ public Response createLikeActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.ActivityLike.Delete
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.ActivityLike.Delete
* @authentication
* @request
*{code}
Expand Down Expand Up @@ -894,7 +894,7 @@ public Response deleteLikeActivityById(@Context UriInfo uriInfo,
* @param portalContainerName the associated portal container name
* @param activityId the specified activity id
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResource.ActivityLike.Postdestroy
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResource.ActivityLike.Postdestroy
* @authentication
* @request
*{code}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class VersionResources implements ResourceContainer {
*
* @param uriInfo the uri info
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.VersionResources.Versionlastest.Get
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.VersionResources.Versionlastest.Get
* @request
*{code}
* GET: http://cloud-workspaces.com/rest/api/social/version/latest.json
Expand Down Expand Up @@ -104,7 +104,7 @@ public Response getLatestVersion(@Context UriInfo uriInfo,
*
* @param uriInfo the uri info
* @param format the expected returned format
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha1.VersionResources.Get
* @anchor SOCref.DevelopersReferences.RestService_APIs_v1alpha3.VersionResources.Get
* @request
*{code}
* GET: http://cloud-workspaces.com/rest/api/social/version/supported.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The _rest\_context\_name_ and _portal\_container\_name_ parameters are used as f
** _rest\_context\_name_: _rest_;
** _portal\_container\_name_: _portal_;

h1. Activity Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha1.ActivityResources}
h1. Activity Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityResources}
{include:document="jaxrs/generated/org.exoplatform.social.service.rest.api.ActivityResources.wiki"}

h1. Activity Stream Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha3.ActivityStreamResources}
{include:document="jaxrs/generated/org.exoplatform.social.service.rest.api.ActivityStreamResources.wiki"}

h1. Identity Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha1.IdentityResources}
h1. Identity Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha3.IdentityResources}
{include:document="jaxrs/generated/org.exoplatform.social.service.rest.api.IdentityResources.wiki"}

h1. Version Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha1.VersionResources}
h1. Version Resources {anchor:id=SOCref.DevelopersReferences.RestService_APIs_v1alpha3.VersionResources}
{include:document="jaxrs/generated/org.exoplatform.social.service.rest.api.VersionResources.wiki"}