Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPResourceRole
Packages that use BPResourceRole
Package
Description
Package for Business Process Model and Notation (BPMN).
This packagage contains elements representing the logical model.
-
Uses of BPResourceRole in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPResourceRole in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceThe activity resource specifies the business entity or role or system to perform or work on the activity.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPResourceRoleModifier and TypeMethodDescription<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRole(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All resources of theBPResourceRoleAble.<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRoleByRACIType(Class<T> returnType, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All resource roles of the given RACI type.<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRoleByRACIType(Class<T> returnType, MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getResourceRoleByRACIType and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPResourceRoleModifier and TypeMethodDescriptionstatic BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Resource Role with template and container.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Resource Role with template and container with requirement.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Resource Role with stereotype and container.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Resource Role with stereotype and container with requirement. -
Uses of BPResourceRole in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type BPResourceRoleModifier and TypeMethodDescription<T extends BPResourceRole>
List<T> MERefAbleAsResource.getResourceRole(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All resource roles which represent the element.