Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Uses of Class
oracle.iam.rm.server_api.ColumnSet

Packages that use ColumnSet
oracle.iam.rm.client Provides the classes and interfaces for the Oracle Role Manager client. 
oracle.iam.rm.server_api Provides the interfaces and classes used for remotely interacting with Oracle Role Manager. 

 

Uses of ColumnSet in oracle.iam.rm.client

 

Methods in oracle.iam.rm.client with parameters of type ColumnSet
 PaginatedResultSet SearchOperation.search(CriterionSet criteria, ColumnSet columnSet)
          Searches for the results based on provided criteria.

 

Uses of ColumnSet in oracle.iam.rm.server_api

 

Methods in oracle.iam.rm.server_api that return ColumnSet
 ColumnSet ServerPaginatedResultSet.getColumnSet()
          Gets the ColumnSet used for this resultset, allowing the user interface to express the contents of the results.

 

Methods in oracle.iam.rm.server_api with parameters of type ColumnSet
 ServerPaginatedResultSet Server.search(IdentityToken identityToken, java.lang.String definitionId, java.lang.String operationId, CriterionSet criteria, ColumnSet columnSet, long transactionId)
          Invokes a search operation on the server.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.