Interface RelationModifictionContext


public interface RelationModifictionContext
  • Method Details

    • consume

      void consume(Iterable<RelationModification> modifications)
    • addNewLinkToChild

      void addNewLinkToChild(long parentPK, long langPK, long childPK, int position, int reversePosition)
    • shiftExistingLink

      @Deprecated(since="2205", forRemoval=true) void shiftExistingLink(long linkPK, int newPosition, long version)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • shiftExistingLink

      void shiftExistingLink(long linkPK, int newPosition, long version, long parentPK, Long childPK)
    • removeExistingLink

      @Deprecated(since="2205", forRemoval=true) void removeExistingLink(long linkPK, long version)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeExistingLink

      void removeExistingLink(long linkPK, long version, long parentPK, Long childPK)
    • touchExistingItem

      void touchExistingItem(long itemPK)
    • flush

      void flush()