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 interface org.openprovenance.prov.service.validation.ValidationResource
BUNDLE, COMPLETE, REPORT, VALIDATION
-
-
Constructor Summary
Constructors Constructor Description RedisValidationResource(Map<String,String> m)
-
Method Summary
Modifier and Type Method Description booleangetCompleted()StringgetJsonReportStorageId()StringgetMatrix()StringgetPngMatrix()StringgetReport()voidsetCompleted(boolean completed)voidsetJsonReport(String jsonReportStorageId)voidsetMatrix(String matrix)voidsetPngMatrix(String matrixPngId)voidsetReport(String reportId)StringtoString()-
Methods inherited from class org.openprovenance.prov.storage.redis.RedisDocumentResource
getExpires, getExtension, getKind, getMap, getStorageId, getThrown, getVisibleId, setExpires, setExtension, setKind, setStorageId, setThrown, setVisibleId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getReport
public String getReport()
- Specified by:
getReportin interfaceValidationResource
-
getCompleted
public boolean getCompleted()
- Specified by:
getCompletedin interfaceValidationResource
-
setCompleted
public void setCompleted(boolean completed)
- Specified by:
setCompletedin interfaceValidationResource
-
getMatrix
public String getMatrix()
- Specified by:
getMatrixin interfaceValidationResource
-
setMatrix
public void setMatrix(String matrix)
- Specified by:
setMatrixin interfaceValidationResource
-
setPngMatrix
public void setPngMatrix(String matrixPngId)
- Specified by:
setPngMatrixin interfaceValidationResource
-
getPngMatrix
public String getPngMatrix()
- Specified by:
getPngMatrixin interfaceValidationResource
-
setJsonReport
public void setJsonReport(String jsonReportStorageId)
- Specified by:
setJsonReportin interfaceValidationResource
-
getJsonReportStorageId
public String getJsonReportStorageId()
- Specified by:
getJsonReportStorageIdin interfaceValidationResource
-
setReport
public void setReport(String reportId)
- Specified by:
setReportin interfaceValidationResource
-
-