public interface GroupDetail
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName()
Returns the name of the group that is described by this object.
|
java.util.List |
getProperty(java.lang.String property)
Returns the named group property.
|
java.util.List |
getPropertyNames()
Returns the names of all group properties that are described by this object.
|
java.util.List |
getSubgroupDetails()
Returns the description of subgroups directly contained in the group.
|
java.util.List |
getUserDetails()
Returns the description of users directly contained in the group.
|
boolean |
isInDirectory()
States whether the group is described in the people directory.
|
static final java.lang.String COPYRIGHT
java.lang.String getGroupName()
boolean isInDirectory()
java.util.List getProperty(java.lang.String property)
property
- The name of the group property that is to be returned.java.util.List getPropertyNames()
java.util.List getUserDetails()
UserDetail
objects. Returns an empty list when
user details are not contained in this object.java.util.List getSubgroupDetails()
GroupDetail
objects. Returns an empty list when
subgroup details are not contained in this object.