Interface UpdatableGlobalRolesField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,Field
,GlobalRolesField
,Iterable<String>
,IterableWithSize<String>
- Since:
- 3.19.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a Global Role to the group.void
removeRole
(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, render
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods 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.
-