org.camunda.bpm.engine.rest.dto.task
Class GroupInfoDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.task.GroupInfoDto

public class GroupInfoDto
extends Object


Constructor Summary
GroupInfoDto()
           
GroupInfoDto(List<GroupDto> groups, Set<UserDto> groupUsers)
           
 
Method Summary
 List<GroupDto> getGroups()
           
 Set<UserDto> getGroupUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupInfoDto

public GroupInfoDto()

GroupInfoDto

public GroupInfoDto(List<GroupDto> groups,
                    Set<UserDto> groupUsers)
Method Detail

getGroupUsers

public Set<UserDto> getGroupUsers()

getGroups

public List<GroupDto> getGroups()


Copyright © 2016 camunda services GmbH. All rights reserved.