Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPTaskNode
-
Packages that use BPTaskNode Package Description de.mid.innovator.srv2api.icw2bp 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.icw2bp Modifier and Type Interface Description interface
BPMaskTask
Fields in de.mid.innovator.srv2api.icw2bp declared as BPTaskNode Modifier and Type Field Description BPTaskNode
ARG_BPIOCall. refCall
The calling element which serves as a referenceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPTaskNode Modifier and Type Method Description <T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activities calling the element.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNode(java.lang.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>
java.util.List<T>BPMaskDefinition. getTaskNode(java.lang.Class<T> returnType)
<T extends BPTaskNode>
java.util.List<T>BPOperation. getTaskNode(java.lang.Class<T> returnType)
The service task that invokes the operation.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithDifferentIO(java.lang.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>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithDifferentIO(java.lang.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>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithIncompleteIO(java.lang.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>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithIncompleteIO(java.lang.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 BPTaskNode Modifier and Type Method Description static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Task with template and container.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Task with stereotype and container.BPTaskNode
BPTaskNodeCall. getOwningCallActivity()
The owning call activity.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPTaskNode Modifier and Type Method Description boolean
BPProcess. isProcessOfCallActivity(BPTaskNode refObj)
Returns true if the process is called by the call activity.void
BPCallAbleProcessElement. 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 Constructor Description ARG_BPIOCall(BPTaskNode refCall)
-