Package org.camunda.bpm.engine.rest.impl
Class UserRestServiceImpl
java.lang.Object
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
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceId
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.UserRestService
PATH
-
Constructor Summary
ConstructorDescriptionUserRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
createUser
(UserDto userDto) protected IdentityService
getUserCount
(jakarta.ws.rs.core.UriInfo uriInfo) protected CountResultDto
getUserCount
(UserQueryDto queryDto) queryUsers
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) queryUsers
(UserQueryDto queryDto, Integer firstResult, Integer maxResults) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorized
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
UserRestServiceImpl
public UserRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getUser
- Specified by:
getUser
in interfaceUserRestService
-
queryUsers
public List<UserProfileDto> queryUsers(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
queryUsers
in interfaceUserRestService
-
queryUsers
public List<UserProfileDto> queryUsers(UserQueryDto queryDto, Integer firstResult, Integer maxResults) -
getUserCount
- Specified by:
getUserCount
in interfaceUserRestService
-
getUserCount
-
createUser
- Specified by:
createUser
in interfaceUserRestService
-
availableOperations
- Specified by:
availableOperations
in interfaceUserRestService
-
getIdentityService
-