Skip navigation links

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


Package oracle.iam.rm.temporal.query

Provides the classes for the Oracle Role Manager query engine.

See:
          Description

Class Summary
AggregateFilter A Filter that is a logical aggregate.
AttributeFilter Filter to support filtering by attribute value.
BlockingFilter Filter to support blocking of all results, irrespective of value.
ColumnDef Class that represents a resultset column used by ColumnSetDefs to describe columns returned within search results.
ColumnSetDef A structure to allow definition of how search result columns should be provided and how it should be sorted.
Filter An abstract construct that allows boolean results to be calculated.
HierarchyAncestorJoinFilter This filter joins from an object to its parent's direct children (ancestors) in a hierarchy.
HierarchyChildJoinFilter The reverse of the HierarchyParentJoinFilter, this filter joins from an object to its children in a hierarchy.
HierarchyParentJoinFilter A query filter that joins from an object to its parent(s) in a hierarchy, applying further filters to the joined parent(s).
InverseFilter Filter to support the logical NOT operation.
JoinFilter Filter to support joins between related objects.
MixinJoinFilter Filter to support joins to an object's mixin.
NamedAggregateFilter This is a filter container that allows filters to be associated with particular objects as defined in a QuerySubject and used when creating a Query.
ObjectTypeFilter Filter to support joins from a superclass to a subclass.
Query An object that represents a query object for searching purposes.
QuerySubject Mechanism to identify a subject as part of a query.

 

Enum Summary
ColumnDef.AggregateFunction Enumeration of types of supported aggregate functions.
ColumnSetDef.SortOrder Static variables for sort order, asc or desc for ascending or descending sort order.

 

Package oracle.iam.rm.temporal.query Description

Provides the classes for the Oracle Role Manager query engine.


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.