Interface ValidationResource
-
- All Superinterfaces:
org.openprovenance.prov.storage.api.AbstractResource,org.openprovenance.prov.storage.api.DocumentResource
- All Known Implementing Classes:
RedisValidationResource,ValidationResourceInMemory
public interface ValidationResource extends org.openprovenance.prov.storage.api.DocumentResource
-
-
Method Summary
Modifier and Type Method Description booleangetCompleted()StringgetJsonReportStorageId()StringgetMatrix()StringgetPngMatrix()StringgetReport()static StringgetResourceKind()voidsetCompleted(boolean completed)voidsetJsonReport(String jsonReportStorageId)voidsetMatrix(String matrix)voidsetPngMatrix(String matrixPngId)voidsetReport(String reportId)
-
-
-
Field Detail
-
VALIDATION
static final String VALIDATION
- See Also:
- Constant Field Values
-
COMPLETE
static final String COMPLETE
- See Also:
- Constant Field Values
-
REPORT
static final String REPORT
- See Also:
- Constant Field Values
-
BUNDLE
static final String BUNDLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResourceKind
static String getResourceKind()
-
setReport
void setReport(String reportId)
-
getReport
String getReport()
-
getCompleted
boolean getCompleted()
-
setCompleted
void setCompleted(boolean completed)
-
getMatrix
String getMatrix()
-
setMatrix
void setMatrix(String matrix)
-
setPngMatrix
void setPngMatrix(String matrixPngId)
-
getPngMatrix
String getPngMatrix()
-
setJsonReport
void setJsonReport(String jsonReportStorageId)
-
getJsonReportStorageId
String getJsonReportStorageId()
-
-