| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RepositoryItemGroup
This interface defines a logical grouping of RepositoryItems. The implementation of this interface can define different mechanisms to test group membership
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  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 | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getGroupName()
boolean isGroupMember(RepositoryItem pItem)
RepositoryItem[] getGroupMembers()
Query getGroupQuery()
                    throws RepositoryException
RepositoryException
int getGroupCount()
                  throws RepositoryException
RepositoryExceptionjava.lang.String getRepositoryViewName()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||