public interface RepositoryItemGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupCount()
Returns the count of members of this group
|
RepositoryItem[] |
getGroupMembers()
Returns all the members of this group
|
java.lang.String |
getGroupName()
Returns the name of the group
|
Query |
getGroupQuery()
Returns the query which returns the members of this group.
|
java.lang.String |
getRepositoryViewName()
Returns the name of the repository view that this group was defined
for.
|
boolean |
isGroupMember(RepositoryItem pItem)
Returns true if the supplied item is a member of this group
|
static final java.lang.String CLASS_VERSION
java.lang.String getGroupName()
boolean isGroupMember(RepositoryItem pItem)
RepositoryItem[] getGroupMembers()
Query getGroupQuery() throws RepositoryException
RepositoryExceptionint getGroupCount()
throws RepositoryException
RepositoryExceptionjava.lang.String getRepositoryViewName()