public interface IAggregationDefn
Modifier and Type | Method and Description |
---|---|
boolean |
canIgnoreDuplicateValues()
Identify if this aggregation implementation can ignore duplicated values.
|
boolean |
canIgnoreNullValues()
Identify if this aggregation implementation can ignore null values.
|
java.lang.String |
getBirtAggregationDisplayName()
Return the display name of the BIRT predefined aggregation.
|
java.lang.String |
getBirtAggregationId()
Returns the BIRT predefined aggregation id.
|
java.lang.Integer |
getMaxInputVariables()
Return the max number of arguments that this aggregation function accept.
|
java.lang.Integer |
getMinInputVariables()
Returns the minimum number of arguments required by this aggregation
function.
|
java.lang.String |
getODAAggregationDisplayName()
Returns the oda provider defined aggregation display name.
|
java.lang.String |
getODAAggregationId()
Returns the oda provider defined aggregation id.
|
java.lang.String |
getProviderExtensionId()
Returns the oda aggregation provider id.
|
boolean |
supportsUnboundedMaxInputVariables()
Identify if this aggregation function support unlimited arguments.
|
java.lang.String getBirtAggregationId()
java.lang.String getBirtAggregationDisplayName()
java.lang.String getProviderExtensionId()
java.lang.String getODAAggregationId()
java.lang.String getODAAggregationDisplayName()
java.lang.Integer getMinInputVariables()
boolean supportsUnboundedMaxInputVariables()
java.lang.Integer getMaxInputVariables()
boolean canIgnoreDuplicateValues()
boolean canIgnoreNullValues()
Copyright © 2008 Actuate Corp. All rights reserved.