Interface Escalation

All Superinterfaces:
BaseElement, BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance, RootElement
All Known Implementing Classes:
EscalationImpl

public interface Escalation extends RootElement
The BPMN escalation element
Author:
Sebastian Menski
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getEscalationCode

      String getEscalationCode()
    • setEscalationCode

      void setEscalationCode(String escalationCode)
    • getStructure

      ItemDefinition getStructure()
    • setStructure

      void setStructure(ItemDefinition structure)