Interface UpdatablePlanRecordsField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, PlanRecordsField

public interface UpdatablePlanRecordsField extends PlanRecordsField
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    add(WorkItemReference itemReference)
    If the record for given Work Item already exists than it is returned instead of creating a new one
    void
    remove(WorkItemReference itemReference)
    Removes all records for the given item (Normally only one record for each item is supported in Plan)

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field

    can, compareWith, description, id, is, label, render
  • Method Details

    • add

      @NotNull PlanRecord add(@NotNull WorkItemReference itemReference)
      If the record for given Work Item already exists than it is returned instead of creating a new one
    • remove

      void remove(@NotNull WorkItemReference itemReference)
      Removes all records for the given item (Normally only one record for each item is supported in Plan)