Class Escalation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
public class Escalation extends Object
Represents an 'escalation' element.- Author:
- Philipp Ossler
-
-
Constructor Summary
Constructors Constructor Description Escalation(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEscalationCode()
String
getId()
String
getName()
void
setEscalationCode(String escalationCode)
void
setName(String name)
-
-
-
Constructor Detail
-
Escalation
public Escalation(String id)
-
-