Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPTaskNode
Packages that use BPTaskNode
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPTaskNode in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPTaskNode in de.mid.innovator.srv2api.icw2bpFields in de.mid.innovator.srv2api.icw2bp declared as BPTaskNodeModifier and TypeFieldDescriptionARG_BPIOCall.refCallThe calling element which serves as a referenceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPTaskNodeModifier and TypeMethodDescription<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activities calling the element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNode(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNode and filters its return values according to the given stereotype value.<T extends BPTaskNode>
List<T> BPMaskDefinition.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPTaskNode>
List<T> BPOperation.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The service task that invokes the operation.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithDifferentIO(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All call activities which have a different interface, in other words their input objects and output objects do not match with the interface of the called element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithDifferentIO(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNodeWithDifferentIO and filters its return values according to the given stereotype value.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All call activities which have an incomplete interface, in other words their interface is not a superset of the interface of the called element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNodeWithIncompleteIO and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPTaskNodeModifier and TypeMethodDescriptionstatic BPTaskNodeBPTaskNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Task with template and container.static BPTaskNodeBPTaskNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Task with stereotype and container.BPTaskNodeCall.getOwningCallActivity()The owning call activity.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPTaskNodeModifier and TypeMethodDescriptionbooleanBPProcess.isProcessOfCallActivity(BPTaskNode refObj) Returns true if the process is called by the call activity.voidBPCallAbleProcessElement.setIOEqualToCall(BPTaskNode refCall) Makes the own interface equal to the interface of the call activity passed.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPTaskNode