Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSignal
-
Packages that use BPSignal Package Description de.mid.innovator.srv2api.icw2bp 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 BPSignal Modifier and Type Method Description static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal (BPMN) with template and container.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal (BPMN) with stereotype and container.BPSignal
BPEventDefinition. getSignal()
TheBPSignal
that is used by the event definition.BPSignal
BPItemDefinitionRel. getSourceSignal()
TheBPSignal
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 BPSignal Modifier and Type Method Description java.util.List<BPSignal>
BPItemDefinition. getSignal(K_CONTROL_OPTION... behaviourFlags)
AssignedBPSignal
.java.util.List<BPSignal>
BPItemDefinition. getSignal(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
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 Modifier and Type Method Description void
BPEventDefinition. setSignal(BPSignal value)
Set the value of Foreign Key Signal.
-