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