From de341a48799a58b6c6c9768a5f3abc556f9b0f07 Mon Sep 17 00:00:00 2001 From: hoavu Date: Fri, 1 Jun 2012 16:02:32 +0700 Subject: [PATCH] DOC-1619 Change IDs with v1alpha1 into v1alpha3 --- .../service/rest/api/ActivityResources.java | 22 +++++++++---------- .../service/rest/api/VersionResources.java | 4 ++-- .../DeveloperReference/Rest_Service_APIs.wiki | 6 ++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/component/service/src/main/java/org/exoplatform/social/service/rest/api/ActivityResources.java b/component/service/src/main/java/org/exoplatform/social/service/rest/api/ActivityResources.java index cc2e2a5b79..c143ac5f8a 100644 --- a/component/service/src/main/java/org/exoplatform/social/service/rest/api/ActivityResources.java +++ b/component/service/src/main/java/org/exoplatform/social/service/rest/api/ActivityResources.java @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} @@ -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} diff --git a/component/service/src/main/java/org/exoplatform/social/service/rest/api/VersionResources.java b/component/service/src/main/java/org/exoplatform/social/service/rest/api/VersionResources.java index 3808157882..af3a47a681 100644 --- a/component/service/src/main/java/org/exoplatform/social/service/rest/api/VersionResources.java +++ b/component/service/src/main/java/org/exoplatform/social/service/rest/api/VersionResources.java @@ -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 @@ -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 diff --git a/docs/refguide/src/main/resources/wikbook/en/en-US/DeveloperReference/Rest_Service_APIs.wiki b/docs/refguide/src/main/resources/wikbook/en/en-US/DeveloperReference/Rest_Service_APIs.wiki index 29570d5645..579dc22057 100644 --- a/docs/refguide/src/main/resources/wikbook/en/en-US/DeveloperReference/Rest_Service_APIs.wiki +++ b/docs/refguide/src/main/resources/wikbook/en/en-US/DeveloperReference/Rest_Service_APIs.wiki @@ -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"} \ No newline at end of file