@Component public class SnapshotManagerImpl extends Object implements SnapshotManager
| Constructor and Description |
|---|
SnapshotManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternateSnapshotIds(Snapshot snapshot,
List<String> alternateIds) |
void |
addContentItem(Snapshot snapshot,
String contentId,
Map<String,String> props) |
void |
finalizeSnapshots() |
void |
setBridgeConfig(BridgeConfiguration bridgeConfig) |
void |
setNotificationManager(org.duracloud.common.notification.NotificationManager notificationManager) |
void |
setSnapshotContentItemRepo(SnapshotContentItemRepo snapshotContentItemRepo) |
void |
setSnapshotRepo(SnapshotRepo snapshotRepo) |
void |
setSnapshotTaskClientHelper(SnapshotTaskClientHelper snapshotTaskClientHelper) |
void |
setStoreClientHelper(StoreClientHelper storeClientHelper) |
Snapshot |
transferToDpnNodeComplete(String snapshotId) |
Snapshot |
updateHistory(Snapshot snapshot,
String history) |
public void setSnapshotContentItemRepo(SnapshotContentItemRepo snapshotContentItemRepo)
snapshotContentItemRepo - the snapshotContentItemRepo to setpublic void setSnapshotRepo(SnapshotRepo snapshotRepo)
snapshotRepo - the snapshotRepo to setpublic void setNotificationManager(org.duracloud.common.notification.NotificationManager notificationManager)
notificationManager - the notificationManager to setpublic void setSnapshotTaskClientHelper(SnapshotTaskClientHelper snapshotTaskClientHelper)
snapshotTaskClientHelper - the snapshotTaskClientHelper to setpublic void setBridgeConfig(BridgeConfiguration bridgeConfig)
bridgeConfig - the bridgeConfig to set@Transactional public void addContentItem(Snapshot snapshot, String contentId, Map<String,String> props) throws SnapshotException
addContentItem in interface SnapshotManagerSnapshotException@Transactional public void addAlternateSnapshotIds(Snapshot snapshot, List<String> alternateIds)
addAlternateSnapshotIds in interface SnapshotManager@Transactional public Snapshot transferToDpnNodeComplete(String snapshotId) throws SnapshotException
transferToDpnNodeComplete in interface SnapshotManagerSnapshotException@Transactional public void finalizeSnapshots()
finalizeSnapshots in interface SnapshotManager@Transactional public Snapshot updateHistory(Snapshot snapshot, String history)
updateHistory in interface SnapshotManagerpublic void setStoreClientHelper(StoreClientHelper storeClientHelper)
storeClientHelper - the storeClientHelper to setCopyright © 2014–2015 DuraSpace. All rights reserved.