Uses of Interface
de.mid.innovator.srv2api.icw2br.BRRole
-
Packages that use BRRole Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRRole in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRRole Modifier and Type Method Description static BRRoleBRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Role with template and container.static BRRoleBRRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Role with stereotype and container.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRRole Modifier and Type Method Description java.util.List<BRRole>BROrgUnit. getRoleAssignments(K_CONTROL_OPTION... behaviourFlags)The roles being assigned to this organizational unit.java.util.List<BRRole>BROrgUnit. getRoleAssignments(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRoleAssignments and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2br with parameters of type BRRole Modifier and Type Method Description BRPersonInRoleBRPerson. getRelationshipToPossibleRole(BRRole refObj)BROrgUnitRequiresRoleBROrgUnit. getRelationshipToRequiredRole(BRRole refObj)Method parameters in de.mid.innovator.srv2api.icw2br with type arguments of type BRRole Modifier and Type Method Description voidBROrgUnit. setRoleAssignments(java.util.List<? extends BRRole> values)Set the value of View RoleAssignments.
-