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:
TransferCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.transfer.TransferEvent
TransferEvent.TransferState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRefgetDestinationReport()Gets the report generated by the transfer destination repositoryNodeRefgetSourceReport()Gets the report generated by the transfer source repository-
Methods inherited from interface org.alfresco.service.cmr.transfer.TransferEvent
getMessage, getTime, getTransferState, isLast
-
-
-
-
Method Detail
-
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
-
-