Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGlobalTask
-
Packages that use BPGlobalTask Package Description de.mid.innovator.srv2api.icw2bp 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.icw2bp Modifier and Type Interface Description interface
BPGlobalMaskTask
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPGlobalTask Modifier and Type Method Description <T extends BPGlobalTask>
java.util.List<T>BPMaskDefinition. getGlobalTask(java.lang.Class<T> returnType)
The global task working to fill or modify the mask.Methods in de.mid.innovator.srv2api.icw2bp that return BPGlobalTask Modifier and Type Method Description static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task with template and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task with stereotype and container.BPGlobalTask
BPGlobalTaskResource. getAssignedGlobalTask()
The global task of the resource assignment.BPGlobalTask
BPTaskNode. getCalledGlobalTask()
Returns the calledBPGlobalTask
.BPGlobalTask
BPTaskNode. refactorAsCallToNewGlobalTask()
Creates a new global task containing the elements of the task node.
-