| Interface | Description |
|---|---|
| FedoraDatastream |
A Fedora Datastream, a Resource that can contain content.
|
| FedoraObject |
A Fedora Object, a Resource which can contain Datastreams and/or other Objects.
|
| FedoraRepository |
The primary client class for interacting with a Fedora repository.
|
| FedoraResource |
Superclass of Fedora Objects and Datastreams containing common functionality.
|
| Class | Description |
|---|---|
| FedoraContent |
Container for holding properties of datastream content.
|
| Exception | Description |
|---|---|
| BadRequestException |
Fedora exception indicating that the request was incomplete or invalid (HTTP
Status Code 400).
|
| FedoraException |
Superclass of all Fedora repository exceptions.
|
| FixityException |
Exception thrown when a fixity check fails.
|
| ForbiddenException |
Fedora exception indicating the requested resource cannot be accessed because
access controls do not allow it (HTTP Status Code 403).
|
| NotFoundException |
Fedora exception indicating the requested resource was not found in the
repository.
|
| ReadOnlyException |
Exception thrown when a write operation is attempted using a read-only
repository object.
|
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.