Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGlobalTask
Packages that use BPGlobalTask
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPGlobalTask in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPGlobalTask in de.mid.innovator.srv2api.icw2bpMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPGlobalTaskModifier and TypeMethodDescription<T extends BPGlobalTask>
List<T> BPMaskDefinition.getGlobalTask(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The global task working to fill or modify the mask.Methods in de.mid.innovator.srv2api.icw2bp that return BPGlobalTaskModifier and TypeMethodDescriptionstatic BPGlobalTaskBPGlobalTaskHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Global Task with template and container.static BPGlobalTaskBPGlobalTaskHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Global Task with stereotype and container.BPTaskNode.getCalledGlobalTask()Returns the calledBPGlobalTask.BPTaskNode.refactorAsCallToNewGlobalTask()Creates a new global task containing the elements of the task node.