Class Delta

All Implemented Interfaces:
Iterable<Entity>

public class Delta extends EntityCollection
A Delta instance contains all added and deleted links and all deleted entities.
  • Constructor Details

    • Delta

      public Delta()
  • Method Details

    • getDeletedEntities

      public List<DeletedEntity> getDeletedEntities()
      Get list of deleted entities (must not be NULL).
      Returns:
      list of deleted entities (must not be NULL)
    • getAddedLinks

      public List<DeltaLink> getAddedLinks()
      Get list of added links (must not be NULL).
      Returns:
      list of added links (must not be NULL)
    • getDeletedLinks

      public List<DeltaLink> getDeletedLinks()
      Get list of deleted links (must not be NULL).
      Returns:
      list of deleted links (must not be NULL)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class EntityCollection
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EntityCollection