public class RelationshipsRestResourcesV1 extends Object implements RelationshipsRestResources
| Constructor and Description |
|---|
RelationshipsRestResourcesV1() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createRelationship(javax.ws.rs.core.UriInfo uriInfo,
String expand,
RelationshipEntity model) |
javax.ws.rs.core.Response |
deleteRelationshipById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to delete a relationship by id
|
javax.ws.rs.core.Response |
getRelationshipById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Get a relationship by id
|
javax.ws.rs.core.Response |
getRelationships(javax.ws.rs.core.UriInfo uriInfo,
String status,
String identityId,
int offset,
int limit,
boolean returnSize) |
javax.ws.rs.core.Response |
updateRelationshipById(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 getRelationships(@Context javax.ws.rs.core.UriInfo uriInfo, String status, String identityId, int offset, int limit, boolean returnSize) throws Exception
getRelationships in interface RelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response createRelationship(@Context javax.ws.rs.core.UriInfo uriInfo, String expand, RelationshipEntity model) throws Exception
createRelationship in interface RelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response getRelationshipById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand) throws Exception
RelationshipsRestResourcesgetRelationshipById in interface RelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response updateRelationshipById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand, RelationshipEntity model) throws Exception
RelationshipsRestResourcesupdateRelationshipById in interface RelationshipsRestResourcesException@RolesAllowed(value="users") public javax.ws.rs.core.Response deleteRelationshipById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand) throws Exception
RelationshipsRestResourcesdeleteRelationshipById in interface RelationshipsRestResourcesExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.