public interface UsersRelationshipsRestResources extends SocialRest
| 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
|
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
uriInfo - Exceptionjavax.ws.rs.core.Response createUsersRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo,
String expand,
RelationshipEntity model)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getUsersRelationshipsById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response updateUsersRelationshipsById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
RelationshipEntity model)
throws Exception
uriInfo - ExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.