Uses of Class
com.artisol.teneo.inquire.client.resources.TqlResourceImpl.QueryPoller
-
Packages that use TqlResourceImpl.QueryPoller Package Description com.artisol.teneo.inquire.client.resources -
-
Uses of TqlResourceImpl.QueryPoller in com.artisol.teneo.inquire.client.resources
Methods in com.artisol.teneo.inquire.client.resources that return TqlResourceImpl.QueryPoller Modifier and Type Method Description TqlResourceImpl.QueryPollerTqlResourceImpl. submitQuery(String ldsName, String tql, Map<String,Object> parameters)Executes a TQL asynchronously query returning aTqlResourceImpl.QueryPollerwhich can be polled to get the latest results and find out when the query has finished.TqlResourceImpl.QueryPollerTqlResourceImpl. submitSharedQuery(String ldsName, String identifier, Map<String,Object> parameters)Executes a Shared Query asynchronously and returns aTqlResourceImpl.QueryPollerwhich can be polled to get the latest results and find out when the query has finished.TqlResourceImpl.QueryPollerTqlResourceImpl. submitSolutionRevisionQuery(String ldsName, Map<String,Object> parameters)Executes an asynchronous request to get all the solution revisions.
-