JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.camunda.bpm.engine.rest.dto.task.GroupDto
Packages that use
GroupDto
Package
Description
org.camunda.bpm.engine.rest.dto.task
Uses of
GroupDto
in
org.camunda.bpm.engine.rest.dto.task
Methods in
org.camunda.bpm.engine.rest.dto.task
that return types with arguments of type
GroupDto
Modifier and Type
Method
Description
List
<
GroupDto
>
GroupInfoDto.
getGroups
()
Constructor parameters in
org.camunda.bpm.engine.rest.dto.task
with type arguments of type
GroupDto
Modifier
Constructor
Description
GroupInfoDto
(
List
<
GroupDto
> groups,
Set
<
UserDto
> groupUsers)