Skip navigation links

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


Uses of Class
oracle.iam.rm.temporal.query.ColumnSetDef

Packages that use ColumnSetDef
oracle.iam.rm.inherent.personnel Provides the interfaces for the users and identities in Oracle Role Manager. 
oracle.iam.rm.inherent.role Provides the interfaces for business roles, approver roles, system roles, and their grants and mappings. 
oracle.iam.rm.temporal.query Provides the classes for the Oracle Role Manager query engine. 

 

Uses of ColumnSetDef in oracle.iam.rm.inherent.personnel

 

Methods in oracle.iam.rm.inherent.personnel with parameters of type ColumnSetDef
 oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> PersonnelManager.findPeople(Filter filter, ColumnSetDef columnSetDef)
          Finds objects of type Person based on the filter provided, returning the values defined in the columnSetDef.
 oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> PersonnelManager.findSystemIdentities(Filter filter, ColumnSetDef columnSetDef)
          Finds system identities based on the filter provided, returning the values defined in the columnSetDef.

 

Uses of ColumnSetDef in oracle.iam.rm.inherent.role

 

Methods in oracle.iam.rm.inherent.role with parameters of type ColumnSetDef
 oracle.iam.rm.common.PaginatedResultSet RoleManager.findBusinessRoles(Filter filter, ColumnSetDef columnSetDef)
          Returns a set of Business roles that meets the specified filter criteria.
 oracle.iam.rm.common.PaginatedResultSet RoleManager.findITRoles(Filter filter, ColumnSetDef columnSetDef)
          Returns a set of IT roles that meets the specified filter criteria.

 

Uses of ColumnSetDef in oracle.iam.rm.temporal.query

 

Methods in oracle.iam.rm.temporal.query that return ColumnSetDef
 ColumnSetDef Query.getColumnSetDef()
          Gets the description of which columns from the subjects should be returned

 

Constructors in oracle.iam.rm.temporal.query with parameters of type ColumnSetDef
Query(QuerySubject querySubject, NamedAggregateFilter filterCriteria, ColumnSetDef columnSetDef)
          Creates a Query with a default page size.
Query(QuerySubject querySubject, NamedAggregateFilter filterCriteria, ColumnSetDef columnSetDef, int pageSize)
          Creates a Query with a specified page size.
Query(QuerySubject querySubject, NamedAggregateFilter filterCriteria, ColumnSetDef columnSetDef, int pageSize, boolean includeDeleted)
          Creates a Query with a specified page size, optionally including deleted (ineffective) objects.

 


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.