A B C D E F G H I M N O R S U 

A

addNamespace(String, String) - Method in interface org.fcrepo.client.FedoraRepository
Register a namespace.

B

BadRequestException - Exception in org.fcrepo.client
Fedora exception indicating that the request was incomplete or invalid (HTTP Status Code 400).
BadRequestException() - Constructor for exception org.fcrepo.client.BadRequestException
Default constructor.
BadRequestException(String) - Constructor for exception org.fcrepo.client.BadRequestException
Constructor with reason.
BadRequestException(String, Throwable) - Constructor for exception org.fcrepo.client.BadRequestException
Constructor with reason and cause.
BadRequestException(Throwable) - Constructor for exception org.fcrepo.client.BadRequestException
Constructor with cause.

C

checkFixity() - Method in interface org.fcrepo.client.FedoraDatastream
Check the size and checksum of the datastream content.
copy(String) - Method in interface org.fcrepo.client.FedoraResource
Copy this Resource to a new path.
createDatastream(String, FedoraContent) - Method in interface org.fcrepo.client.FedoraRepository
Create a new Datastream.
createObject(String) - Method in interface org.fcrepo.client.FedoraRepository
Create a new Object.

D

delete() - Method in interface org.fcrepo.client.FedoraResource
Remove this Resource.

E

exists(String) - Method in interface org.fcrepo.client.FedoraRepository
Check whether a path is an existing resource.

F

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.

G

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.

H

hasContent() - Method in interface org.fcrepo.client.FedoraDatastream
Check whether this Datastream has content.

I

isWritable() - Method in interface org.fcrepo.client.FedoraRepository
Check whether this repository is writable.
isWritable() - Method in interface org.fcrepo.client.FedoraResource
Check whether this Resource is writable.

M

move(String) - Method in interface org.fcrepo.client.FedoraResource
Move this Resource to a new path.

N

NotFoundException - Exception in org.fcrepo.client
Fedora exception indicating the requested resource was not found in the repository.
NotFoundException() - Constructor for exception org.fcrepo.client.NotFoundException
Default constructor.
NotFoundException(String) - Constructor for exception org.fcrepo.client.NotFoundException
Constructor with reason.
NotFoundException(String, Throwable) - Constructor for exception org.fcrepo.client.NotFoundException
Constructor with reason and cause.
NotFoundException(Throwable) - Constructor for exception org.fcrepo.client.NotFoundException
Constructor with cause.

O

org.fcrepo.client - package org.fcrepo.client
 

R

ReadOnlyException - Exception in org.fcrepo.client
Exception thrown when a write operation is attempted using a read-only repository object.
ReadOnlyException() - Constructor for exception org.fcrepo.client.ReadOnlyException
Default constructor.
registerNodeTypes(InputStream) - Method in interface org.fcrepo.client.FedoraRepository
Update the node types for this repository.
removeNamespace(String) - Method in interface org.fcrepo.client.FedoraRepository
Remove a namespace.

S

setChecksum(URI) - Method in class org.fcrepo.client.FedoraContent
Set the checksum of the content as a URI (e.g., "urn:sha1:290fa4c6a6161c0941fcaa915e2f96aecc85cd9f").
setContent(InputStream) - Method in class org.fcrepo.client.FedoraContent
Set the content stream.
setContentType(String) - Method in class org.fcrepo.client.FedoraContent
Set the content type (MIME type) of the content.
setFilename(String) - Method in class org.fcrepo.client.FedoraContent
Set the filename of the content source file.

U

updateContent(FedoraContent) - Method in interface org.fcrepo.client.FedoraDatastream
Replace the content of this Datastream.
updateProperties(String) - Method in interface org.fcrepo.client.FedoraResource
Update the properties of this Resource using SPARQL Update.
updateProperties(InputStream, String) - Method in interface org.fcrepo.client.FedoraResource
Update the properties of this Resource with the provided RDF.
A B C D E F G H I M N O R S U 

Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.