Uses of Class
org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
Packages that use GroupQueryDto
-
Uses of GroupQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type GroupQueryDtoModifier and TypeMethodDescriptionGroupRestService.queryGroupCount
(GroupQueryDto query) GroupRestService.queryGroups
(GroupQueryDto query, Integer firstResult, Integer maxResults) -
Uses of GroupQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type GroupQueryDtoModifier and TypeMethodDescriptionGroupRestServiceImpl.queryGroupCount
(GroupQueryDto queryDto) GroupRestServiceImpl.queryGroups
(GroupQueryDto queryDto, Integer firstResult, Integer maxResults)