| Package | Description |
|---|---|
| org.fcrepo.kernel.api.exception |
Kernel exception classes.
|
| org.fcrepo.kernel.api.models |
| Modifier and Type | Class and Description |
|---|---|
class |
CannotCreateResourceException
Request for object creation failed
|
class |
ConstraintViolationException
A constraint has been violated.
|
class |
IncorrectTripleSubjectException
Represents the condition that an attempt has been made to persist RDF to the repository as properties of a
particular resource, but the subject of a triple in that RDF is not the resource in question.
|
class |
OutOfDomainSubjectException
Fedora does not accept RDF with subjects that are not local to the repository.
|
class |
ServerManagedPropertyException |
class |
ServerManagedTypeException
Certain mixin types are managed by the repository only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FedoraResource.replaceProperties(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
org.apache.jena.rdf.model.Model inputModel,
RdfStream originalTriples)
Replace the properties of this object with the properties from the given
model
|
void |
FedoraResource.updateProperties(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
String sparqlUpdateStatement,
RdfStream originalTriples)
Update the provided properties with a SPARQL Update query.
|
Copyright © 2013–2023 DuraSpace, Inc.. All rights reserved.