new ListServicesRequest()
Object ListServicesRequest
Usage:
RestApiService.getProcessManagementService().listServices(request, callback);
- Since:
- 4.0.0
Members
module :string
Query parameter: 'module' Name of the module to which the process published as a REST service belongs.
Type:
- string
- Since:
- 4.0.0
process :string
Query parameter: 'process' Name of the process template whose REST services are to be returned.
Type:
- string
- Since:
- 4.0.0
version :string
Query parameter: 'version' OSGi-style version number of the process template. (This version number is the same as that of the module.)
Type:
- string
- Since:
- 4.0.0