Package org.bonitasoft.web.client.model
Class BPMFailure
java.lang.Object
org.bonitasoft.web.client.model.BPMFailure
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class BPMFailure
extends Object
implements Serializable
A failure that happened during a BPM instance (flow node, process) execution that led to the instance being in a failed state.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) failureDate(String failureDate) flowNodeInstanceId(String flowNodeInstanceId) the id of the process instance in which that failure occurredContext of the failurethe message of the exceptionthe date when the failure occurred in milliseconds since epochthe id of the flow node instance in which the failure occurredgetId()the failure idthe process id that is associated with the flow node or case instance of the failurethe id of the root process instance in which that failure occurredgetScope()the scope of the failure (General information, Operation, Event, Iteration, Connector, Data initialization, Actor mapping, Outgoing transition, or UNKNOWN)the stack trace of the exceptioninthashCode()processDefinitionId(String processDefinitionId) rootCaseId(String rootCaseId) voidvoidsetContext(String context) voidsetErrorMessage(String errorMessage) voidsetFailureDate(String failureDate) voidsetFlowNodeInstanceId(String flowNodeInstanceId) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetRootCaseId(String rootCaseId) voidvoidsetStackTrace(String stackTrace) stackTrace(String stackTrace) toString()
-
Field Details
-
JSON_PROPERTY_CASE_ID
- See Also:
-
JSON_PROPERTY_ROOT_CASE_ID
- See Also:
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_FAILURE_DATE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_STACK_TRACE
- See Also:
-
-
Constructor Details
-
BPMFailure
public BPMFailure()
-
-
Method Details
-
caseId
-
getCaseId
the id of the process instance in which that failure occurred- Returns:
- caseId
-
setCaseId
-
rootCaseId
-
getRootCaseId
the id of the root process instance in which that failure occurred- Returns:
- rootCaseId
-
setRootCaseId
-
context
-
getContext
Context of the failure- Returns:
- context
-
setContext
-
errorMessage
-
getErrorMessage
the message of the exception- Returns:
- errorMessage
-
setErrorMessage
-
failureDate
-
getFailureDate
the date when the failure occurred in milliseconds since epoch- Returns:
- failureDate
-
setFailureDate
-
flowNodeInstanceId
-
getFlowNodeInstanceId
the id of the flow node instance in which the failure occurred- Returns:
- flowNodeInstanceId
-
setFlowNodeInstanceId
-
id
-
getId
the failure id- Returns:
- id
-
setId
-
processDefinitionId
-
getProcessDefinitionId
the process id that is associated with the flow node or case instance of the failure- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
scope
-
getScope
the scope of the failure (General information, Operation, Event, Iteration, Connector, Data initialization, Actor mapping, Outgoing transition, or UNKNOWN)- Returns:
- scope
-
setScope
-
stackTrace
-
getStackTrace
the stack trace of the exception- Returns:
- stackTrace
-
setStackTrace
-
equals
-
hashCode
public int hashCode() -
toString
-