Uses of Interface
de.mid.innovator.srv2api.icw2model.MERefAbleAsResource
-
Packages that use MERefAbleAsResource Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of MERefAbleAsResource in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as MERefAbleAsResource Modifier and Type Field Description MERefAbleAsResource
ARG_BPResourceAssign. ohResource
A reusable element in the role of a resource.Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type MERefAbleAsResource Modifier and Type Method Description <T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerEntity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All partner entity elements being assigned to the participant.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerEntity(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPartnerEntity and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerRole(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All partner role elements being assigned to the participant.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerRole(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPartnerRole and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getRefAbleAsResource(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getRefAbleAsResource(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getRefAbleAsResource and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPActivityNode. getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MERefAbleAsResource>
java.util.List<T>BPActivityNode. getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceAssigned and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceAssigned and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return MERefAbleAsResource Modifier and Type Method Description MERefAbleAsResource
BPParticipantEntity. getPartnerEntity()
All partner entity elements being assigned to the participant.MERefAbleAsResource
BPParticipantRole. getPartnerRole()
All partner role elements being assigned to the participant.MERefAbleAsResource
BPResourceAtLane. getRefAbleAsResource()
MERefAbleAsResource
BPActivityResource. getResource()
The element being represented by theBPActivityResource
.MERefAbleAsResource
BPGlobalTaskResource. getResource()
The element being represented by theBPGlobalTaskResource
.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type MERefAbleAsResource Modifier and Type Method Description BPResourceAtLane
BPLane. assignResource(MERefAbleAsResource ohResource)
Assigns a resource element to the lane.void
BPResourceAtLane. setRefAbleAsResource(MERefAbleAsResource value)
Set the value of Foreign Key RefAbleAsResource.void
BPActivityResource. setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource.void
BPGlobalTaskResource. setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type MERefAbleAsResource Modifier and Type Method Description void
BPParticipant. setPartnerEntity(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View PartnerEntity.void
BPParticipant. setPartnerRole(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View PartnerRole.void
BPLane. setRefAbleAsResource(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View RefAbleAsResource.void
BPActivityNode. setResourceAssigned(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View ResourceAssigned.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type MERefAbleAsResource Constructor Description ARG_BPResourceAssign(MERefAbleAsResource ohResource)
-
Uses of MERefAbleAsResource in de.mid.innovator.srv2api.icw2br
Subinterfaces of MERefAbleAsResource in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BROrgUnit
interface
BRPerson
interface
BRResource
interface
BRResourceCL
An actor specifies a role played by a user or any other system that interacts with the subject.interface
BRRole
interface
BRTechnical
-
Uses of MERefAbleAsResource in de.mid.innovator.srv2api.icw2class
Subinterfaces of MERefAbleAsResource in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.
-