Uses of Class
org.bonitasoft.web.client.model.ArchivedBPMFailure
Packages that use ArchivedBPMFailure
-
Uses of ArchivedBPMFailure in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedBPMFailureModifier and TypeMethodDescriptionFailureApi.getArchivedBPMFailuresByCaseId(String caseId, Integer c) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !FailureApi.getArchivedBPMFailuresByCaseId(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !FailureApi.getArchivedBPMFailuresByCaseIdWithHttpInfo(String caseId, Integer c) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID Similar togetArchivedBPMFailuresByCaseIdbut it also returns the http response headers . !FailureApi.getArchivedBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !ArchivedFailureApi.getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !ArchivedFailureApi.getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !ArchivedFailureApi.getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID Similar togetArchivedBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers . !ArchivedFailureApi.getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !FailureApi.getArchivedBPMFailuresByRootCaseId(String rootCaseId, Integer c) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID !FailureApi.getArchivedBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID !FailureApi.getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, Integer c) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID Similar togetArchivedBPMFailuresByRootCaseIdbut it also returns the http response headers . !FailureApi.getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID ! -
Uses of ArchivedBPMFailure in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedBPMFailureModifier and TypeMethodDescriptionArchivedBPMFailure.archivedDate(String archivedDate) ArchivedBPMFailure.errorMessage(String errorMessage) ArchivedBPMFailure.failureDate(String failureDate) ArchivedBPMFailure.flowNodeInstanceId(String flowNodeInstanceId) ArchivedBPMFailure.processDefinitionId(String processDefinitionId) ArchivedBPMFailure.rootCaseId(String rootCaseId) ArchivedBPMFailure.sourceObjectId(String sourceObjectId) ArchivedBPMFailure.stackTrace(String stackTrace)