SearchResults |
ISearch.getChildren(SearchTemplate template,
SearchControl searchControl) |
Find all IDs for immediate children under current node based on search
criteria specified in template, and return attributes specified there.
|
SearchResults |
ISearch.getChildren(String filter,
SearchControl searchControl) |
Find all IDs for immediate children under current node based on search
criteria specified in filter.
|
SearchResults |
ISearch.getChildren(String filter,
String[] resultAttributeNames,
SearchControl searchControl) |
Search entries on immediate children based on criteria specified in
filter.
|
SearchResults |
PersistentObject.getChildren(SearchTemplate template,
SearchControl searchControl) |
Gets all immediate children under current node based on search criteria
specified in template, and returns attributes specified there.
|
SearchResults |
PersistentObject.getChildren(String filter,
SearchControl searchControl) |
Gets the immediate children, subject to search filter constraints.
|
SearchResults |
PersistentObject.getChildren(String filter,
String[] resultAttributeNames,
SearchControl searchControl) |
Gets the immediate children, returning only specified attributes
|
SearchResults |
DynamicGroup.getMemberIDs() |
Returns the members of the group.
|
protected SearchResults |
DynamicGroup.getMemberIDs(String[] attributes) |
Returns the members of the group.
|
SearchResults |
FilteredRole.getMemberIDs() |
Gets the members of the role.
|
SearchResults |
FilteredRole.getMemberIDs(String filter) |
Gets the members of the role meeting an LDAP filter
condition.
|
SearchResults |
IMembership.getMemberIDs() |
Gets the members of the group.
|
SearchResults |
ManagedRole.getMemberIDs() |
Gets the members of the group.
|
SearchResults |
ManagedRole.getMemberIDs(String filter) |
Returns the members of the group meeting the filter condition.
|
protected SearchResults |
ManagedRole.getMemberIDs(String[] attributes) |
Gets the members of the role.
|
protected SearchResults |
ManagedRole.getMemberIDs(String[] attributes,
String filter) |
Gets the members of the role meeting the filter condition.
|
SearchResults |
StaticGroup.getMemberIDs() |
Gets the members of the group.
|
protected SearchResults |
FilteredRole.getMembers(String[] attributes) |
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
|
protected SearchResults |
FilteredRole.getMembers(String[] attributes,
String filter) |
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
|
SearchResults |
StaticGroup.getMembers(int level) |
Get members of the group.
|
SearchResults |
DataLayer.search(Principal principal,
Guid guid,
int scope,
String searchFilter,
String[] attrNames,
boolean attrOnly,
SearchControl searchControl) |
Performs synchronous search based on specified ldap filter.
|
SearchResults |
ISearch.search(SearchTemplate template,
SearchControl searchControl) |
Search (subtree) entries under current node based on criteria specified
in template, which also indicates which attributes to return.
|
SearchResults |
ISearch.search(String filter,
SearchControl searchControl) |
Search (subtree) entry IDs under currrent node based on criteria
specified in search filter and searchControl
|
SearchResults |
ISearch.search(String filter,
String[] resultAttributeNames,
SearchControl searchControl) |
Search (subtree) entries under current node based on criteria specified
in filter.
|
SearchResults |
PersistentObject.search(SearchTemplate template,
SearchControl searchControl) |
Gets the attributes specified in the template for all objects at the
current level and below which match the search filter in the template.
|
SearchResults |
PersistentObject.search(String filter,
SearchControl searchControl) |
Gets only the IDs and object classes of all objects at the current level
and below which match the search filter.
|
SearchResults |
PersistentObject.search(String filter,
String[] resultAttributeNames,
SearchControl searchControl) |
Gets the specified attributes of all objects at the current level and
below which match the search filter.
|
SearchResults |
DataLayer.searchIDs(Principal principal,
Guid guid,
int scope,
String searchFilter,
SearchControl searchControl) |
Perform synchronous search based on specified ldap filter.
|