Use the search method to find entries in the profile repositories
that match the search criteria.
Purpose
The search method searches the profile repositories
for entities matching the given search expression and returns them with the
requested properties.
Only the entities which match the search expression
are returned. The following controls are related to search: SearchControl,
SearchResponseControl, PageControl, PageResponseControl, SortControl,
and SortResponseControl.
Parameters
- root
- Specifies the root data object containing the controls related to the
search.
Returns
The root data object containing the entities
matching the search expression.
Exceptions
- WIMException:
- RemoteException:
Signature
public DataObject search(DataObject root)
throws WIMException, RemoteException