Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.query |
Query service related interfaces and classes.
|
com.tibco.rta.runtime.model |
The runtime classes and interfaces required by user-defined metric computation functions.
|
Modifier and Type | Method and Description |
---|---|
<S,T> Browser<T> |
RtaSession.getChildMetrics(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics child metrics (for drilldown)
|
<S,T> Browser<T> |
RtaSession.getConstituentFacts(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics constituent facts (for drilldown and analysis)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricFieldTuple> |
QueryDef.getOrderByTuples()
Get the order by clause.
|
Modifier and Type | Method and Description |
---|---|
<T extends Fact> |
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList) |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.