Interface UpdatableBaselineCollectionsField
- All Superinterfaces:
BaselineCollectionsField
,CanRender<Renderer<? extends Renderer<?>>>
,Field
,Iterable<BaselineCollection>
,IterableField<BaselineCollection>
,IterableWithSize<BaselineCollection>
,ModelObjectsReferenceField<BaselineCollection>
- Since:
- 3.24.10
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCollection
(BaselineCollectionReference collection) If the Collection is already present, its revision will be updated.void
removeCollection
(BaselineCollectionReference collection) Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.polarion.alm.shared.api.model.fields.IterableField
render
Methods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details