public class UsersRelationshipsRestResourcesV1 extends Object implements UsersRelationshipsRestResources
| Constructor and Description |
|---|
UsersRelationshipsRestResourcesV1() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createUsersRelationships(javax.ws.rs.core.UriInfo uriInfo,
String expand,
RelationshipEntity model) |
javax.ws.rs.core.Response |
deleteUsersRelationshipsById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to delete a relationship by id
|
javax.ws.rs.core.Response |
getUsersRelationships(javax.ws.rs.core.UriInfo uriInfo,
String status,
String user,
int offset,
int limit,
boolean returnSize,
String expand) |
javax.ws.rs.core.Response |
getUsersRelationshipsById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Get a relationship by id
|
javax.ws.rs.core.Response |
updateUsersRelationshipsById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
RelationshipEntity model)
Process to update a relationship by id
|
@RolesAllowed(value="users") public javax.ws.rs.core.Response getUsersRelationships(@Context javax.ws.rs.core.UriInfo uriInfo, String status, String user, int offset, int limit, boolean returnSize, String expand) throws Exception
getUsersRelationships in interface UsersRelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response createUsersRelationships(@Context javax.ws.rs.core.UriInfo uriInfo, String expand, RelationshipEntity model) throws Exception
createUsersRelationships in interface UsersRelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response getUsersRelationshipsById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand) throws Exception
UsersRelationshipsRestResourcesgetUsersRelationshipsById in interface UsersRelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response updateUsersRelationshipsById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand, RelationshipEntity model) throws Exception
UsersRelationshipsRestResourcesupdateUsersRelationshipsById in interface UsersRelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response deleteUsersRelationshipsById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand) throws Exception
UsersRelationshipsRestResourcesdeleteUsersRelationshipsById in interface UsersRelationshipsRestResourcesExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.