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

Packages that use XQueryPath
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 XQueryPath in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XQueryPath
 XResult[] IEngineService.query(XQueryPath[] paths)
          This method returns data for cube, specified by query.
 void EngineServiceAsyncDelegator.query(XQueryPath[] query, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncProxy.query(XQueryPath[] query, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncLogger.query(XQueryPath[] query, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void IEngineServiceAsync.query(XQueryPath[] query, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void PaloServerModel.query(XQueryPath[] queries, IQueryCallback callback)
          
 void PaloServerModelLogger.query(XQueryPath[] queries, IQueryCallback callback)
           
 void PaloServerModelProxy.query(XQueryPath[] queries, IQueryCallback callback)
           
 void IPaloServerModel.query(XQueryPath[] queries, IQueryCallback callback)
           
 

Constructors in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XQueryPath
XQueryCallback(XQueryPath[] queries, IQueryCallback callback)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.engine.server with parameters of type XQueryPath
 XResult[] EngineService.query(XQueryPath[] queries)
           
 XResult[] EngineLogic.query(XQueryPath[] queries, IEngineContext context)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc that return XQueryPath
 XQueryPath XResultIterator.getQuery()
           
 XQueryPath IMatrixIterator.getQuery()
           
 XQueryPath XFastMatrixIterator.getQuery()
           
 

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

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

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XQueryPath
 XResult PaloAccessor.fetch(XQueryPath query, org.palo.api.Connection connection)
           
 

Constructors in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XQueryPath
XResultFetcher(PaloAccessor accessor, XQueryPath query, org.palo.api.Connection connection)