Uses of Interface
org.alfresco.repo.transfer.manifest.TransferManifestNode
-
Packages that use TransferManifestNode Package Description org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.repo.transfer.manifest Provides the implementation of the transfer manifest which is used by the transfer service.org.alfresco.repo.transfer.report 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 TransferManifestNode Modifier and Type Method Description protected voidAbstractManifestProcessorBase. localHandleException(TransferManifestNode node, java.lang.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 TransferManifestNode Modifier and Type Class Description classTransferManifestDeletedNodeA record of a deleted node in the transfer manifest The path and node ref refers to the state prior to the node's deletion.classTransferManifestNormalNodeData 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 TransferManifestNode Modifier and Type Method Description TransferManifestNodeTransferManifestNodeFactory. createTransferManifestNode(org.alfresco.service.cmr.repository.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.TransferManifestNodeTransferManifestNodeFactory. createTransferManifestNode(org.alfresco.service.cmr.repository.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 elsewhereTransferManifestNodeTransferManifestNodeFactoryImpl. createTransferManifestNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext)TransferManifestNodeTransferManifestNodeFactoryImpl. createTransferManifestNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, TransferDefinition definition, TransferContext transferContext, boolean forceDelete)Methods in org.alfresco.repo.transfer.manifest with parameters of type TransferManifestNode Modifier and Type Method Description voidTransferManifestWriter. 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 TransferManifestNode Modifier and Type Method Description voidXMLTransferReportWriter. writeNodeSummary(TransferManifestNode node)Write the transfer manifest header
-