Uses of Class
com.tibco.rta.query.MetricFieldTuple

Packages that use MetricFieldTuple
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. 
 

Uses of MetricFieldTuple in com.tibco.rta
 

Method parameters in com.tibco.rta with type arguments of type MetricFieldTuple
<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)
 

Uses of MetricFieldTuple in com.tibco.rta.query
 

Methods in com.tibco.rta.query that return types with arguments of type MetricFieldTuple
 java.util.List<MetricFieldTuple> QueryDef.getOrderByTuples()
          Get the order by clause.
 

Uses of MetricFieldTuple in com.tibco.rta.runtime.model
 

Method parameters in com.tibco.rta.runtime.model with type arguments of type MetricFieldTuple
<T extends Fact>
Browser<T>
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList)
           
 



Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.