Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSupportsRel
-
Packages that use BPSupportsRel Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPSupportsRel in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPSupportsRel Modifier and Type Method Description static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with template from source to target element.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPSupportsRel Modifier and Type Method Description java.util.List<BPSupportsRel>
BPProcess. getIncomingSupport(K_CONTROL_OPTION... behaviourFlags)
The incomingBPSupportsRel
.java.util.List<BPSupportsRel>
BPProcess. getOutgoingSupport(K_CONTROL_OPTION... behaviourFlags)
The outgoingBPSupportsRel
.java.util.List<BPSupportsRel>
BPProcess. getSupportsRelationshipTo(BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPSupportsRel>
BPProcess. getSupportsRelationshipTo(MMStereotype stereotype, BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)
The method calls getSupportsRelationshipTo and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPSupportsRel Modifier and Type Method Description java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectlyExcludeRel(MMStereotype stereotype, BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessSupportedDirectlyExcludeRel and filters its return values according to the given stereotype value.
-