public interface TransformedGraph
Modifier and Type | Method and Description |
---|---|
void |
addAttachedGraph(String attachedGraphName)
Register an additional graph attached to the main transformed graph.
|
void |
deleteGraph()
Marks the whole transformed graph (and the respective attached graphs) for deletion.
|
Collection<String> |
getAttachedGraphNames()
Returns a collection of graphs attached to the transformed graph registered by
addAttachedGraph(String) method. |
String |
getGraphId()
Returns the unique identifier of the transform named graph in ODCS.
|
String |
getGraphName()
Returns URI of the transformed ("payload") named graph.
|
String |
getMetadataGraphName()
Returns URI of the named graph containing OCDS metadata about the transformed graph.
|
String |
getProvenanceMetadataGraphName()
Returns URI of the named graph containing provenance metadata about the transformed graph
(given to Input Webservice).
|
boolean |
isDeleted()
Returns true iff the transformed graph has been marked for deletion.
|
String getGraphName()
String getGraphId()
String getMetadataGraphName()
String getProvenanceMetadataGraphName()
Collection<String> getAttachedGraphNames()
addAttachedGraph(String)
method.
Contents of the attached graphs may be changed by the Transformer.void addAttachedGraph(String attachedGraphName) throws TransformedGraphException
attachedGraphName
- URI of the attached named graphTransformedGraphException
- error while registering the attached graphvoid deleteGraph() throws TransformedGraphException
TransformedGraphException
- error while marking the graph for deletionboolean isDeleted()
deleteGraph()
Copyright © 2013. All Rights Reserved.