Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGlobalTaskResource
Packages that use BPGlobalTaskResource
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPGlobalTaskResource in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPGlobalTaskResourceModifier and TypeMethodDescriptionstatic BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Global Task Resource with template and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Global Task Resource with template and container with requirement.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Global Task Resource with stereotype and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Global Task Resource with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPGlobalTaskResourceModifier and TypeMethodDescriptionBPGlobalTask.getGlobalTaskResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as accountable.BPGlobalTask.getGlobalTaskResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceAccountable and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All global task resources of the given RACI type.BPGlobalTask.getGlobalTaskResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceByRACIType and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All global task resources marked to be consulted.BPGlobalTask.getGlobalTaskResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceConsulted and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceInformed(K_CONTROL_OPTION... behaviourFlags) All global task resources marked to be informed.BPGlobalTask.getGlobalTaskResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceInformed and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as responsible.BPGlobalTask.getGlobalTaskResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceResponsible and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as supportive.BPGlobalTask.getGlobalTaskResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceSupportive and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All global task resources with an unspecified RACI type.BPGlobalTask.getGlobalTaskResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceUnspecified and filters its return values according to the given stereotype value.BPGlobalTask.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the global task.