Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEventDefinition
-
Packages that use BPEventDefinition Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPEventDefinition in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPEventDefinition in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPConditionalEventDefinition
interface
BPLinkEventDefinition
interface
BPTimerEventDefinition
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPEventDefinition Modifier and Type Method Description <T extends BPEventDefinition>
java.util.List<T>BPError. getErrorEventDefinition(java.lang.Class<T> returnType)
<T extends BPEventDefinition>
java.util.List<T>BPActivityNode. getEventDefinition(java.lang.Class<T> returnType)
<T extends BPEventDefinition>
java.util.List<T>BPEscalation. getEventDefinition(java.lang.Class<T> returnType)
The event definition which uses theBPEscalation
.<T extends BPEventDefinition>
java.util.List<T>BPEventNode. getEventDefinition(java.lang.Class<T> returnType)
The event definition defining the events being thrown or catched by this event node.<T extends BPEventDefinition>
java.util.List<T>BPOperation. getEventDefinition(java.lang.Class<T> returnType)
The event definition which uses the operation.<T extends BPEventDefinition>
java.util.List<T>BPSignal. getEventDefinition(java.lang.Class<T> returnType)
The event definition which uses theBPSignal
.<T extends BPEventDefinition>
java.util.List<T>BPProcess. getEventDefinitionUsed(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All event definitions used at events which are part of this process, either direct parts of being nested in some sub process.<T extends BPEventDefinition>
java.util.List<T>BPProcess. getEventDefinitionUsed(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getEventDefinitionUsed and filters its return values according to the given stereotype value.<T extends BPEventDefinition>
java.util.List<T>BPMaskDefinition. getOwnedEventDefinition(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All event definitions of the mask definition.Methods in de.mid.innovator.srv2api.icw2bp that return BPEventDefinition Modifier and Type Method Description static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with template and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with stereotype and container.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPEventDefinition Modifier and Type Method Description void
BPError. setErrorEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key ErrorEventDefinition.void
BPActivityNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPEscalation. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPEventNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPSignal. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.
-