Class GroupResourceImpl
- 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.sub.identity.impl.AbstractIdentityResource
-
- org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
-
- All Implemented Interfaces:
GroupResource
public class GroupResourceImpl extends AbstractIdentityResource implements 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
-
Fields inherited from class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
-
-
Constructor Summary
Constructors Constructor Description GroupResourceImpl(java.lang.String processEngineName, java.lang.String groupId, java.lang.String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceOptionsDto
availableOperations(javax.ws.rs.core.UriInfo context)
void
deleteGroup()
protected Group
findGroupObject()
GroupDto
getGroup(javax.ws.rs.core.UriInfo context)
GroupMembersResource
getGroupMembersResource()
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
-
-
-
-
Method Detail
-
getGroup
public GroupDto getGroup(javax.ws.rs.core.UriInfo context)
- Specified by:
getGroup
in interfaceGroupResource
-
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations
in interfaceGroupResource
-
updateGroup
public void updateGroup(GroupDto group)
- Specified by:
updateGroup
in interfaceGroupResource
-
deleteGroup
public void deleteGroup()
- Specified by:
deleteGroup
in interfaceGroupResource
-
getGroupMembersResource
public GroupMembersResource getGroupMembersResource()
- Specified by:
getGroupMembersResource
in interfaceGroupResource
-
findGroupObject
protected Group findGroupObject()
-
-