Uses of Interface
org.apache.jena.rdfpatch.RDFPatch
Packages that use RDFPatch
Package
Description
-
Uses of RDFPatch in org.apache.jena.rdfpatch
Classes in org.apache.jena.rdfpatch that implement RDFPatchMethods in org.apache.jena.rdfpatch that return RDFPatchModifier and TypeMethodDescriptionstatic RDFPatchRDFPatchOps.build(Consumer<RDFChangesCollector> filler) Build a patch.static RDFPatchMake sure a patch has been read from its input.static RDFPatchRDFPatchOps.emptyPatch()An immutable "empty" patch - a single transaction of no changes.static RDFPatchRDFPatchOps.fileToPatch(String filename) Read anRDFPatchfrom a file.static RDFPatchRDFPatchOps.nullPatch()A immutable "nullop" patch - no transaction, no id.static RDFPatchRDF data file to patch.static RDFPatchRDFPatchOps.read(InputStream input) Read anRDFPatchfrom a file in text format ThrowsPatchExceptionon patch parse error.static RDFPatchRDFPatchOps.read(InputStream input, ErrorHandler errorHandler) static RDFPatchRead anRDFPatchfrom a file.static RDFPatchRDFPatchOps.readBinary(InputStream input) Read anRDFPatchfrom an input stream in binary format.static RDFPatchRDFPatchOps.readBinary(String filename) Read anRDFPatchfrom a file.static RDFPatchRDFPatchOps.withHeader(PatchHeader header, RDFPatch body) Create a patch with the header and body as given in the arguments, ignoring any header in the body patch.static RDFPatchRDFPatchOps.withHeader(RDFPatch body, Node id, Node prev) Create a patch with the id and prev as as given in the arguments, ignoring any header in the body patch.static RDFPatchCreate a patch with a specified "prev".static RDFPatchCreate a patch with body from "patch" and previous set to the id of "prevPatch".Methods in org.apache.jena.rdfpatch with parameters of type RDFPatchModifier and TypeMethodDescriptionstatic voidRDFPatchOps.applyChange(Graph graph, RDFPatch patch) static voidRDFPatchOps.applyChange(DatasetGraph dsg, RDFPatch patch) Apply changes from aRDFPatchto aDatasetGraphstatic RDFPatchMake sure a patch has been read from its input.static Stringstatic PatchSummaryCreate a brief summary of a patch.static RDFPatchRDFPatchOps.withHeader(PatchHeader header, RDFPatch body) Create a patch with the header and body as given in the arguments, ignoring any header in the body patch.static RDFPatchRDFPatchOps.withHeader(RDFPatch body, Node id, Node prev) Create a patch with the id and prev as as given in the arguments, ignoring any header in the body patch.static RDFPatchCreate a patch with a specified "prev".static RDFPatchCreate a patch with body from "patch" and previous set to the id of "prevPatch".static voidRDFPatchOps.write(OutputStream out, RDFPatch patch) Write aRDFPatchin text formatstatic voidRDFPatchOps.writeBinary(OutputStream out, RDFPatch patch) Write aRDFPatchin binary formatConstructors in org.apache.jena.rdfpatch with parameters of type RDFPatch -
Uses of RDFPatch in org.apache.jena.rdfpatch.binary
Methods in org.apache.jena.rdfpatch.binary that return RDFPatchModifier and TypeMethodDescriptionstatic RDFPatchRDFPatchReaderBinary.read(InputStream input) Read input stream and produce anRDFPatch.Methods in org.apache.jena.rdfpatch.binary with parameters of type RDFPatch -
Uses of RDFPatch in org.apache.jena.rdfpatch.changes
Classes in org.apache.jena.rdfpatch.changes that implement RDFPatchMethods in org.apache.jena.rdfpatch.changes that return RDFPatch -
Uses of RDFPatch in org.apache.jena.rdfpatch.system
Classes in org.apache.jena.rdfpatch.system that implement RDFPatchModifier and TypeClassDescriptionclassAnRDFPatchwhere the header is taken from one place and the body (everything that isn't header) from an existing patch.Constructors in org.apache.jena.rdfpatch.system with parameters of type RDFPatch