org.camunda.bpm.engine.rest.sub.identity.impl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupResourceImpl
public GroupResourceImpl(String processEngineName,
String groupId,
String rootResourcePath,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getGroup
public GroupDto getGroup(javax.ws.rs.core.UriInfo context)
- Specified by:
getGroup in interface GroupResource
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface GroupResource
updateGroup
public void updateGroup(GroupDto group)
- Specified by:
updateGroup in interface GroupResource
deleteGroup
public void deleteGroup()
- Specified by:
deleteGroup in interface GroupResource
getGroupMembersResource
public GroupMembersResource getGroupMembersResource()
- Specified by:
getGroupMembersResource in interface GroupResource
findGroupObject
protected Group findGroupObject()
Copyright © 2016 camunda services GmbH. All rights reserved.