Class RedisValidationResource
java.lang.Object
org.openprovenance.prov.storage.redis.RedisDocumentResource
org.openprovenance.prov.service.validation.redis.RedisValidationResource
- All Implemented Interfaces:
ValidationResource,org.openprovenance.prov.storage.api.AbstractResource,org.openprovenance.prov.storage.api.DocumentResource
public class RedisValidationResource
extends org.openprovenance.prov.storage.redis.RedisDocumentResource
implements ValidationResource
-
Field Summary
Fields inherited from class org.openprovenance.prov.storage.redis.RedisDocumentResource
m, omFields inherited from interface org.openprovenance.prov.storage.api.DocumentResource
DOCUMENTFields inherited from interface org.openprovenance.prov.service.validation.ValidationResource
BUNDLE, COMPLETE, REPORT, VALIDATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCompleted(boolean completed) voidsetJsonReport(String jsonReportStorageId) voidvoidsetPngMatrix(String matrixPngId) voidtoString()Methods inherited from class org.openprovenance.prov.storage.redis.RedisDocumentResource
getExpires, getExtension, getKind, getMap, getStorageId, getThrown, getVisibleId, setExpires, setExtension, setKind, setStorageId, setThrown, setVisibleIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openprovenance.prov.storage.api.AbstractResource
getExpires, getExtension, getKind, getStorageId, getVisibleId, setExpires, setExtension, setKind, setStorageId, setVisibleIdMethods inherited from interface org.openprovenance.prov.storage.api.DocumentResource
getThrown, setThrown
-
Constructor Details
-
RedisValidationResource
-
-
Method Details
-
getReport
- Specified by:
getReportin interfaceValidationResource
-
getCompleted
public boolean getCompleted()- Specified by:
getCompletedin interfaceValidationResource
-
setCompleted
public void setCompleted(boolean completed) - Specified by:
setCompletedin interfaceValidationResource
-
getMatrix
- Specified by:
getMatrixin interfaceValidationResource
-
setMatrix
- Specified by:
setMatrixin interfaceValidationResource
-
setPngMatrix
- Specified by:
setPngMatrixin interfaceValidationResource
-
getPngMatrix
- Specified by:
getPngMatrixin interfaceValidationResource
-
setJsonReport
- Specified by:
setJsonReportin interfaceValidationResource
-
getJsonReportStorageId
- Specified by:
getJsonReportStorageIdin interfaceValidationResource
-
setReport
- Specified by:
setReportin interfaceValidationResource
-
toString
-