Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEscalation
-
Packages that use BPEscalation Package Description de.mid.innovator.srv2api.icw2bp 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 BPEscalation Modifier and Type Method Description static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Escalation with template and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Escalation with stereotype and container.BPEscalation
BPEventDefinition. getEscalation()
TheBPEscalation
that is used by the event definition.BPEscalation
BPItemDefinitionRel. getSourceEscalation()
TheBPEscalation
being 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 BPEscalation Modifier and Type Method Description java.util.List<BPEscalation>
BPItemDefinition. getEscalation(K_CONTROL_OPTION... behaviourFlags)
AssignedBPEscalation
.java.util.List<BPEscalation>
BPItemDefinition. getEscalation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
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 BPEscalation Modifier and Type Method Description void
BPEventDefinition. setEscalation(BPEscalation value)
Set the value of Foreign Key Escalation.
-