org.camunda.bpm.engine.rest.impl
Class UserRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
- All Implemented Interfaces:
- UserRestService
public class UserRestServiceImpl
- extends AbstractAuthorizedRestResource
- implements UserRestService
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRestServiceImpl
public UserRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getUser
public UserResource getUser(String id)
- Specified by:
getUser in interface UserRestService
queryUsers
public List<UserProfileDto> queryUsers(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
queryUsers in interface UserRestService
queryUsers
public List<UserProfileDto> queryUsers(UserQueryDto queryDto,
Integer firstResult,
Integer maxResults)
getUserCount
public CountResultDto getUserCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getUserCount in interface UserRestService
getUserCount
protected CountResultDto getUserCount(UserQueryDto queryDto)
createUser
public void createUser(UserDto userDto)
- Specified by:
createUser in interface UserRestService
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface UserRestService
executePaginatedQuery
protected List<User> executePaginatedQuery(UserQuery query,
Integer firstResult,
Integer maxResults)
getIdentityService
protected IdentityService getIdentityService()
Copyright © 2016 camunda services GmbH. All rights reserved.