public interface Group
User
s in the repository.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description property of this group.
|
String |
getId()
Get the id of the group.
|
Iterable<User> |
getMembers()
Get the members of this group.
|
String |
getProperty(String propertyName)
Get an external group property by name.
|
boolean |
isSystemGroup()
Whether this group is marked as a system group.
|
String getId() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Iterable<User> getMembers() throws javax.jcr.RepositoryException
User
s that are members of this group.javax.jcr.RepositoryException
String getDescription() throws javax.jcr.RepositoryException
null
if not presentjavax.jcr.RepositoryException
boolean isSystemGroup() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.