Uses of Class
org.alfresco.repo.node.archive.RestoreNodeReport
Packages that use RestoreNodeReport
-
Uses of RestoreNodeReport in org.alfresco.repo.node.archive
Methods in org.alfresco.repo.node.archive that return RestoreNodeReportModifier and TypeMethodDescriptionNodeArchiveService.restoreArchivedNode(NodeRef archivedNodeRef) Attempt to restore the given archived node into its original location.NodeArchiveService.restoreArchivedNode(NodeRef archivedNodeRef, NodeRef destinationNodeRef, QName assocTypeQName, QName assocQName) Attempt to restore the given archived node into a new location.NodeArchiveServiceImpl.restoreArchivedNode(NodeRef archivedNodeRef) NodeArchiveServiceImpl.restoreArchivedNode(NodeRef archivedNodeRef, NodeRef destinationNodeRef, QName assocTypeQName, QName assocQName) This is the primary restore method that allrestoremethods fall back on.Methods in org.alfresco.repo.node.archive that return types with arguments of type RestoreNodeReportModifier and TypeMethodDescriptionNodeArchiveService.restoreArchivedNodes(List<NodeRef> archivedNodeRefs) Attempt to restore a list of archived nodes into their original locations, using the original association types and names.NodeArchiveService.restoreArchivedNodes(List<NodeRef> archivedNodeRefs, NodeRef destinationNodeRef, QName assocTypeQName, QName assocQName) Attempt to restore a list of archived nodes into a new location.NodeArchiveServiceImpl.restoreArchivedNodes(List<NodeRef> archivedNodeRefs) NodeArchiveServiceImpl.restoreArchivedNodes(List<NodeRef> archivedNodeRefs, NodeRef destinationNodeRef, QName assocTypeQName, QName assocQName)