Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEscalation
Packages that use BPEscalation
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPEscalation in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPEscalationModifier and TypeMethodDescriptionstatic BPEscalationBPEscalationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Escalation with template and container.static BPEscalationBPEscalationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Escalation with stereotype and container.BPEventDefinition.getEscalation()TheBPEscalationthat is used by the event definition.BPItemDefinitionRel.getSourceEscalation()TheBPEscalationbeing the source of theBPItemDefinitionRel, hence being assigned the target business object.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPEscalationModifier and TypeMethodDescriptionBPItemDefinition.getEscalation()AssignedBPEscalation.BPItemDefinition.getEscalation(MMStereotype stereotype) The method calls getEscalation and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPEscalationModifier and TypeMethodDescriptionvoidBPEventDefinition.setEscalation(BPEscalation value) Set the value of Foreign Key Escalation.