- FedoraContent - Class in org.fcrepo.client
-
Container for holding properties of datastream content.
- FedoraContent() - Constructor for class org.fcrepo.client.FedoraContent
-
Default constructor.
- FedoraDatastream - Interface in org.fcrepo.client
-
A Fedora Datastream, a Resource that can contain content.
- FedoraException - Exception in org.fcrepo.client
-
Superclass of all Fedora repository exceptions.
- FedoraException() - Constructor for exception org.fcrepo.client.FedoraException
-
Default constructor.
- FedoraException(String) - Constructor for exception org.fcrepo.client.FedoraException
-
Constructor with reason.
- FedoraException(String, Throwable) - Constructor for exception org.fcrepo.client.FedoraException
-
Constructor with reason and cause.
- FedoraException(Throwable) - Constructor for exception org.fcrepo.client.FedoraException
-
Constructor with cause.
- FedoraObject - Interface in org.fcrepo.client
-
A Fedora Object, a Resource which can contain Datastreams and/or other Objects.
- FedoraRepository - Interface in org.fcrepo.client
-
The primary client class for interacting with a Fedora repository.
- FedoraResource - Interface in org.fcrepo.client
-
Superclass of Fedora Objects and Datastreams containing common functionality.
- findOrCreateDatastream(String) - Method in interface org.fcrepo.client.FedoraRepository
-
Get an existing Datastream if it exists, otherwise create a new Datastream.
- findOrCreateObject(String) - Method in interface org.fcrepo.client.FedoraRepository
-
Get an existing Object if it exists, otherwise create a new Object.
- FixityException - Exception in org.fcrepo.client
-
Exception thrown when a fixity check fails.
- FixityException() - Constructor for exception org.fcrepo.client.FixityException
-
Default constructor.
- FixityException(String) - Constructor for exception org.fcrepo.client.FixityException
-
Constructor with reason.
- ForbiddenException - Exception in org.fcrepo.client
-
Fedora exception indicating the requested resource cannot be accessed because
access controls do not allow it (HTTP Status Code 403).
- ForbiddenException() - Constructor for exception org.fcrepo.client.ForbiddenException
-
Default constructor.
- ForbiddenException(String) - Constructor for exception org.fcrepo.client.ForbiddenException
-
Constructor with reason.
- ForbiddenException(String, Throwable) - Constructor for exception org.fcrepo.client.ForbiddenException
-
Constructor with reason and cause.
- ForbiddenException(Throwable) - Constructor for exception org.fcrepo.client.ForbiddenException
-
Constructor with cause.
- getChecksum() - Method in class org.fcrepo.client.FedoraContent
-
Get the SHA-1 checksum of the content as a URI (e.g.,
"urn:sha1:290fa4c6a6161c0941fcaa915e2f96aecc85cd9f").
- getChildren(String) - Method in interface org.fcrepo.client.FedoraObject
-
Get the Object and Datastream nodes that are children of the current Object.
- getContent() - Method in class org.fcrepo.client.FedoraContent
-
Get the content stream.
- getContent() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the datastream content as an InputStream.
- getContentDigest() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the checksum of the datastream content.
- getContentSize() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the size of the datastream content in bytes.
- getContentType() - Method in class org.fcrepo.client.FedoraContent
-
Get the content type (MIME type) of the content.
- getContentType() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the datastream content type (MIME type).
- getCreatedDate() - Method in interface org.fcrepo.client.FedoraResource
-
Get the creation date of this Resource.
- getDatastream(String) - Method in interface org.fcrepo.client.FedoraRepository
-
Get an existing Datastream.
- getEtagValue() - Method in interface org.fcrepo.client.FedoraResource
-
Get the ETag of this Resource.
- getFilename() - Method in class org.fcrepo.client.FedoraContent
-
Get the original filename of the content source file.
- getFilename() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the datastream filename.
- getLastModifiedDate() - Method in interface org.fcrepo.client.FedoraResource
-
Get the modification date of this Resource.
- getMixins() - Method in interface org.fcrepo.client.FedoraResource
-
Get the mixins assigned to this Resource.
- getName() - Method in interface org.fcrepo.client.FedoraResource
-
Get the name of this Resource.
- getNodeTypes() - Method in interface org.fcrepo.client.FedoraRepository
-
Get an RDF description of the node types configured for this repository.
- getObject() - Method in interface org.fcrepo.client.FedoraDatastream
-
Get the Object that contains this Datastream.
- getObject(String) - Method in interface org.fcrepo.client.FedoraRepository
-
Get an existing Object.
- getPath() - Method in interface org.fcrepo.client.FedoraResource
-
Get the full path of the Resource, relative to the repository root.
- getProperties() - Method in interface org.fcrepo.client.FedoraResource
-
Get the RDF properties of this Resource.
- getRepositoryNamespaces() - Method in interface org.fcrepo.client.FedoraRepository
-
Get a map of namespace prefixes to URIs.
- getRepositoryObjectCount() - Method in interface org.fcrepo.client.FedoraRepository
-
Get the number of objects this repository contains.
- getRepositorySize() - Method in interface org.fcrepo.client.FedoraRepository
-
Get the size of the repository content in bytes.
- getRepositoryUrl() - Method in interface org.fcrepo.client.FedoraRepository
-
Get the base URL for the repository.
- getSize() - Method in interface org.fcrepo.client.FedoraResource
-
Get the size of this Resource in bytes.