
public interface Group extends Assignee
SecurityPackage.getGroup()The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINISTRATORS |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Group> |
getAllInheritedGroups()
Returns the value of the 'All Inherited Groups' reference list.
|
org.eclipse.emf.common.util.EList<Group> |
getAllInheritingGroups()
Returns the value of the 'All Inheriting Groups' reference list.
|
org.eclipse.emf.common.util.EList<Role> |
getAllRoles()
Returns the value of the 'All Roles' reference list.
|
org.eclipse.emf.common.util.EList<Group> |
getInheritedGroups()
Returns the value of the 'Inherited Groups' reference list.
|
org.eclipse.emf.common.util.EList<Group> |
getInheritingGroups()
Returns the value of the 'Inheriting Groups' reference list.
|
org.eclipse.emf.common.util.EList<User> |
getUsers()
Returns the value of the 'Users' reference list.
|
getRealmgetAnnotation, getAnnotationscdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionstatic final String ADMINISTRATORS
org.eclipse.emf.common.util.EList<User> getUsers()
User.
It is bidirectional and its opposite is 'Groups'.
If the meaning of the 'Users' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_Users(),
User.getGroups()org.eclipse.emf.common.util.EList<Group> getInheritedGroups()
Group.
It is bidirectional and its opposite is 'Inheriting Groups'.
If the meaning of the 'Inherited Groups' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_InheritedGroups(),
getInheritingGroups()org.eclipse.emf.common.util.EList<Group> getInheritingGroups()
Group.
It is bidirectional and its opposite is 'Inherited Groups'.
If the meaning of the 'Inheriting Groups' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_InheritingGroups(),
getInheritedGroups()org.eclipse.emf.common.util.EList<Group> getAllInheritingGroups()
Group.
If the meaning of the 'All Inheriting Groups' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_AllInheritingGroups()org.eclipse.emf.common.util.EList<Group> getAllInheritedGroups()
Group.
If the meaning of the 'All Inherited Groups' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_AllInheritedGroups()org.eclipse.emf.common.util.EList<Role> getAllRoles()
Role.
If the meaning of the 'All Roles' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getGroup_AllRoles()Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.