Package org.camunda.bpm.engine.rest.impl
Class GroupRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
- All Implemented Interfaces:
GroupRestService
public class GroupRestServiceImpl
extends AbstractAuthorizedRestResource
implements GroupRestService
- 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.GroupRestService
PATH
-
Constructor Summary
ConstructorDescriptionGroupRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
createGroup
(GroupDto groupDto) getGroupCount
(jakarta.ws.rs.core.UriInfo uriInfo) protected IdentityService
queryGroupCount
(GroupQueryDto queryDto) queryGroups
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) queryGroups
(GroupQueryDto 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
-
GroupRestServiceImpl
public GroupRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getGroup
- Specified by:
getGroup
in interfaceGroupRestService
-
queryGroups
public List<GroupDto> queryGroups(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
queryGroups
in interfaceGroupRestService
-
queryGroups
- Specified by:
queryGroups
in interfaceGroupRestService
-
getGroupCount
- Specified by:
getGroupCount
in interfaceGroupRestService
-
queryGroupCount
- Specified by:
queryGroupCount
in interfaceGroupRestService
-
createGroup
- Specified by:
createGroup
in interfaceGroupRestService
-
availableOperations
- Specified by:
availableOperations
in interfaceGroupRestService
-
getIdentityService
-