|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupQuery
GroupQuery provides an interface for the searching of group records in the Enterprise Directory.
| Field Summary | |
|---|---|
static String |
LOCAL_JNDI_NAME
local jndi name |
static String |
REMOTE_JNDI_NAME
remote jndi name |
| Method Summary | |
|---|---|
List<DirectoryObject> |
getMembers(String uugid,
boolean recursive)
Returns the members of the supplied group. |
String |
searchGroup(Long uid)
Returns the DSML for the group with the supplied sequence number. |
String |
searchGroupByUugid(String uugid)
Returns the DSML for the group with the supplied uugid. |
List<Group> |
searchGroups(DirectSearchCriteria criteria)
Search for Groups given the specified criteria. |
List<Group> |
searchGroups(GroupSearchCriteria criteria)
Search for Groups given the specified criteria. |
| Field Detail |
|---|
static final String LOCAL_JNDI_NAME
static final String REMOTE_JNDI_NAME
| Method Detail |
|---|
List<Group> searchGroups(DirectSearchCriteria criteria)
throws ApplicationException
criteria - DirectSearchCriteria to use for
searching for groups
List of the results produced by this search
ApplicationException - when an error occurs
List<Group> searchGroups(GroupSearchCriteria criteria)
throws ApplicationException
criteria - GroupSearchCriteria to use for
searching for groups
List of the results produced by this search
ApplicationException - when an error occurs
String searchGroup(Long uid)
throws ApplicationException
uid - Long to search for
String
ApplicationException - if the method fails
String searchGroupByUugid(String uugid)
throws ApplicationException
uugid - String to search for
String
ApplicationException - if the method fails
List<DirectoryObject> getMembers(String uugid,
boolean recursive)
throws ApplicationException
uugid - Stringrecursive - boolean
List of the results produced by this search
ApplicationException - when an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||