Interface UpdatableGlobalRolesField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,Field,GlobalRolesField,Iterable<String>,IterableWithSize<String>
- Since:
- 3.19.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a Global Role to the group.voidremoveRole(String roleId) Removes a Global Role, if there, from the group.Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, renderMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details
-
addRole
Adds a Global Role to the group.- Throws:
IllegalArgumentException- if the Role with the given ID does not exist.
-
removeRole
Removes a Global Role, if there, from the group.
-