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 protectedBpmnRaisable(BpmnRaisableData data, String identifier)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BpmnRaisableDatadata()Gets the additional data of the raisable.abstract booleanequals(Object obj)abstract inthashCode()
-
-
-
Constructor Detail
-
BpmnRaisable
protected BpmnRaisable(BpmnRaisableData data, String identifier)
-
-