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 TypeMethodDescriptionvoidaddCollection(BaselineCollectionReference collection) If the Collection is already present, its revision will be updated.voidremoveCollection(BaselineCollectionReference collection) Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, labelMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.polarion.alm.shared.api.model.fields.IterableField
renderMethods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details