public interface UserRestResources extends SocialRest
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addActivityByUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model) |
javax.ws.rs.core.Response |
addUser(javax.ws.rs.core.UriInfo uriInfo,
String expand,
UserEntity model)
Creates an user
|
javax.ws.rs.core.Response |
deleteUserById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand) |
javax.ws.rs.core.Response |
getActivitiesOfUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
String type,
int offset,
int limit,
String before,
String after,
boolean returnSize,
String expand) |
javax.ws.rs.core.Response |
getConnectionOfUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
boolean returnSize,
String expand) |
javax.ws.rs.core.Response |
getSpacesOfUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
int offset,
int limit,
boolean returnSize,
String expand) |
javax.ws.rs.core.Response |
getUserById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand) |
javax.ws.rs.core.Response |
getUsers(javax.ws.rs.core.UriInfo uriInfo,
String q,
int offset,
int limit,
boolean returnSize,
String expand)
Get all users, filter by name if exists.
|
javax.ws.rs.core.Response |
updateUserById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
UserEntity model) |
javax.ws.rs.core.Response getUsers(@Context
javax.ws.rs.core.UriInfo uriInfo,
String q,
int offset,
int limit,
boolean returnSize,
String expand)
throws Exception
q - value that an user's name matchExceptionjavax.ws.rs.core.Response addUser(@Context
javax.ws.rs.core.UriInfo uriInfo,
String expand,
UserEntity model)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getUserById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
Exceptionjavax.ws.rs.core.Response deleteUserById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
Exceptionjavax.ws.rs.core.Response updateUserById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
UserEntity model)
throws Exception
Exceptionjavax.ws.rs.core.Response getConnectionOfUser(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
boolean returnSize,
String expand)
throws Exception
Exceptionjavax.ws.rs.core.Response getSpacesOfUser(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
int offset,
int limit,
boolean returnSize,
String expand)
throws Exception
Exceptionjavax.ws.rs.core.Response getActivitiesOfUser(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String type,
int offset,
int limit,
String before,
String after,
boolean returnSize,
String expand)
throws Exception
Exceptionjavax.ws.rs.core.Response addActivityByUser(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model)
throws Exception
ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.