Interface DeleteProgress

All Superinterfaces:
ActionProgress, Serializable

@Deprecated public interface DeleteProgress extends ActionProgress
Deprecated.
since 5.2.1804 ; replaced by DeleteElementProgress
Interface providing access to the progress information of a server delete action.
Since:
4.0.120
See Also:
  • Method Details

    • getDeletedElements

      @NotNull @NotNull Set<Long> getDeletedElements()
      Deprecated.
      Returns a set of ID's of all successfully deleted elements since the last progress poll.
      Returns:
      set of ID's of successfully deleted elements
      Since:
      4.0.120
    • getDeleteFailedElements

      @NotNull @NotNull Set<Long> getDeleteFailedElements()
      Deprecated.
      Returns a set of ID's of all elements which couldn't be deleted because of unexpected errors during delete.
      This amount of ID's doesn't contains elements which are contained in on of (getMissingPermissionElements(), getLockFailedElements() , getReferencedElements())
      Returns:
      set of ID's of elements which couldn't be deleted because of errors
      Since:
      4.0.120
    • getMissingPermissionElements

      @NotNull @NotNull Set<Long> getMissingPermissionElements()
      Deprecated.
      Returns a set of ID's of all elements which couldn't be deleted cause of missing delete permissions.
      Since:
      4.0.120
    • getLockFailedElements

      @NotNull @NotNull Set<Long> getLockFailedElements()
      Deprecated.
      Returns a set of ID's of all elements which couldn't be locked for delete
      Returns:
      set of ID's of elements which couldn't be locked
      Since:
      4.0.120
    • getReferencedElements

      @NotNull @NotNull Set<Long> getReferencedElements()
      Deprecated.
      Returns a set of ID's of all elements which couldn't be deleted cause of existing incoming references. If the action is called with 'ignoreIncomingReferences == true' this set is always empty
      Since:
      4.0.120
    • getNonChangeablePackagePoolItems

      @NotNull @NotNull Set<Long> getNonChangeablePackagePoolItems()
      Deprecated.
      Returns a set of ID's of all elements which couldn't be deleted cause they are package pool items and belong to a non changeable subscription
      Since:
      4.2.32