Class: ListSetofProcessInstanceAttributesRequest

tibco.objectapi.service.request.ListSetofProcessInstanceAttributesRequest

new ListSetofProcessInstanceAttributesRequest()

Object ListSetofProcessInstanceAttributesRequest Usage: RestApiService.getProcessManagementService().listSetofProcessInstanceAttributes(request, callback);
Since:
  • 4.0.0

Members

attributeType :string

Query parameter: 'attributetype' Enumerated value that filters the result set to include only those attributes that belong to the specified type. That valid values are: FILTERABLE, SORTABLE, DISPLAYABLE, or HALT_ONLY.
Type:
  • string
Since:
  • 4.0.0

modules :Array.<string>

Query parameter: 'module' (Java type: List) Name of the module to which the process template belongs.
Type:
  • Array.<string>
Since:
  • 4.0.0

procs :Array.<string>

Query parameter: 'process' (Java type: List) Name of the process template whose process instance attributes are to be listed.
Type:
  • Array.<string>
Since:
  • 4.0.0

versions :Array.<string>

Query parameter: 'version' (Java type: List) OSGi-style version number of the process template. (This version number is the same as that of the module.)
Type:
  • Array.<string>
Since:
  • 4.0.0