public interface NuxeoGroup extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets the label of the group
|
List<String> |
getMemberGroups()
Gets the list of member groups of this group.
|
List<String> |
getMemberUsers()
Gets the list of member users of this group.
|
DocumentModel |
getModel() |
String |
getName()
Gets the name of the group.
|
List<String> |
getParentGroups()
Gets the list of groups this group is a member of.
|
void |
setLabel(String label)
Sets the label of this group.
|
void |
setMemberGroups(List<String> groups)
Sets the list of member groups for this group.
|
void |
setMemberUsers(List<String> users)
Sets the list of member users for this group.
|
void |
setName(String name)
Sets the name of this group.
|
void |
setParentGroups(List<String> groups)
Sets the list of groups this group is member of.
|
static final String PREFIX
List<String> getMemberUsers()
List<String> getMemberGroups()
List<String> getParentGroups()
void setMemberUsers(List<String> users)
users
- a list of usersvoid setMemberGroups(List<String> groups)
groups
- a list of groupsvoid setParentGroups(List<String> groups)
groups
- a list of groupsvoid setName(String name)
name
- the new name of the groupvoid setLabel(String label)
label
- the label of the groupDocumentModel getModel()
Copyright © 2018 Nuxeo. All rights reserved.