Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSupportsRel
Packages that use BPSupportsRel
Package
Description
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 BPSupportsRelModifier and TypeMethodDescriptionstatic BPSupportsRelBPSupportsRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Process Support with template from source to target element.static BPSupportsRelBPSupportsRelHelper.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 BPSupportsRelModifier and TypeMethodDescriptionBPProcess.getIncomingSupport()The incomingBPSupportsRel.BPProcess.getOutgoingSupport(K_CONTROL_OPTION... behaviourFlags) The outgoingBPSupportsRel.BPProcess.getSupportsRelationshipTo(BPProcess refObj, boolean mode) BPProcess.getSupportsRelationshipTo(MMStereotype stereotype, BPProcess refObj, boolean mode) 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 BPSupportsRelModifier and TypeMethodDescriptionBPProcess.getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags) 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.