Uses of Interface
org.alfresco.repo.transfer.manifest.TransferManifestNode
Packages that use TransferManifestNode
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 transfer manifest which is used by the transfer service.
Provides the implementation of the client side transfer report which records details of a transfer.
-
Uses of TransferManifestNode in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer with parameters of type TransferManifestNodeModifier and TypeMethodDescriptionprotected voidAbstractManifestProcessorBase.localHandleException(TransferManifestNode node, Throwable ex) This method is invoked if an exception or error occurs while processing the manifest. -
Uses of TransferManifestNode in org.alfresco.repo.transfer.manifest
Classes in org.alfresco.repo.transfer.manifest that implement TransferManifestNodeModifier and TypeClassDescriptionclassA record of a deleted node in the transfer manifest The path and node ref refers to the state prior to the node's deletion.classData value object - part of the transfer manifest Represents a single node and either a create or an update.Methods in org.alfresco.repo.transfer.manifest that return TransferManifestNodeModifier and TypeMethodDescriptionTransferManifestNodeFactory.createTransferManifestNode(NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext) Create an object that represents the specified node in a form that can be used to transfer it elsewhere.TransferManifestNodeFactory.createTransferManifestNode(NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext, boolean forceDelete) Create an object that represents the specified node in a form that can be used to transfer it elsewhereTransferManifestNodeFactoryImpl.createTransferManifestNode(NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext) TransferManifestNodeFactoryImpl.createTransferManifestNode(NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext, boolean forceDelete) Methods in org.alfresco.repo.transfer.manifest with parameters of type TransferManifestNodeModifier and TypeMethodDescriptionvoidTransferManifestWriter.writeTransferManifestNode(TransferManifestNode node) voidXMLTransferManifestWriter.writeTransferManifestNode(TransferManifestNode node) -
Uses of TransferManifestNode in org.alfresco.repo.transfer.report
Methods in org.alfresco.repo.transfer.report with parameters of type TransferManifestNodeModifier and TypeMethodDescriptionvoidXMLTransferReportWriter.writeNodeSummary(TransferManifestNode node) Write the transfer manifest header