|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.temporal.query.ColumnDef
public class ColumnDef
Class that represents a resultset column used by ColumnSetDefs to describe columns returned within search results.
| Nested Class Summary | |
|---|---|
static class |
ColumnDef.AggregateFunctionEnumeration of types of supported aggregate functions. |
| Constructor Summary | |
|---|---|
ColumnDef(java.lang.String attributeKey)Creates a ColumnDef instance with the provided attribute key and no aggregate function. |
|
ColumnDef(java.lang.String attributeKey, ColumnDef.AggregateFunction aggregateFunction)Creates a ColumnDef instance with the provided attribute key with a specified aggregate function. |
|
| Method Summary | |
|---|---|
ColumnDef.AggregateFunction |
getAggregateFunction()Gets the aggregate function to apply when returning this column's value or null if none should be applied. |
java.lang.String |
getAttributeKey()Gets the attribute that should be returned as a populated column in the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnDef(java.lang.String attributeKey)
ColumnDef instance with the provided attribute key and no aggregate function.
attributeKey - the attribute that should be returned as a populated column in the results
public ColumnDef(java.lang.String attributeKey,
ColumnDef.AggregateFunction aggregateFunction)
ColumnDef instance with the provided attribute key with a specified aggregate function.
attributeKey - the attribute that should be returned as a populated column in the resultsaggregateFunction - the aggregate function to apply when returning this column's value| Method Detail |
|---|
public ColumnDef.AggregateFunction getAggregateFunction()
null if none should be applied.public java.lang.String getAttributeKey()
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||