Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEventDefinition
Packages that use BPEventDefinition
Package
Description
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.icw2bpModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPEventDefinitionModifier and TypeMethodDescription<T extends BPEventDefinition>
List<T> BPError.getErrorEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPEventDefinition>
List<T> BPActivityNode.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPEventDefinition>
List<T> BPEscalation.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses theBPEscalation.<T extends BPEventDefinition>
List<T> BPEventNode.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition defining the events being thrown or catched by this event node.<T extends BPEventDefinition>
List<T> BPOperation.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses the operation.<T extends BPEventDefinition>
List<T> BPSignal.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses theBPSignal.<T extends BPEventDefinition>
List<T> BPProcess.getEventDefinitionUsed(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>
List<T> BPProcess.getEventDefinitionUsed(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>
List<T> BPMaskDefinition.getOwnedEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event definitions of the mask definition.Methods in de.mid.innovator.srv2api.icw2bp that return BPEventDefinitionModifier and TypeMethodDescriptionstatic BPEventDefinitionBPEventDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Event Definition (BPMN) with template and container.static BPEventDefinitionBPEventDefinitionHelper.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 BPEventDefinitionModifier and TypeMethodDescriptionvoidBPError.setErrorEventDefinition(List<? extends BPEventDefinition> values) Set the value of Foreign Key ErrorEventDefinition.voidBPActivityNode.setEventDefinition(List<? extends BPEventDefinition> values) Set the value of Foreign Key EventDefinition.voidBPEscalation.setEventDefinition(List<? extends BPEventDefinition> values) Set the value of Foreign Key EventDefinition.voidBPEventNode.setEventDefinition(List<? extends BPEventDefinition> values) Set the value of Foreign Key EventDefinition.voidBPSignal.setEventDefinition(List<? extends BPEventDefinition> values) Set the value of Foreign Key EventDefinition.