Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSignal
Packages that use BPSignal
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPSignal in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPSignalModifier and TypeMethodDescriptionstatic BPSignalBPSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Signal (BPMN) with template and container.static BPSignalBPSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Signal (BPMN) with stereotype and container.BPEventDefinition.getSignal()TheBPSignalthat is used by the event definition.BPItemDefinitionRel.getSourceSignal()TheBPSignalbeing 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 BPSignalModifier and TypeMethodDescriptionBPItemDefinition.getSignal()AssignedBPSignal.BPItemDefinition.getSignal(MMStereotype stereotype) The method calls getSignal and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPSignal