Class GroupResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
- All Implemented Interfaces:
GroupResource
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
identityService
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
-
Constructor Summary
ConstructorDescriptionGroupResourceImpl
(String processEngineName, String groupId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
protected Group
getGroup
(jakarta.ws.rs.core.UriInfo context) void
updateGroup
(GroupDto group) Methods inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
ensureNotReadOnly
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
-
GroupResourceImpl
-
-
Method Details
-
getGroup
- Specified by:
getGroup
in interfaceGroupResource
-
availableOperations
- Specified by:
availableOperations
in interfaceGroupResource
-
updateGroup
- Specified by:
updateGroup
in interfaceGroupResource
-
deleteGroup
public void deleteGroup()- Specified by:
deleteGroup
in interfaceGroupResource
-
getGroupMembersResource
- Specified by:
getGroupMembersResource
in interfaceGroupResource
-
findGroupObject
-