Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGlobalTaskResource

Packages that use BPGlobalTaskResource
de.mid.innovator.srv2api.icw2bp   
de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. 
 

Uses of BPGlobalTaskResource in de.mid.innovator.srv2api.icw2bp
 

Methods in de.mid.innovator.srv2api.icw2bp that return BPGlobalTaskResource
static BPGlobalTaskResource BPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Global Task Resource with template and container.
static BPGlobalTaskResource BPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Global Task Resource with stereotype and container.
 

Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPGlobalTaskResource
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceAccountable(K_CONTROL_OPTION... behaviourFlags)
          All global task resources marked as accountable.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceAccountable and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)
          All global task resources of the given RACI type.
 List<BPGlobalTaskResource> 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.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceConsulted(K_CONTROL_OPTION... behaviourFlags)
          All global task resources marked to be consulted.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceConsulted and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceInformed(K_CONTROL_OPTION... behaviourFlags)
          All global task resources marked to be informed.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceInformed and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceResponsible(K_CONTROL_OPTION... behaviourFlags)
          All global task resources marked as responsible.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceResponsible and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceSupportive(K_CONTROL_OPTION... behaviourFlags)
          All global task resources marked as supportive.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceSupportive and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)
          All global task resources with an unspecified RACI type.
 List<BPGlobalTaskResource> BPGlobalTask.getGlobalTaskResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getGlobalTaskResourceUnspecified and filters its return values according to the given stereotype value.
 List<BPGlobalTaskResource> BPGlobalTask.getResource(K_CONTROL_OPTION... behaviourFlags)
          All resource assignments of the global task.
 

Uses of BPGlobalTaskResource in de.mid.innovator.srv2api.icw2model
 

Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BPGlobalTaskResource
 List<BPGlobalTaskResource> MERefAbleAsResource.getGlobalTaskResource()
          All BPGlobalTaskResource which represent the element.