Interface UpdatableBaselineCollectionElementsField
- All Superinterfaces:
BaselineCollectionElementsField
,CanRender<Renderer<? extends Renderer<?>>>
,Field
,Iterable<BaselineCollectionElement>
,IterableField<BaselineCollectionElement>
,IterableWithSize<BaselineCollectionElement>
- Since:
- 3.20.1
-
Method Summary
Modifier and TypeMethodDescriptionaddElement
(ModelObjectReference objectReference) Adds or updates the element for the given object.void
removeElement
(ModelObjectReference objectReference) Removes the element for the given object if there is one.Methods inherited from interface com.polarion.alm.shared.api.model.baselinecollection.element.BaselineCollectionElementsField
getElement
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