new DynamicResourceQueryService()
Methods
resetQueries(request, callback)
    Soft resets the dynamic RQL queries for all model versions.
    Parameters:
| Name | Type | Description | 
|---|---|---|
request | 
            
            tibco.objectapi.service.request.ResetQueriesRequest | A request set with data for this service call. | 
callback | 
            
            tibco.objectapi.service.Callback | A callback to handle the service response of type ExecuteQueryResponseType. | 
        
resetQueryWithVersion(request, callback)
    Soft resets the dynamic RQL queries for a specified model version.
    Parameters:
| Name | Type | Description | 
|---|---|---|
request | 
            
            tibco.objectapi.service.request.ResetQueryWithVersionRequest | A request set with data for this service call. | 
callback | 
            
            tibco.objectapi.service.Callback | A callback to handle the service response of type ExecuteQueryResponseType. |