Package org.bonitasoft.web.client.model
Class ArchivedBPMFailure
java.lang.Object
org.bonitasoft.web.client.model.ArchivedBPMFailure
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ArchivedBPMFailure
extends Object
implements Serializable
The archived version of 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 TypeMethodDescriptionarchivedDate(String archivedDate) booleanerrorMessage(String errorMessage) failureDate(String failureDate) flowNodeInstanceId(String flowNodeInstanceId) the date when this failure was archived, in milliseconds since epochthe 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 archived 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 original id of the failure before it was archivedthe stack trace of the exceptioninthashCode()processDefinitionId(String processDefinitionId) rootCaseId(String rootCaseId) voidsetArchivedDate(String archivedDate) voidvoidsetContext(String context) voidsetErrorMessage(String errorMessage) voidsetFailureDate(String failureDate) voidsetFlowNodeInstanceId(String flowNodeInstanceId) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetRootCaseId(String rootCaseId) voidvoidsetSourceObjectId(String sourceObjectId) voidsetStackTrace(String stackTrace) sourceObjectId(String sourceObjectId) stackTrace(String stackTrace) toString()
-
Field Details
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
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_SOURCE_OBJECT_ID
- See Also:
-
JSON_PROPERTY_STACK_TRACE
- See Also:
-
-
Constructor Details
-
ArchivedBPMFailure
public ArchivedBPMFailure()
-
-
Method Details
-
archivedDate
-
getArchivedDate
the date when this failure was archived, in milliseconds since epoch- Returns:
- archivedDate
-
setArchivedDate
-
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 archived 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
-
sourceObjectId
-
getSourceObjectId
the original id of the failure before it was archived- Returns:
- sourceObjectId
-
setSourceObjectId
-
stackTrace
-
getStackTrace
the stack trace of the exception- Returns:
- stackTrace
-
setStackTrace
-
equals
-
hashCode
public int hashCode() -
toString
-