Uses of Interface
com.tibco.rta.query.Browser

Packages that use Browser
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 Browser in com.tibco.rta
 

Methods in com.tibco.rta that return Browser
<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 Browser in com.tibco.rta.query
 

Methods in com.tibco.rta.query that return Browser
<T extends MetricResultTuple>
Browser<T>
Query.execute()
          Return a browser over result set of a query.
 

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

Methods in com.tibco.rta.runtime.model that return Browser
<T extends Fact>
Browser<T>
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList)
           
 Browser<? extends RtaNode> RtaNode.getChildNodeBrowser()
          An iterator that iterates over this nodes immediate children.
 Browser<Fact> RtaNode.getFactBrowser()
          An iterator that iterates over this nodes fact nodes.
 



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