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
identityServiceFields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceIdFields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath - 
Constructor Summary
ConstructorsConstructorDescriptionGroupResourceImpl(String processEngineName, String groupId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionavailableOperations(jakarta.ws.rs.core.UriInfo context) voidprotected GroupgetGroup(jakarta.ws.rs.core.UriInfo context) voidupdateGroup(GroupDto group) Methods inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
ensureNotReadOnlyMethods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorizedMethods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri 
- 
Constructor Details
- 
GroupResourceImpl
 
 - 
 - 
Method Details
- 
getGroup
- Specified by:
 getGroupin interfaceGroupResource
 - 
availableOperations
- Specified by:
 availableOperationsin interfaceGroupResource
 - 
updateGroup
- Specified by:
 updateGroupin interfaceGroupResource
 - 
deleteGroup
public void deleteGroup()- Specified by:
 deleteGroupin interfaceGroupResource
 - 
getGroupMembersResource
- Specified by:
 getGroupMembersResourcein interfaceGroupResource
 - 
findGroupObject
 
 -