Uses of Class
org.bonitasoft.web.client.model.BPMFailure
Packages that use BPMFailure
-
Uses of BPMFailure in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type BPMFailureModifier and TypeMethodDescriptionFailureApi.getBPMFailuresByCaseId(String caseId, Integer c) Retrieve the failures of a case (process instance) by it's ID !FailureApi.getBPMFailuresByCaseId(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID !FailureApi.getBPMFailuresByCaseIdWithHttpInfo(String caseId, Integer c) Retrieve the failures of a case (process instance) by it's ID Similar togetBPMFailuresByCaseIdbut it also returns the http response headers . !FailureApi.getBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID !FailureApi.getBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c) Retrieve the failures of a flownode instance by it's ID !FailureApi.getBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID !FailureApi.getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c) Retrieve the failures of a flownode instance by it's ID Similar togetBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers . !FailureApi.getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID !FailureApi.getBPMFailuresByRootCaseId(String rootCaseId, Integer c) Retrieve the failures of the child cases of a root case (process instance) by it's ID !FailureApi.getBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID !FailureApi.getBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, Integer c) Retrieve the failures of the child cases of a root case (process instance) by it's ID Similar togetBPMFailuresByRootCaseIdbut it also returns the http response headers . !FailureApi.getBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID ! -
Uses of BPMFailure in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return BPMFailureModifier and TypeMethodDescriptionBPMFailure.errorMessage(String errorMessage) BPMFailure.failureDate(String failureDate) BPMFailure.flowNodeInstanceId(String flowNodeInstanceId) BPMFailure.processDefinitionId(String processDefinitionId) BPMFailure.rootCaseId(String rootCaseId) BPMFailure.stackTrace(String stackTrace)