Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.client
Interface SearchOperation

All Superinterfaces:
Operation

public interface SearchOperation
extends Operation

Interface for an operation used for searching.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.iam.rm.client.Operation
Operation.Type

 

Method Summary
 PaginatedResultSet search(CriterionSet criteria, ColumnSet columnSet)
          Searches for the results based on provided criteria.

 

Methods inherited from interface oracle.iam.rm.client.Operation
getDefinitionId, getDescription, getOperationId, getTitle, getType

 

Method Detail

search

PaginatedResultSet search(CriterionSet criteria,
                          ColumnSet columnSet)
                          throws ServerException
Searches for the results based on provided criteria.
Parameters:
criteria - CriterionSet of search criteria (constraining the results)
columnSet - ColumnSet of columns to expose and the sort orders
Returns:
PaginatedResultSet with the results of the search
Throws:
ServerException - if an error occurs during the search.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.