Class DocumentResource
- java.lang.Object
-
- org.openprovenance.prov.service.core.DocumentResource
-
public class DocumentResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DocumentbundleStringcompleteStringdepositedDocumentdocumentStringdotFilepathDateexpiresStringfilepathFormats.ProvFormatformatStringgraphIdStringgraphpathStringjsonFileStringmimeTypeStringpdfFilepathStringreportFileStringsvgFilepathstatic Hashtable<String,DocumentResource>tableThrowablethrownStringurl
-
Constructor Summary
Constructors Constructor Description DocumentResource()
-
-
-
Field Detail
-
table
public static final Hashtable<String,DocumentResource> table
-
graphId
public String graphId
-
bundle
public Document bundle
-
mimeType
public String mimeType
-
filepath
public String filepath
-
graphpath
public String graphpath
-
dotFilepath
public String dotFilepath
-
svgFilepath
public String svgFilepath
-
pdfFilepath
public String pdfFilepath
-
url
public String url
-
thrown
public Throwable thrown
-
format
public Formats.ProvFormat format
-
document
public Document document
-
complete
public String complete
-
reportFile
public String reportFile
-
jsonFile
public String jsonFile
-
deposited
public String deposited
-
expires
public Date expires
-
-