public interface GroupSpaceBindingRestResources extends SocialRest
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteSpaceBinding(javax.ws.rs.core.UriInfo uriInfo,
String bindingId)
Delete a binding by id.
|
javax.ws.rs.core.Response |
getBindingReportOperations(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getBindingsBySpaceId(javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
int offset,
int limit,
boolean returnSize)
Return a list of binding in json format
|
javax.ws.rs.core.Response |
getGroupsTree(javax.ws.rs.core.UriInfo uriInfo)
Return the groups in a tree structure of json format
|
javax.ws.rs.core.Response |
getReport(javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
String action,
String group,
String groupBindingId) |
javax.ws.rs.core.Response |
saveGroupSpaceBindings(javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
List<String> groupNamesList)
Return a list of binding in json format
|
javax.ws.rs.core.Response getBindingsBySpaceId(@Context
javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
int offset,
int limit,
boolean returnSize)
throws Exception
uriInfo - spaceId - Id of the spaceoffset - Bindings list offsetlimit - Bindings list limitreturnSize - Return Size of the list?Exceptionjavax.ws.rs.core.Response saveGroupSpaceBindings(@Context
javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
List<String> groupNamesList)
throws Exception
uriInfo - spaceId - Id of the spacegroupNamesList - List of group names to be bound to the spaceExceptionjavax.ws.rs.core.Response deleteSpaceBinding(@Context
javax.ws.rs.core.UriInfo uriInfo,
String bindingId)
throws Exception
uriInfo - bindingId - Id of the spaceExceptionjavax.ws.rs.core.Response getGroupsTree(@Context
javax.ws.rs.core.UriInfo uriInfo)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getReport(@Context
javax.ws.rs.core.UriInfo uriInfo,
String spaceId,
String action,
String group,
String groupBindingId)
throws Exception
uriInfo - spaceId - action - group - groupBindingId - ExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.