Uses of Class
com.tensegrity.palowebviewer.modules.paloclient.client.misc.XResult

Packages that use XResult
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of XResult in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client that return XResult
 XResult[] IEngineService.query(XQueryPath[] paths)
          This method returns data for cube, specified by query.
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XResult
 void IQueryCallback.onSuccess(XResult[] result)
           
 

Uses of XResult in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server that return XResult
 XResult[] EngineService.query(XQueryPath[] queries)
           
 XResult[] EngineLogic.query(XQueryPath[] queries, IEngineContext context)
           
 

Uses of XResult in com.tensegrity.palowebviewer.modules.paloclient.client.misc
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XResult
XFastMatrixIterator(XQueryPath query, XResult result, java.util.List xDimensions, java.util.List yDimensions)
           
XResultIterator(XQueryPath query, XResult result)
           
 

Uses of XResult in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return XResult
 XResult XResultFetcher.fetch()
           
 XResult PaloAccessor.fetch(XQueryPath query, org.palo.api.Connection connection)