Class GetSnapshotContentsTaskRunner
java.lang.Object
org.duracloud.snapshottask.snapshot.AbstractSnapshotTaskRunner
org.duracloud.snapshottask.snapshot.GetSnapshotContentsTaskRunner
- All Implemented Interfaces:
TaskRunner
Gets the list of content items that are contained in the snapshot. This is
the same as the list of content that existed in the original space at the
moment the snapshot was initiated.
- Author:
- Bill Branan Date: 7/23/14
-
Constructor Summary
ConstructorsConstructorDescriptionGetSnapshotContentsTaskRunner(String bridgeAppHost, String bridgeAppPort, String bridgeAppUser, String bridgeAppPass) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbuildBridgeURL(GetSnapshotContentsTaskParameters taskParams) protected StringcallBridge(RestHttpHelper restHelper, String bridgeURL) getName()performTask(String taskParameters) Methods inherited from class org.duracloud.snapshottask.snapshot.AbstractSnapshotTaskRunner
buildBridgeBaseURL, createRestHelper, getBridgeAppHost, getBridgeAppPass, getBridgeAppPort, getBridgeAppUser, getMessageValue, getValueFromJson, jsonStringToMap, wait
-
Constructor Details
-
GetSnapshotContentsTaskRunner
-
-
Method Details
-
getName
-
performTask
-
buildBridgeURL
-
callBridge
-