public class FixityServiceOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FixityServiceOptions.HashApproach |
static class |
FixityServiceOptions.Mode |
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultGenContentId |
| Constructor and Description |
|---|
FixityServiceOptions(String mode,
String hashApproach,
String salt,
String failFast,
String storeId,
String providedListingSpaceIdA,
String providedListingSpaceIdB,
String providedListingContentIdA,
String providedListingContentIdB,
String targetSpaceId,
String outputSpaceId,
String outputContentId,
String reportContentId,
String errorContentId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorContentId() |
FixityServiceOptions.HashApproach |
getHashApproach() |
FixityServiceOptions.Mode |
getMode() |
String |
getOutputContentId() |
String |
getOutputSpaceId() |
String |
getProvidedListingContentIdA() |
String |
getProvidedListingContentIdB() |
String |
getProvidedListingSpaceIdA() |
String |
getProvidedListingSpaceIdB() |
String |
getReportContentId() |
String |
getSalt() |
String |
getStoreId() |
String |
getTargetSpaceId() |
Boolean |
isFailFast() |
boolean |
needsToAutoGenerateHashListing() |
boolean |
needsToCompare() |
boolean |
needsToHash() |
String |
toString() |
void |
verify() |
public static final String defaultGenContentId
public FixityServiceOptions(String mode, String hashApproach, String salt, String failFast, String storeId, String providedListingSpaceIdA, String providedListingSpaceIdB, String providedListingContentIdA, String providedListingContentIdB, String targetSpaceId, String outputSpaceId, String outputContentId, String reportContentId, String errorContentId)
public boolean needsToHash()
public boolean needsToAutoGenerateHashListing()
public boolean needsToCompare()
public void verify()
public FixityServiceOptions.Mode getMode()
public FixityServiceOptions.HashApproach getHashApproach()
public String getSalt()
public Boolean isFailFast()
public String getStoreId()
public String getProvidedListingSpaceIdA()
public String getProvidedListingSpaceIdB()
public String getProvidedListingContentIdA()
public String getProvidedListingContentIdB()
public String getTargetSpaceId()
public String getOutputSpaceId()
public String getOutputContentId()
public String getReportContentId()
public String getErrorContentId()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.