Interface TransferEndEvent

All Superinterfaces:
TransferEvent
All Known Implementing Classes:
TransferEndEventImpl, TransferEventCancelled, TransferEventError, TransferEventSuccess

public interface TransferEndEvent extends TransferEvent
TransferEvents are produced by the Transfer service during an in flight transfer.

The TransferCallback presents TransferEvents for processing.

Author:
davidc
See Also:
  • Method Details

    • getSourceReport

      NodeRef getSourceReport()
      Gets the report generated by the transfer source repository
      Returns:
      source transfer report
    • getDestinationReport

      NodeRef getDestinationReport()
      Gets the report generated by the transfer destination repository
      Returns:
      destination transfer report