Uses of Interface
org.alfresco.service.cmr.transfer.TransferEvent
Packages that use TransferEvent
Package
Description
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the implementation of the client side transfer report which records details of a transfer.
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of TransferEvent in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication with parameters of type TransferEventModifier and TypeMethodDescriptionvoidReplicationActionExecutor.ReplicationDefinitionLockExtender.processEvent(TransferEvent event) No matter what the event is, refresh our lock on theReplicationDefinition, and handle a cancel if it was requested. -
Uses of TransferEvent in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement TransferEventModifier and TypeClassDescriptionclassAn abstract implementation of TransferEndEvent.classAn abstract implementation of TransferEvent. -
Uses of TransferEvent in org.alfresco.repo.transfer.report
Methods in org.alfresco.repo.transfer.report with parameters of type TransferEventModifier and TypeMethodDescriptionXMLTransferEventFormatter.getAttributes(TransferEvent event) XMLTransferEventFormatter.getElementName(TransferEvent event) static XMLTransferEventFormatterXMLTransferEventFormatterFactory.getFormatter(TransferEvent event) XMLTransferEventFormatter.getMessage(TransferEvent event) voidXMLTransferReportWriter.writeTransferEvent(TransferEvent event) Write the transfer eventMethod parameters in org.alfresco.repo.transfer.report with type arguments of type TransferEventModifier and TypeMethodDescriptionTransferReporter.createTransferReport(String transferName, Exception e, TransferTarget target, TransferDefinition definition, List<TransferEvent> events, File snapshotFile) Create a transfer report of failureTransferReporter.createTransferReport(String transferName, Transfer transfer, TransferTarget target, TransferDefinition definition, List<TransferEvent> events, File snapshotFile) Create a transfer report of successTransferReporterImpl.createTransferReport(String transferName, Exception e, TransferTarget target, TransferDefinition definition, List<TransferEvent> events, File snapshotFile) Write exception transfer reportTransferReporterImpl.createTransferReport(String transferName, Transfer transfer, TransferTarget target, TransferDefinition definition, List<TransferEvent> events, File snapshotFile) Create a new transfer report of successvoidXMLTransferReportWriter.writeTransferEvents(List<TransferEvent> events) Write the transfer manifest header -
Uses of TransferEvent in org.alfresco.service.cmr.transfer
Subinterfaces of TransferEvent in org.alfresco.service.cmr.transferModifier and TypeInterfaceDescriptioninterfaceA Ranged Transfer event is a detail record for a State that has many smaller steps.interfaceTransferEvents are produced by the Transfer service during an in flight transfer.Classes in org.alfresco.service.cmr.transfer that implement TransferEventModifier and TypeClassDescriptionclassTransferEventBegin is produced when a transfer has started.classThe cancelled event indicates a transfer was abortedclassTransferEventCommittingStatus are produced when a transfer is being committed.classAn end state is produces when a transfer ends a state.classAn enter state is produced when a transfer enters a new state.classIndicates the reason why a transfer failedclassThis event is that the destination transfer report has been written.classRanged Transfer event for sending content (e.g.classEvent for sending the properties snapshot.classEvent for sent content.classThe success event indicates a successful transferMethods in org.alfresco.service.cmr.transfer with parameters of type TransferEventModifier and TypeMethodDescriptionvoidTransferCallback.processEvent(TransferEvent event) processEvent