Class: NotifyCleanedRequest

tibco.objectapi.service.request.NotifyCleanedRequest

new NotifyCleanedRequest(caseModelId)

Object NotifyCleanedRequest Usage: RestApiService.getGlobaldataAdminService().notifyCleaned(request, callback);
Parameters:
Name Type Description
caseModelId number (Java type: long) The identifier of the case model. This can be obtained by using getCaseModel or getCaseModelBasicInfo.
Since:
  • 4.0.0

Members

comment :string

Query parameter: 'comment' Description of why the operation was performed. The maximum length is 400 characters.
Type:
  • string
Since:
  • 4.0.0

userName :string

Query parameter: 'user' The name of the user who performed the action.
Type:
  • string
Since:
  • 4.0.0