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.voidremoveElement(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
getElementMethods 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