Uses of Class
org.apache.jena.rdfpatch.PatchHeader
Packages that use PatchHeader
Package
Description
-
Uses of PatchHeader in org.apache.jena.rdfpatch
Methods in org.apache.jena.rdfpatch that return PatchHeaderModifier and TypeMethodDescriptionRDFPatch.header()RDFPatchWrapper.header()static PatchHeaderRDFPatchOps.makeHeader(org.apache.jena.graph.Node id, org.apache.jena.graph.Node prev) Match a patch header with the given id and prev.static PatchHeaderRDFPatchOps.readHeader(InputStream input) Read anRDFPatchheader.Methods in org.apache.jena.rdfpatch with parameters of type PatchHeaderModifier and TypeMethodDescriptionstatic 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. -
Uses of PatchHeader in org.apache.jena.rdfpatch.binary
Methods in org.apache.jena.rdfpatch.binary that return PatchHeaderModifier and TypeMethodDescriptionstatic PatchHeaderRDFPatchReaderBinary.readHeader(InputStream input) Read input stream and produce aPatchHeader. -
Uses of PatchHeader in org.apache.jena.rdfpatch.changes
Methods in org.apache.jena.rdfpatch.changes that return PatchHeader -
Uses of PatchHeader in org.apache.jena.rdfpatch.system
Methods in org.apache.jena.rdfpatch.system that return PatchHeaderConstructors in org.apache.jena.rdfpatch.system with parameters of type PatchHeader -
Uses of PatchHeader in org.apache.jena.rdfpatch.text
Methods in org.apache.jena.rdfpatch.text that return PatchHeaderModifier and TypeMethodDescriptionstatic PatchHeaderRDFPatchReaderText.readerHeader(InputStream input) Read patch header.