Uses of Interface
de.mid.innovator.srv2api.icw2br.BRPersonInRole
-
Packages that use BRPersonInRole Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRPersonInRole in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRPersonInRole Modifier and Type Method Description static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with template from source to target element.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with stereotype from source to target element.BRPersonInRole
BRPerson. getRelationshipToPossibleRole(BRRole refObj)
Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRPersonInRole Modifier and Type Method Description java.util.List<BRPersonInRole>
BRRole. getPotentialPerson(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BRPersonInRole>
BRPerson. getPotentialRole(K_CONTROL_OPTION... behaviourFlags)
The role assignments of this person.
-