Uses of Interface
de.mid.innovator.srv2api.icw2br.BROrgUnitPersonRel
-
Packages that use BROrgUnitPersonRel Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BROrgUnitPersonRel in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BROrgUnitPersonRel Modifier and Type Method Description static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BROrgUnitPersonRel Modifier and Type Method Description java.util.List<BROrgUnitPersonRel>
BROrgUnit. getAssignmentRelationshipToPerson(BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BROrgUnitPersonRel>
BROrgUnit. getAssignmentRelationshipToPerson(MMStereotype stereotype, BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssignmentRelationshipToPerson and filters its return values according to the given stereotype value.java.util.List<BROrgUnitPersonRel>
BRPerson. getAssignmentToOrgUnit(K_CONTROL_OPTION... behaviourFlags)
The organizational unit assignment of the person.java.util.List<BROrgUnitPersonRel>
BROrgUnit. getResponsiblePersonRel(K_CONTROL_OPTION... behaviourFlags)
The person assigned to this organizational unit.
-