query | Object The query the service should run. The query must be an instance of com.wm.app.tn.db.EventQuery. You can use
wm.tn.query:createEventQuery to create this query object. |
pageSize | String (optional) The page size to use when enumerating over the query results. The default is 25. |
maxRowCount | String (optional) The maximum number of rows of results to return. The service silently drops excess rows. Specify 0 to return all results. The default is 0. |
queryTimeout | String (optional) Ignored |
threshold | String (optional) The number of rows of query results store in the session object to optimize query execution. The service stores the remaining rows in the Integration Server repository. For best performance, specify a value equal to the page size. If no value is specified, the service uses -1 causing the service to use the value specified by the tn.query.threshold property. For more information about this property, view the online help files as follows: From Integration Server Administrator, click Trading Networks from the Solutions menu of the Navigation panel. Trading Networks displays the TN Properties page. In the upper right corner of the TN Properties page, click Help. If you are using Trading Networks in a cluster, do not specify threshold and ensure thetn.query.threshold property is set to -1, which disables using the session object. |
id | String (optional) The unique identifier to store the paged query results. This parameter is applicable only when the results are paged. If this parameter is not set, an id is automatically generated. |
resultCount | String The number of rows in the query result. |
id | String The enumeration ID for use with the services in the wm.tn.enumerate folder. For more information, see
Enumerate Folder. |