Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPActivityResource
Packages that use BPActivityResource
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPActivityResource in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPActivityResourceModifier and TypeMethodDescriptionstatic BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity Resource with template and container.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Activity Resource with template and container with requirement.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity Resource with stereotype and container.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Activity Resource with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPActivityResourceModifier and TypeMethodDescriptionBPActivityNode.getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as accountable.BPActivityNode.getActivityResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceAccountable and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All activity resources of the given RACI type.BPActivityNode.getActivityResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceByRACIType and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All activity resources marked to be consulted.BPActivityNode.getActivityResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceConsulted and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags) All activity resources marked to be informed.BPActivityNode.getActivityResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceInformed and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as responsible.BPActivityNode.getActivityResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceResponsible and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as supportive.BPActivityNode.getActivityResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceSupportive and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All activity resources with an unspecified RACI type.BPActivityNode.getActivityResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceUnspecified and filters its return values according to the given stereotype value.BPActivityNode.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the activity.