Uses of Interface
org.camunda.bpm.model.bpmn.instance.Escalation
Packages that use Escalation
Package
Description
-
Uses of Escalation in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return EscalationModifier and TypeMethodDescriptionprotected Escalation
AbstractBaseElementBuilder.findEscalationForCode
(String escalationCode) -
Uses of Escalation in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement EscalationFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type EscalationModifier and TypeFieldDescriptionprotected static AttributeReference<Escalation>
EscalationEventDefinitionImpl.escalationRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return EscalationMethods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type EscalationModifier and TypeMethodDescriptionvoid
EscalationEventDefinitionImpl.setEscalation
(Escalation escalation) -
Uses of Escalation in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return EscalationMethods in org.camunda.bpm.model.bpmn.instance with parameters of type EscalationModifier and TypeMethodDescriptionvoid
EscalationEventDefinition.setEscalation
(Escalation escalation)