Class ObjectService.DeleteOutcome

  • All Implemented Interfaces:

    
    public final class ObjectService.DeleteOutcome
    
                        

    Outcome of a deleteObject call: deleted is true when the object or version was fully removed from storage; isDeleteMarker is true when a delete marker was created (versioned delete without a specific versionId) or the deleted version was itself a delete marker.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getDeleted()
      final Boolean isDeleteMarker()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait