|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
RtaSession.getChildMetrics(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics child metrics (for drilldown) |
|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |