public interface GroupMembersAndUsers extends PeopleAssignment
The GroupMemberAndUsers interface supports any number of groups and individual users. Each user has associated a personal work item.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getGroups()
Returns the groups that are used to determine the users that make up this object.
|
java.util.List |
getUsers()
Returns the user IDs of the users that make up this object.
|
boolean |
includeSubGroups()
Indicates if the members of subgroups should be included.
|
static final java.lang.String COPYRIGHT
java.util.List getUsers()
java.util.List getGroups()
boolean includeSubGroups()