| Package | Description |
|---|---|
| org.fcrepo.kernel | |
| org.fcrepo.kernel.rdf | |
| org.fcrepo.kernel.services |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResource.getHierarchyTriples(IdentifierTranslator graphSubjects,
HierarchyRdfContextOptions serializationOptions)
Return the JCR properties of this object as an
RdfStream |
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(IdentifierTranslator subjects)
Return the JCR properties of this object as a Jena
Dataset |
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(IdentifierTranslator graphSubjects,
int offset,
int limit)
Return the JCR properties of this object as a Jena
Dataset |
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
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.updatePropertiesDataset(IdentifierTranslator subjects,
String sparqlUpdateStatement)
Update the properties Dataset with a SPARQL Update query.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
GraphProperties.getProperties(javax.jcr.Node node,
IdentifierTranslator subjects)
Return a list of all properties generated by this factory
for the given object and subject factory.
|
com.hp.hpl.jena.query.Dataset |
GraphProperties.getProperties(javax.jcr.Node node,
IdentifierTranslator subjects,
int offset,
int limit)
Return an offset list of the properties generated by this factory
for the given object and subject factory.
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
DatastreamService.getFixityResultsModel(IdentifierTranslator subjects,
Datastream datastream)
Get the fixity results for the datastream as a RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
RepositoryService.getNamespaceRegistryDataset(javax.jcr.Session session,
IdentifierTranslator idTranslator)
Serialize the JCR namespace information as an RDF Dataset
|
RdfStream |
RepositoryService.getNamespaceRegistryStream(javax.jcr.Session session,
IdentifierTranslator idTranslator)
Serialize the JCR namespace information as an
RdfStream |
com.hp.hpl.jena.query.Dataset |
RepositoryService.searchRepository(IdentifierTranslator subjectFactory,
com.hp.hpl.jena.rdf.model.Resource searchSubject,
javax.jcr.Session session,
String terms,
int limit,
long offset)
Perform a full-text search on the whole repository and return the
information as an RDF Dataset
|
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.