ResourceQueryService

The ResourceQueryService contains functions to execute a Resource Query Language (RQL) query to find a set of resources that match specific criteria.

The table below lists the functions available from the ResourceQueryService.

For information about RQL, see the "Resource Query Language" topic in the TIBCO ActiveMatrix BPM Implementation guide.

The ResourceQueryService functions do not require any system actions.

Function Description Returns
executeComplexQuery Executes a Resource Query Language (RQL) query to find a set of resources that match specific criteria. ExecuteQueryResponseType
executeQuery Executes a Resource Query Language (RQL) query to find a set of resources that match specific criteria. ExecuteQueryResponseType

Note that the only difference between these two functions is that executeQuery uses an HTML GET with the query string passed as a query parameter, whereas executeComplexQuery uses an HTML POST with the query string passed as a POST payload.