Class GetSnapshotContentsTaskRunner
- java.lang.Object
-
- org.duracloud.snapshottask.snapshot.AbstractSnapshotTaskRunner
-
- org.duracloud.snapshottask.snapshot.GetSnapshotContentsTaskRunner
-
- All Implemented Interfaces:
TaskRunner
public class GetSnapshotContentsTaskRunner extends AbstractSnapshotTaskRunner
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
Constructors Constructor Description GetSnapshotContentsTaskRunner(String bridgeAppHost, String bridgeAppPort, String bridgeAppUser, String bridgeAppPass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringbuildBridgeURL(GetSnapshotContentsTaskParameters taskParams)protected StringcallBridge(RestHttpHelper restHelper, String bridgeURL)StringgetName()StringperformTask(String taskParameters)-
Methods inherited from class org.duracloud.snapshottask.snapshot.AbstractSnapshotTaskRunner
buildBridgeBaseURL, createRestHelper, getBridgeAppHost, getBridgeAppPass, getBridgeAppPort, getBridgeAppUser, getMessageValue, getValueFromJson, jsonStringToMap, wait
-
-
-
-
Method Detail
-
getName
public String getName()
-
buildBridgeURL
protected String buildBridgeURL(GetSnapshotContentsTaskParameters taskParams)
-
callBridge
protected String callBridge(RestHttpHelper restHelper, String bridgeURL)
-
-