Class Escalation
- java.lang.Object
-
- io.automatiko.engine.workflow.bpmn2.core.Signal
-
- io.automatiko.engine.workflow.bpmn2.core.Escalation
-
- All Implemented Interfaces:
java.io.Serializable
public class Escalation extends Signal implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Escalation(java.lang.String id, java.lang.String escalationCode)Escalation(java.lang.String id, java.lang.String structureRef, java.lang.String escalationCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEscalationCode()-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.core.Signal
getId, getName, getStructureRef
-
-