Skip navigation links

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


Uses of Class
oracle.iam.rm.temporal.query.ColumnDef.AggregateFunction

Packages that use ColumnDef.AggregateFunction
oracle.iam.rm.temporal.query Provides the classes for the Oracle Role Manager query engine. 

 

Uses of ColumnDef.AggregateFunction in oracle.iam.rm.temporal.query

 

Methods in oracle.iam.rm.temporal.query that return ColumnDef.AggregateFunction
 ColumnDef.AggregateFunction ColumnDef.getAggregateFunction()
          Gets the aggregate function to apply when returning this column's value or null if none should be applied.
static ColumnDef.AggregateFunction ColumnDef.AggregateFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnDef.AggregateFunction[] ColumnDef.AggregateFunction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.

 

Methods in oracle.iam.rm.temporal.query with parameters of type ColumnDef.AggregateFunction
 void ColumnSetDef.addAggregateColumn(java.lang.String resultObjectKey, java.lang.String resultObjectAttributeKey, java.lang.String columnKey, ColumnDef.AggregateFunction aggregateFunction)
          Requests an attribute value to be included in the result set rows, the vaue of which is determined by an aggregate function.

 

Constructors in oracle.iam.rm.temporal.query with parameters of type ColumnDef.AggregateFunction
ColumnDef(java.lang.String attributeKey, ColumnDef.AggregateFunction aggregateFunction)
          Creates a ColumnDef instance with the provided attribute key with a specified aggregate function.

 


Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.