| Package | Description |
|---|---|
| org.alfresco.repo.node.archive |
| Modifier and Type | Method and Description |
|---|---|
RestoreNodeReport |
NodeArchiveService.restoreArchivedNode(NodeRef archivedNodeRef)
Attempt to restore the given archived node into its original location.
|
RestoreNodeReport |
NodeArchiveServiceImpl.restoreArchivedNode(NodeRef archivedNodeRef) |
RestoreNodeReport |
NodeArchiveService.restoreArchivedNode(NodeRef archivedNodeRef,
NodeRef destinationNodeRef,
QName assocTypeQName,
QName assocQName)
Attempt to restore the given archived node into a new location.
|
RestoreNodeReport |
NodeArchiveServiceImpl.restoreArchivedNode(NodeRef archivedNodeRef,
NodeRef destinationNodeRef,
QName assocTypeQName,
QName assocQName)
This is the primary restore method that all
restore methods fall back on. |
| Modifier and Type | Method and Description |
|---|---|
List<RestoreNodeReport> |
NodeArchiveService.restoreArchivedNodes(List<NodeRef> archivedNodeRefs)
Attempt to restore a list of archived nodes into their original locations,
using the original association types and names.
|
List<RestoreNodeReport> |
NodeArchiveServiceImpl.restoreArchivedNodes(List<NodeRef> archivedNodeRefs) |
List<RestoreNodeReport> |
NodeArchiveService.restoreArchivedNodes(List<NodeRef> archivedNodeRefs,
NodeRef destinationNodeRef,
QName assocTypeQName,
QName assocQName)
Attempt to restore a list of archived nodes into a new location.
|
List<RestoreNodeReport> |
NodeArchiveServiceImpl.restoreArchivedNodes(List<NodeRef> archivedNodeRefs,
NodeRef destinationNodeRef,
QName assocTypeQName,
QName assocQName) |
Copyright © 2005–2021 Alfresco Software. All rights reserved.