public interface RelationshipsRestResources extends SocialRest
| 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 expand,
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
|
javax.ws.rs.core.Response getRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo,
String expand,
String identityId,
int offset,
int limit,
boolean returnSize)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response createRelationship(@Context
javax.ws.rs.core.UriInfo uriInfo,
String expand,
RelationshipEntity model)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getRelationshipById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response updateRelationshipById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
RelationshipEntity model)
throws Exception
uriInfo - ExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.