Uses of Class
org.flowable.bpmn.model.Escalation
Packages that use Escalation
-
Uses of Escalation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type EscalationMethods in org.flowable.bpmn.model that return EscalationModifier and TypeMethodDescriptionEscalation.clone()BpmnModel.getEscalation(String escalationRef) Methods in org.flowable.bpmn.model that return types with arguments of type EscalationMethods in org.flowable.bpmn.model with parameters of type EscalationModifier and TypeMethodDescriptionvoidBpmnModel.addEscalation(Escalation escalation) voidEscalation.setValues(Escalation otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type EscalationModifier and TypeMethodDescriptionvoidBpmnModel.setEscalations(Map<String, Escalation> escalationMap)