Class PObjectList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
com.polarion.platform.persistence.spi.PObjectList
All Implemented Interfaces:
IPObjectList, Iterable, Collection, List

public class PObjectList extends AbstractList implements IPObjectList
Author:
dobisekm
  • Constructor Details

    • PObjectList

      public PObjectList(@Nullable IDataService dataSvc, @NotNull List pobjects)
      Same as PObjectList dataSvc, opbjects, false).
      Parameters:
      dataSvc -
      pobjects -
      See Also:
    • PObjectList

      public PObjectList(@Nullable IDataService dataSvc, @NotNull List pobjects, boolean readOnly)
      Wraps the given list of IPObjects into the PObject list.
      Parameters:
      dataSvc -
      pobjects -
      readOnly - If true, then this list will be unmodifiable, if false, then the modifiability of this list depends on the pebaviour of the underlying pobjects list.
  • Method Details