Class DeleteOperation

  • All Implemented Interfaces:
    Operation

    public class DeleteOperation
    extends Object
    implements Operation
    Flush operation for a delete of the specified object.
    • Constructor Detail

    • Method Detail

      • getStateManager

        public DNStateManager getStateManager()
        Description copied from interface: Operation
        Accessor for StateManager of the object that this operation is performed on.
        Specified by:
        getStateManager in interface Operation
        Returns:
        StateManager
      • perform

        public void perform()
        Description copied from interface: Operation
        Method to perform the operation.
        Specified by:
        perform in interface Operation