org.camunda.bpm.engine.rest.dto.task
Class GroupInfoDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.GroupInfoDto
public class GroupInfoDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupInfoDto
public GroupInfoDto()
GroupInfoDto
public GroupInfoDto(List<GroupDto> groups,
Set<UserDto> groupUsers)
getGroupUsers
public Set<UserDto> getGroupUsers()
getGroups
public List<GroupDto> getGroups()
Copyright © 2016 camunda services GmbH. All rights reserved.