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 org.alfresco.service.cmr.repository.NodeRefgetDestinationReport()Gets the report generated by the transfer destination repositoryorg.alfresco.service.cmr.repository.NodeRefgetSourceReport()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
org.alfresco.service.cmr.repository.NodeRef getSourceReport()
Gets the report generated by the transfer source repository- Returns:
- source transfer report
-
getDestinationReport
org.alfresco.service.cmr.repository.NodeRef getDestinationReport()
Gets the report generated by the transfer destination repository- Returns:
- destination transfer report
-
-