Class EscalationImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Escalation, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class EscalationImpl extends RootElementImpl implements Escalation
The BPMN escalation element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • escalationCodeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> escalationCodeAttribute
    • structureRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ItemDefinition> structureRefAttribute
  • Constructor Details

    • EscalationImpl

      public EscalationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details