public interface SearchApiOp extends APIOperation
NO_TIMEOUT| Modifier and Type | Method and Description |
|---|---|
void |
search(ObjectClass oclass,
Filter filter,
ResultsHandler handler,
OperationOptions options)
Search the resource for all objects that match the object class and filter.
|
void search(ObjectClass oclass, Filter filter, ResultsHandler handler, OperationOptions options)
oclass - reduces the number of entries to only those that match the
ObjectClass provided.filter - Reduces the number of entries to only those that match the
Filter provided, if any. May be null.handler - class responsible for working with the objects returned from
the search.options - additional options that impact the way this operation is run.
May be null.RuntimeException - iff there is problem during the processing of the results.Copyright © 2013. All Rights Reserved.