|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface for querying directory realm groups. It's used to return a selected set of realm groups.
| Method Summary | |
String |
getGroupIDStartsWith()
Returns the group name pattern for the query |
String |
getParentGroupID()
Returns the parent group name for the query |
String |
getRealmName()
Returns the realm name for the query |
void |
whereGroupIDStartsWith(String pattern)
Specify a search condition for "where groupID starts with" |
void |
whereParentGroupID(String parentID)
Specify a parent group to limit the query to groups having a selected parent. |
void |
whereRealmName(String realmName)
Specify a realm name to limit the query to a single realm |
| Method Detail |
public void whereGroupIDStartsWith(String pattern)
pattern - the string value for the "starts with" patternpublic void whereRealmName(String realmName)
realmName - the string value for the realm namepublic void whereParentGroupID(String parentID)
parentID - the string value for the parent group namepublic String getGroupIDStartsWith()
public String getRealmName()
public String getParentGroupID()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||