Class TransferEndEventImpl

java.lang.Object
org.alfresco.repo.transfer.TransferEventImpl
org.alfresco.repo.transfer.TransferEndEventImpl
All Implemented Interfaces:
TransferEndEvent, TransferEvent
Direct Known Subclasses:
TransferEventCancelled, TransferEventError, TransferEventSuccess

public class TransferEndEventImpl extends TransferEventImpl implements TransferEndEvent
An abstract implementation of TransferEndEvent.
See Also:
  • Constructor Details

    • TransferEndEventImpl

      public TransferEndEventImpl()
  • Method Details

    • setSourceReport

      public void setSourceReport(NodeRef sourceReport)
    • getSourceReport

      public NodeRef getSourceReport()
      Description copied from interface: TransferEndEvent
      Gets the report generated by the transfer source repository
      Specified by:
      getSourceReport in interface TransferEndEvent
      Returns:
      source transfer report
    • setDestinationReport

      public void setDestinationReport(NodeRef destinationReport)
    • getDestinationReport

      public NodeRef getDestinationReport()
      Description copied from interface: TransferEndEvent
      Gets the report generated by the transfer destination repository
      Specified by:
      getDestinationReport in interface TransferEndEvent
      Returns:
      destination transfer report