Uses of Interface
org.fcrepo.kernel.api.RdfStream
Packages that use RdfStream
Package
Description
-
Uses of RdfStream in org.fcrepo.kernel.api.cache
Methods in org.fcrepo.kernel.api.cache with parameters of type RdfStreamModifier and TypeMethodDescriptionvoidUserTypesCache.cacheUserTypes(FedoraId resourceId, RdfStream rdf, String sessionId) Extracts the user RDF types from the RDF and caches them in the session level cache.Method parameters in org.fcrepo.kernel.api.cache with type arguments of type RdfStream -
Uses of RdfStream in org.fcrepo.kernel.api.models
Methods in org.fcrepo.kernel.api.models that return RdfStreamModifier and TypeMethodDescriptionFedoraResource.getTriples()Return the RDF properties for this resource. -
Uses of RdfStream in org.fcrepo.kernel.api.operations
Methods in org.fcrepo.kernel.api.operations that return RdfStreamModifier and TypeMethodDescriptionRdfSourceOperation.getTriples()Get the incoming user space triples for the resourceMethods in org.fcrepo.kernel.api.operations with parameters of type RdfStreamModifier and TypeMethodDescriptionSet the triples for the operation -
Uses of RdfStream in org.fcrepo.kernel.api.rdf
Classes in org.fcrepo.kernel.api.rdf that implement RdfStreamModifier and TypeClassDescriptionclassImplementation of a context-bearing RDF streamMethods in org.fcrepo.kernel.api.rdf that return RdfStreamModifier and TypeMethodDescriptionDefaultRdfStream.distinct()static RdfStreamDefaultRdfStream.fromModel(org.apache.jena.graph.Node node, org.apache.jena.rdf.model.Model model) Create an RdfStream from an existing Model.DefaultRdfStream.limit(long maxSize) DefaultRdfStream.parallel()DefaultRdfStream.sequential()DefaultRdfStream.skip(long n) DefaultRdfStream.sorted()DefaultRdfStream.sorted(Comparator<? super org.apache.jena.graph.Triple> comparator) DefaultRdfStream.unordered() -
Uses of RdfStream in org.fcrepo.kernel.api.services
Methods in org.fcrepo.kernel.api.services that return RdfStreamModifier and TypeMethodDescriptionFixityService.checkFixity(Binary binary) Digest this binary with the digest algorithms providedReferenceService.getInboundReferences(Transaction tx, FedoraResource resource) Return a RDF stream of statements referring to the provided resource.MembershipService.getMembership(Transaction transaction, FedoraId fedoraId) Return an RdfStream of membership relations of which the provided resource is the subject.Methods in org.fcrepo.kernel.api.services with parameters of type RdfStreamModifier and TypeMethodDescriptionvoidReferenceService.updateReferences(Transaction tx, FedoraId resourceId, String userPrincipal, RdfStream rdfStream) Parse the stream of triples for references, add any new ones and remove any missing ones.