Uses of Interface
org.alfresco.service.cmr.transfer.TransferEndEvent
Packages that use TransferEndEvent
Package
Description
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of TransferEndEvent in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement TransferEndEventModifier and TypeClassDescriptionclassAn abstract implementation of TransferEndEvent.Methods in org.alfresco.repo.transfer that return TransferEndEventModifier and TypeMethodDescriptionTransferServiceImpl2.transfer(String targetName, TransferDefinition definition, Collection<TransferCallback> callbacks) Transfer SynchronousTransferServiceImpl2.transfer(String targetName, TransferDefinition definition, TransferCallback... callbacks) Transfer SynchronousMethods in org.alfresco.repo.transfer with parameters of type TransferEndEvent -
Uses of TransferEndEvent in org.alfresco.service.cmr.transfer
Classes in org.alfresco.service.cmr.transfer that implement TransferEndEventModifier and TypeClassDescriptionclassThe cancelled event indicates a transfer was abortedclassIndicates the reason why a transfer failedclassThe success event indicates a successful transferMethods in org.alfresco.service.cmr.transfer that return TransferEndEventModifier and TypeMethodDescriptionTransferService2.transfer(String targetName, TransferDefinition definition, Collection<TransferCallback> callback) Transfer nodes sync, with callback.TransferService2.transfer(String targetName, TransferDefinition definition, TransferCallback... callbacks) Transfer nodes sync, with callback.