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.QueryPoller
TqlResourceImpl. submitQuery(String ldsName, String tql, Map<String,Object> parameters)
Executes a TQL asynchronously query returning aTqlResourceImpl.QueryPoller
which can be polled to get the latest results and find out when the query has finished.TqlResourceImpl.QueryPoller
TqlResourceImpl. submitSharedQuery(String ldsName, String identifier, Map<String,Object> parameters)
Executes a Shared Query asynchronously and returns aTqlResourceImpl.QueryPoller
which can be polled to get the latest results and find out when the query has finished.TqlResourceImpl.QueryPoller
TqlResourceImpl. submitSolutionRevisionQuery(String ldsName, Map<String,Object> parameters)
Executes an asynchronous request to get all the solution revisions.
-