Interface UpdatableBaselineCollectionsField

All Superinterfaces:
BaselineCollectionsField, CanRender<Renderer<? extends Renderer<?>>>, Field, Iterable<BaselineCollection>, IterableField<BaselineCollection>, IterableWithSize<BaselineCollection>, ModelObjectsReferenceField<BaselineCollection>

public interface UpdatableBaselineCollectionsField extends BaselineCollectionsField
Since:
3.24.10
  • Method Details

    • addCollection

      void addCollection(@NotNull BaselineCollectionReference collection)
      If the Collection is already present, its revision will be updated.
    • removeCollection

      void removeCollection(@NotNull BaselineCollectionReference collection)
      Parameters:
      collection - The Collection to be removed, regardless of its revision.