| Package | Description |
|---|---|
| org.fcrepo.kernel | |
| org.fcrepo.kernel.services | |
| org.fcrepo.kernel.utils.iterators |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResource.getHierarchyTriples(IdentifierTranslator graphSubjects,
HierarchyRdfContextOptions serializationOptions)
Return the JCR properties of this object as an
RdfStream |
RdfStream |
FedoraResource.getReferencesTriples(IdentifierTranslator graphSubjects)
Serialize inbound References to this object as an
RdfStream |
RdfStream |
FedoraResource.getTriples(IdentifierTranslator graphSubjects)
Return the JCR properties of this object as an
RdfStream |
RdfStream |
FedoraResource.getVersionTriples(IdentifierTranslator graphSubjects)
Serialize the JCR versions information as an RDF dataset
|
RdfStream |
FedoraResource.replaceProperties(IdentifierTranslator graphSubjects,
com.hp.hpl.jena.rdf.model.Model inputModel)
Replace the properties of this object with the properties from the given
model
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
DatastreamService.getFixityResultsModel(IdentifierTranslator subjects,
Datastream datastream)
Get the fixity results for the datastream as a RDF Dataset
|
RdfStream |
RepositoryService.getNamespaceRegistryStream(javax.jcr.Session session,
IdentifierTranslator idTranslator)
Serialize the JCR namespace information as an
RdfStream |
RdfStream |
NodeService.getNodeTypes(javax.jcr.Session session) |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
RdfStream.concat(Collection<? extends com.hp.hpl.jena.graph.Triple> newTriples) |
RdfStream |
RdfStream.concat(Iterator<? extends com.hp.hpl.jena.graph.Triple> newTriples) |
<T extends com.hp.hpl.jena.graph.Triple> |
RdfStream.concat(T... newTriples) |
<T extends com.hp.hpl.jena.graph.Triple> |
RdfStream.concat(T newTriple) |
RdfStream |
RdfStream.filter(com.google.common.base.Predicate<? super com.hp.hpl.jena.graph.Triple> predicate)
As
Iterables.filter(Iterable, Predicate) while maintaining context. |
static RdfStream |
RdfStream.fromModel(com.hp.hpl.jena.rdf.model.Model model) |
RdfStream |
RdfStream.limit(Integer limit)
As
Iterables.limit(Iterable, int) while maintaining context. |
RdfStream |
RdfStream.namespace(String prefix,
String uri)
RdfStream
|
RdfStream |
RdfStream.namespaces(Map<String,String> nses) |
RdfStream |
RdfStream.session(javax.jcr.Session session)
Sets the JCR context of this stream
|
RdfStream |
RdfStream.skip(Integer skipNum)
As
Iterables.skip(Iterable, int) while maintaining context. |
RdfStream |
RdfStream.topic(com.hp.hpl.jena.graph.Node topic)
Sets the topic of this stream
|
<Tr extends com.hp.hpl.jena.graph.Triple,T extends Iterable<Tr>> |
RdfStream.withThisContext(T stream)
Returns the proffered
Triples with the context of this RdfStream. |
<Tr extends com.hp.hpl.jena.graph.Triple,T extends Iterator<Tr>> |
RdfStream.withThisContext(T stream)
Returns the proffered
Triples with the context of this RdfStream. |
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.