| Package | Description |
|---|---|
| org.fcrepo.kernel.exception |
Kernel exception classes.
|
| org.fcrepo.kernel.models |
| Modifier and Type | Method and Description |
|---|---|
FedoraResource |
TombstoneException.getResource()
Get the tombstone resource
|
| Constructor and Description |
|---|
TombstoneException(FedoraResource fedoraResource)
Construct a new tombstone exception for a resource
|
TombstoneException(FedoraResource fedoraResource,
String uri)
Create a new tombstone exception with a URI to the tombstone resource
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Container |
interface |
FedoraBinary |
interface |
NonRdfSource |
interface |
NonRdfSourceDescription |
interface |
Tombstone |
| Modifier and Type | Method and Description |
|---|---|
FedoraResource |
FedoraResource.getChild(String relPath)
Get the child of this resource at the given path
|
FedoraResource |
FedoraResource.getContainer()
Get the container of this resource
|
FedoraResource |
FedoraResource.getUnfrozenResource()
Get the unfrozen equivalent of a frozen versioned node
|
FedoraResource |
FedoraResource.getVersionedAncestor()
When this is a frozen node, get the ancestor that was explicitly versioned
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FedoraResource> |
FedoraResource.getChildren()
Get the children of this resource
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraBinary.getFixity(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator)
Get the fixity of this datastream compared to metadata stored in the repository
|
RdfStream |
FedoraBinary.getFixity(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator,
URI contentDigest,
long size)
Get the fixity of this datastream in a given repository's binary store.
|
RdfStream |
FedoraResource.getTriples(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator,
Class<? extends RdfStream> context)
Return the RDF properties of this object using the provided context
|
RdfStream |
FedoraResource.getTriples(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator,
Iterable<? extends Class<? extends RdfStream>> contexts)
Return the RDF properties of this object using the provided contexts
|
void |
FedoraResource.replaceProperties(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator,
com.hp.hpl.jena.rdf.model.Model inputModel,
RdfStream originalTriples)
Replace the properties of this object with the properties from the given
model
|
void |
FedoraResource.updateProperties(IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator,
String sparqlUpdateStatement,
RdfStream originalTriples)
Update the provided properties with a SPARQL Update query.
|
Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.