Class BpmnRaisable
java.lang.Object
de.xima.fc.common.workflow.bpmn.BpmnRaisable
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BpmnRaisableError, BpmnRaisableEscalation, BpmnRaisableSignal
Base class for raisable events in a
structured BPMN model part, see also
raisableErrors,
raisableEscalations, and
raisableSignals.
Each raisable is identifier by its identifier (error code, escalation code, or signal name), but may have
additional data such as a display name or details, see BpmnRaisableData.
- Since:
- 8.4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BpmnRaisableDatadata()Gets the additional data of the raisable.abstract booleanabstract inthashCode()
-
Constructor Details
-
BpmnRaisable
-
-
Method Details
-
data
Gets the additional data of the raisable.- Returns:
- The data of the raisable.
-
equals
-
hashCode
-