Package de.xima.fc.common.workflow.bpmn
Class BpmnRaisable
- java.lang.Object
-
- de.xima.fc.common.workflow.bpmn.BpmnRaisable
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BpmnRaisableError
,BpmnRaisableEscalation
,BpmnRaisableSignal
public abstract class BpmnRaisable extends Object implements Serializable
Base class for raisable events in astructured BPMN model part
, see alsoraisableErrors
,raisableEscalations
, andraisableSignals
.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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BpmnRaisable(BpmnRaisableData data, String identifier)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BpmnRaisableData
data()
Gets the additional data of the raisable.abstract boolean
equals(Object obj)
abstract int
hashCode()
-
-
-
Constructor Detail
-
BpmnRaisable
protected BpmnRaisable(BpmnRaisableData data, String identifier)
-
-