public class ProvUtilities extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
writeProv(java.io.OutputStream stream,
org.openprovenance.prov.interop.InteropFramework.ProvFormat format,
java.lang.Integer execId)
Write PROV to an output stream.
|
static void |
writeProv(java.io.OutputStream stream,
java.lang.String formatStr,
java.lang.Integer execId)
Write PROV to an output stream.
|
static void |
writeProv(java.lang.String fileName,
org.openprovenance.prov.interop.InteropFramework.ProvFormat format,
java.lang.Integer execId)
Write PROV to a file.
|
static void |
writeProv(java.lang.String fileName,
java.lang.String formatStr,
java.lang.Integer execId)
Write PROV to a file.
|
public static void writeProv(java.lang.String fileName, java.lang.String formatStr, java.lang.Integer execId) throws RecordingException
formatStr
- the output format type.execId
- the workflow execution id.RecordingException
public static void writeProv(java.io.OutputStream stream, java.lang.String formatStr, java.lang.Integer execId) throws RecordingException
formatStr
- the output format type.execId
- the workflow execution id.RecordingException
public static void writeProv(java.lang.String fileName, org.openprovenance.prov.interop.InteropFramework.ProvFormat format, java.lang.Integer execId) throws RecordingException
formatStr
- the output format type.execId
- the workflow execution id.RecordingException
public static void writeProv(java.io.OutputStream stream, org.openprovenance.prov.interop.InteropFramework.ProvFormat format, java.lang.Integer execId) throws RecordingException
formatStr
- the output format type.execId
- the workflow execution id.RecordingException