public interface ModelChange
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModelChange.Operation |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphURI() |
ModelChange.Operation |
getOperation() |
RDFService.ModelSerializationFormat |
getSerializationFormat() |
InputStream |
getSerializedModel() |
void |
setGraphURI(String graphURI) |
void |
setOperation(ModelChange.Operation operation) |
void |
setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat) |
void |
setSerializedModel(InputStream serializedModel) |
InputStream getSerializedModel()
void setSerializedModel(InputStream serializedModel)
serializedModel - - the serialized model (collection of RDF triples) representing a change to makeRDFService.ModelSerializationFormat getSerializationFormat()
void setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat)
serializationFormat - - the serialization format of the modelModelChange.Operation getOperation()
void setOperation(ModelChange.Operation operation)
operation - - the operation to be performedString getGraphURI()
void setGraphURI(String graphURI)
graphURI - - the URI of the graph to which to apply the change
If the graphURI is null the change applies to the
default write graph. If this method is not used to
set the write graph the default write graph will be used.Copyright © 2021. All rights reserved.