Uses of Interface
de.mid.innovator.srv2api.icw2br.BRRole
Packages that use BRRole
-
Uses of BRRole in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRRoleModifier and TypeMethodDescriptionstatic 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 BRRoleModifier and TypeMethodDescriptionBROrgUnit.getRoleAssignments()The roles being assigned to this organizational unit.BROrgUnit.getRoleAssignments(MMStereotype stereotype) 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 BRRoleModifier and TypeMethodDescriptionBRPerson.getRelationshipToPossibleRole(BRRole refObj) BROrgUnit.getRelationshipToRequiredRole(BRRole refObj) Method parameters in de.mid.innovator.srv2api.icw2br with type arguments of type BRRoleModifier and TypeMethodDescriptionvoidBROrgUnit.setRoleAssignments(List<? extends BRRole> values) Set the value of View RoleAssignments.