Skip navigation links
A C D E F G H I L M O P R S T U 

A

addNamespace(String, String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
addNamespace(String, String) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 

C

checkFixity() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
copy(String) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
createContentPutMethod(String, Map<String, List<String>>, FedoraContent) - Method in class org.fcrepo.client.utils.HttpHelper
Create a request to create/update content.
createDatastream(String, FedoraContent) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
createDatastream(String, FedoraContent) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
createGetMethod(String, Map<String, List<String>>) - Method in class org.fcrepo.client.utils.HttpHelper
Create GET method with list of parameters
createHeadMethod(String) - Method in class org.fcrepo.client.utils.HttpHelper
Create HEAD method
createObject(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
createObject(String) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
createPatchMethod(String, String) - Method in class org.fcrepo.client.utils.HttpHelper
Create a request to update triples with SPARQL Update.
createPostMethod(String, Map<String, List<String>>) - Method in class org.fcrepo.client.utils.HttpHelper
Create POST method with list of parameters
createPutMethod(String, Map<String, List<String>>) - Method in class org.fcrepo.client.utils.HttpHelper
Create PUT method with list of parameters
createTriplesPutMethod(String, InputStream, String) - Method in class org.fcrepo.client.utils.HttpHelper
Create a request to update triples.

D

delete() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 

E

execute(HttpUriRequest) - Method in class org.fcrepo.client.utils.HttpHelper
Execute a request for a subclass.
exists(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 

F

FedoraDatastreamImpl - Class in org.fcrepo.client.impl
A Fedora Datastream Impl.
FedoraDatastreamImpl(FedoraRepository, HttpHelper, String) - Constructor for class org.fcrepo.client.impl.FedoraDatastreamImpl
Constructor for FedoraDatastreamImpl
FedoraObjectImpl - Class in org.fcrepo.client.impl
A Fedora Object Impl.
FedoraObjectImpl(FedoraRepository, HttpHelper, String) - Constructor for class org.fcrepo.client.impl.FedoraObjectImpl
Constructor for FedoraObjectImpl
FedoraRepositoryImpl - Class in org.fcrepo.client.impl
FedoraRepositoryImpl manage httpclient instance to run requests
FedoraRepositoryImpl() - Constructor for class org.fcrepo.client.impl.FedoraRepositoryImpl
 
FedoraRepositoryImpl(String) - Constructor for class org.fcrepo.client.impl.FedoraRepositoryImpl
Constructor that takes the repository url
FedoraRepositoryImpl(String, String, String) - Constructor for class org.fcrepo.client.impl.FedoraRepositoryImpl
Constructor
FedoraRepositoryImpl(String, HttpClient) - Constructor for class org.fcrepo.client.impl.FedoraRepositoryImpl
Constructor that takes the pre-configured HttpClient
FedoraResourceImpl - Class in org.fcrepo.client.impl
A Fedora Object Impl.
FedoraResourceImpl(FedoraRepository, HttpHelper, String) - Constructor for class org.fcrepo.client.impl.FedoraResourceImpl
FedoraResourceImpl constructor
filterTriples(Iterator<Triple>, Node...) - Static method in class org.fcrepo.client.utils.RDFSinkFilter
Filter the triples
findOrCreateDatastream(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
findOrCreateDatastream(String) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
findOrCreateObject(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
findOrCreateObject(String) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
finish() - Method in class org.fcrepo.client.utils.RDFSinkFilter
 

G

getChildren(String) - Method in class org.fcrepo.client.impl.FedoraObjectImpl
Get the Object and Datastream nodes that are children of the current Object.
getContent() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getContentDigest() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getContentSize() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getContentType() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getCreatedDate() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getDatastream(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getEtagValue() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getFilename() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getGraph() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
Get the properties graph
getLastModifiedDate() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getMixins() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getName() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getName() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getNodeTypes() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getObject() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
getObject(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getPath() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getProperties() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getPropertyValues(Property) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
Return all the values of a property
getRepositoryNamespaces() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getRepositoryObjectCount() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getRepositorySize() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getRepositoryUrl() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
getSize() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
getTriple(Node, Property) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
graph - Variable in class org.fcrepo.client.impl.FedoraResourceImpl
 

H

hasContent() - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
httpHelper - Variable in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
httpHelper - Variable in class org.fcrepo.client.impl.FedoraResourceImpl
 
HttpHelper - Class in org.fcrepo.client.utils
HTTP utilities
HttpHelper(String, HttpClient, boolean) - Constructor for class org.fcrepo.client.utils.HttpHelper
Create an HTTP helper with a pre-configured HttpClient instance.
HttpHelper(String, String, String, boolean) - Constructor for class org.fcrepo.client.utils.HttpHelper
Create an HTTP helper for the specified repository.

I

isWritable() - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
isWritable() - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
isWritable() - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 

L

loadProperties(FedoraResourceImpl) - Method in class org.fcrepo.client.utils.HttpHelper
Retrieve RDF from the repository and update the properties of a resource

M

move(String) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 

O

org.fcrepo.client.impl - package org.fcrepo.client.impl
 
org.fcrepo.client.utils - package org.fcrepo.client.utils
 

P

path - Variable in class org.fcrepo.client.impl.FedoraResourceImpl
 

R

RDFSinkFilter - Class in org.fcrepo.client.utils
class RDFSinkFilter filtering StreamRDF to Sink.
ReadOnlyFedoraRepositoryImpl - Class in org.fcrepo.client.impl
Read-only FedoraRepository implementation that throws a ReadOnlyException any time a write operation is attempted.
ReadOnlyFedoraRepositoryImpl(String) - Constructor for class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
Constructor that takes the repository url
ReadOnlyFedoraRepositoryImpl(String, String, String) - Constructor for class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
Constructor that takes the repoistory url and username/password for connecting
ReadOnlyFedoraRepositoryImpl(String, HttpClient) - Constructor for class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
Constructor that takes the pre-configured HttpClient
registerNodeTypes(InputStream) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
registerNodeTypes(InputStream) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
removeNamespace(String) - Method in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
removeNamespace(String) - Method in class org.fcrepo.client.impl.ReadOnlyFedoraRepositoryImpl
 
repository - Variable in class org.fcrepo.client.impl.FedoraResourceImpl
 
repositoryURL - Variable in class org.fcrepo.client.impl.FedoraRepositoryImpl
 
REST_API_DIGEST - Static variable in class org.fcrepo.client.impl.FedoraDatastreamImpl
 

S

setEtagValue(String) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
set etagValue
setGraph(Graph) - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
setGraph(Graph) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
Update the properties graph
subject - Variable in class org.fcrepo.client.impl.FedoraResourceImpl
 

T

triple(Triple) - Method in class org.fcrepo.client.utils.RDFSinkFilter
 

U

updateContent(FedoraContent) - Method in class org.fcrepo.client.impl.FedoraDatastreamImpl
 
updateProperties(String) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
updateProperties(InputStream, String) - Method in class org.fcrepo.client.impl.FedoraResourceImpl
 
A C D E F G H I L M O P R S T U 
Skip navigation links

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