org.camunda.bpm.engine.rest.impl
Class GroupRestServiceImpl
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.impl.GroupRestServiceImpl
- All Implemented Interfaces:
- GroupRestService
public class GroupRestServiceImpl
- extends AbstractAuthorizedRestResource
- implements GroupRestService
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupRestServiceImpl
public GroupRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getGroup
public GroupResource getGroup(String id)
- Specified by:
getGroup in interface GroupRestService
queryGroups
public List<GroupDto> queryGroups(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
queryGroups in interface GroupRestService
queryGroups
public List<GroupDto> queryGroups(GroupQueryDto queryDto,
Integer firstResult,
Integer maxResults)
getGroupCount
public CountResultDto getGroupCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getGroupCount in interface GroupRestService
getGroupCount
protected CountResultDto getGroupCount(GroupQueryDto queryDto)
createGroup
public void createGroup(GroupDto groupDto)
- Specified by:
createGroup in interface GroupRestService
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface GroupRestService
executePaginatedQuery
protected List<Group> executePaginatedQuery(GroupQuery query,
Integer firstResult,
Integer maxResults)
getIdentityService
protected IdentityService getIdentityService()
Copyright © 2016 camunda services GmbH. All rights reserved.