org.camunda.bpm.engine.rest
Interface GroupRestService
- All Known Implementing Classes:
- GroupRestServiceImpl
public interface GroupRestService
- Author:
- Daniel Meyer
PATH
static final String PATH
- See Also:
- Constant Field Values
getGroup
GroupResource getGroup(String id)
queryGroups
List<GroupDto> queryGroups(@Context
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
getGroupCount
CountResultDto getGroupCount(@Context
javax.ws.rs.core.UriInfo uriInfo)
createGroup
void createGroup(GroupDto GroupDto)
availableOperations
ResourceOptionsDto availableOperations(@Context
javax.ws.rs.core.UriInfo context)
Copyright © 2016 camunda services GmbH. All rights reserved.