Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPProcessResource
Packages that use BPProcessResource
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPProcessResource in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPProcessResourceModifier and TypeMethodDescriptionstatic BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Process Resource with template and container.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Process Resource with template and container with requirement.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Process Resource with stereotype and container.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Process Resource with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPProcessResourceModifier and TypeMethodDescriptionBPProcess.getProcessResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All process resources marked as accountable.BPProcess.getProcessResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceAccountable and filters its return values according to the given stereotype value.BPProcess.getProcessResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All process resources of the given RACI type.BPProcess.getProcessResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceByRACIType and filters its return values according to the given stereotype value.BPProcess.getProcessResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All process resources marked to be consulted.BPProcess.getProcessResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceConsulted and filters its return values according to the given stereotype value.BPProcess.getProcessResourceInformed(K_CONTROL_OPTION... behaviourFlags) All process resources marked to be informed.BPProcess.getProcessResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceInformed and filters its return values according to the given stereotype value.BPProcess.getProcessResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All process resources marked as responsible.BPProcess.getProcessResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceResponsible and filters its return values according to the given stereotype value.BPProcess.getProcessResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All process resources marked as supportive.BPProcess.getProcessResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceSupportive and filters its return values according to the given stereotype value.BPProcess.getProcessResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All process resources with an unspecified RACI type.BPProcess.getProcessResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceUnspecified and filters its return values according to the given stereotype value.BPProcess.getResource(K_CONTROL_OPTION... behaviourFlags)