| Package | Description |
|---|---|
| org.fcrepo | |
| org.fcrepo.rdf.impl | |
| org.fcrepo.services | |
| org.fcrepo.utils |
| Modifier and Type | Field and Description |
|---|---|
static GraphSubjects |
FedoraResource.DEFAULT_SUBJECT_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects subjects)
Serialize the JCR properties of this object as an RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects subjects,
long offset,
int limit)
Serialize the JCR properties as an RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getVersionDataset(GraphSubjects subjects)
Serialize the JCR versions information as an RDF dataset
|
void |
FedoraResource.updatePropertiesDataset(GraphSubjects subjects,
String sparqlUpdateStatement)
Update the properties Dataset with a SPARQL Update query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphSubjects
Translates JCR names into "fedora" subjects (by replacing jcr-specific names
with fedora names)
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
DatastreamService.getFixityResultsModel(GraphSubjects subjects,
Datastream datastream)
Get the fixity results for the datastream as a RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
RepositoryService.searchRepository(GraphSubjects 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
|
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getFixityResultsModel(GraphSubjects factory,
javax.jcr.Node node,
Iterable<FixityResult> blobs)
Serialize the JCR fixity information in a Jena Model
|
static com.hp.hpl.jena.rdf.model.Resource |
JcrRdfTools.getGraphSubject(GraphSubjects factory,
javax.jcr.Node node)
Translate a JCR node into an RDF Resource
|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getJcrNodeIteratorModel(GraphSubjects factory,
Iterator<javax.jcr.Node> nodeIterator,
com.hp.hpl.jena.rdf.model.Resource iteratorSubject)
Get an RDF model for the given JCR NodeIterator
|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getJcrPropertiesModel(GraphSubjects factory,
javax.jcr.Node node)
Get an RDF Model for a node that includes all its own JCR properties,
as well as the properties of its
immediate children.
|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getJcrTreeModel(GraphSubjects factory,
javax.jcr.Node node,
long offset,
int limit)
Add the properties of a Node's parent and immediate children
(as well as the jcr:content of children) to the given
RDF model
|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getJcrVersionsModel(GraphSubjects factory,
javax.jcr.Node node)
Get a Jena RDF model for the JCR version history information for a node
|
static javax.jcr.Node |
JcrRdfTools.getNodeFromGraphSubject(GraphSubjects factory,
javax.jcr.Session session,
com.hp.hpl.jena.rdf.model.Resource subject)
Translate an RDF resource into a JCR node
|
static boolean |
JcrRdfTools.isFedoraGraphSubject(GraphSubjects factory,
com.hp.hpl.jena.rdf.model.Resource subject)
Predicate for determining whether this
Node is a Fedora object. |
| Constructor and Description |
|---|
JcrPropertyStatementListener(GraphSubjects subjects,
javax.jcr.Session session)
Construct a statement listener within the given session
|
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.