- getAuthenticatedSession() - Method in interface org.fcrepo.http.commons.session.AuthenticatedSessionProvider
-
Get an authenticated JCR session
- getAuthenticatedSession() - Method in class org.fcrepo.http.commons.session.AuthenticatedSessionProviderImpl
-
- getContentNode(Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the content-bearing node for the given subject
- getContext() - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
-
- getContext(Dataset, Node) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
-
- getGraphSubject(String) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
-
- getGraphSubject(Node) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
-
- getInjectable(ComponentContext, InjectedSession) - Method in class org.fcrepo.http.commons.session.SessionProvider
-
- getInstance() - Static method in class org.fcrepo.http.commons.responses.ViewHelpers
-
ViewHelpers are singletons.
- getInternalSession() - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get a new JCR Session
- getInternalSession(String) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get a new JCR session in the given workspace
- getNamespacePrefix(PrefixMapping, String, boolean) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the namespace prefix (or the namespace URI itself, if no prefix is
available) from a prefix mapping
- getNodeBreadcrumbs(UriInfo, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Generate url -> local name breadcrumbs for a given node's tree
- getNodeFromGraphSubject(Resource) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
-
- getObjects(DatasetGraph, Node, Resource) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Return an iterator of Quads that match the given subject and predicate
- getObjectsAsString(DatasetGraph, Node, Resource, boolean) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the string version of the object that matches the given subject and
predicate
- getObjectTitle(DatasetGraph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the canonical title of a subject from the graph
- getPathFromGraphSubject(Resource) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
-
- getPrefixPreamble(PrefixMapping) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get a prefix preamble appropriate for a SPARQL-UPDATE query from a prefix
mapping object
- getRDFFormat() - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider.NTriplesWithCorrectMimeType
-
- getSession(HttpServletRequest) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get a JCR session for the given HTTP servlet request (within the right
transaction or workspace)
- getSession(SecurityContext, HttpServletRequest) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get a JCR session for the given HTTP servlet request with a
SecurityContext attached
- getSessionProvider(SecurityContext, HttpServletRequest) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get the configured Session Provider
- getSitemapEntries() - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex
-
Get all the sitemap's entries
- getSitemapEntries() - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet
-
Get all the sitemap entries
- getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
-
- getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfProvider
-
- getSize(RdfStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
-
- getSize(RdfStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
-
- getSortedTriples(Model, Iterator<Quad>) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Sort a Iterator of Quads alphabetically by its subject, predicate, and
object
- getUserName() - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
-
- getValue() - Method in class org.fcrepo.http.commons.session.InjectableSession
-
- getValueForObject(Node) - Static method in class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
-
- getVersionDate(DatasetGraph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Gets a modification date of a subject from the graph
- getVersionLabel(DatasetGraph, Node, String) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Gets a version label of a subject from the graph
- GraphStoreStreamingOutput - Class in org.fcrepo.http.commons.responses
-
Helper for serializing a GraphStore or Dataset to a RDF
serialization format (given by the serialization's mime type)
- GraphStoreStreamingOutput(GraphStore, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
-
Construct the StreamingOutput machinery to serialize
a GraphStore to the mime type given
- GraphStoreStreamingOutput(Dataset, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
-
Construct the StreamingOutput machinery to serialize
a Dataset to the mime type given
- GraphStoreStreamingOutput(RdfStream, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
-
Construct the StreamingOutput machinery to serialize
an RdfStream to the mime type given
- Range - Class in org.fcrepo.http.commons.domain
-
Range header parsing logic
- Range() - Constructor for class org.fcrepo.http.commons.domain.Range
-
Unbounded Range
- Range(long) - Constructor for class org.fcrepo.http.commons.domain.Range
-
Left-bounded range
- Range(long, long) - Constructor for class org.fcrepo.http.commons.domain.Range
-
Left and right bounded range
- RangeRequestInputStream - Class in org.fcrepo.http.commons.responses
-
An InputStream wrapper that skips N bytes and only returns
the data up to a certain length
- RangeRequestInputStream(InputStream, long, long) - Constructor for class org.fcrepo.http.commons.responses.RangeRequestInputStream
-
Creates a FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use.
- RDF_JSON - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RDF_JSON_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RDF_XML - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RDF_XML_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RDFMediaType - Class in org.fcrepo.http.commons.domain
-
This is a convenience class carrying the various RDF content-type values as
Strings and MediaTypes, after the fashion of the constants available on
javax.ws.rs.core.MediaType
- RDFMediaType() - Constructor for class org.fcrepo.http.commons.domain.RDFMediaType
-
- RdfProvider - Class in org.fcrepo.http.commons.responses
-
Helper for writing Datasets out in a variety of serialization formats
with cache headers.
- RdfProvider() - Constructor for class org.fcrepo.http.commons.responses.RdfProvider
-
- rdfsClass() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Proxying access to the RDFS class static property
- rdfsDomain() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Proxying access to the RDFS domain static property
- RdfSerializationUtils - Class in org.fcrepo.http.commons.responses
-
Utilities to help with serializing a graph to an HTTP resource
- RdfSerializationUtils() - Constructor for class org.fcrepo.http.commons.responses.RdfSerializationUtils
-
- RdfStreamProvider - Class in org.fcrepo.http.commons.responses
-
Provides serialization for streaming RDF results.
- RdfStreamProvider() - Constructor for class org.fcrepo.http.commons.responses.RdfStreamProvider
-
- RdfStreamProvider.NTriplesWithCorrectMimeType - Class in org.fcrepo.http.commons.responses
-
OpenRDF uses the wrong mimeType for n-triples, so we offer the correct
one as well.
- RdfStreamProvider.NTriplesWithCorrectMimeType() - Constructor for class org.fcrepo.http.commons.responses.RdfStreamProvider.NTriplesWithCorrectMimeType
-
- RdfStreamStreamingOutput - Class in org.fcrepo.http.commons.responses
-
- RdfStreamStreamingOutput(RdfStream, MediaType) - Constructor for class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
-
Normal constructor
- rdfType() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Proxying access to the RDF type static property
- registerMimeTypes() - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
-
Add the correct mimeType for n-triples.
- RepositoryExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
-
Provide a quasi-useful stacktrace when a generic RepositoryException is caught
- RepositoryExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper
-
- RESULTS_BIO - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RESULTS_BIO_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RESULTS_JSON - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RESULTS_JSON_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RESULTS_XML - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RESULTS_XML_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- RFC2822DATEFORMAT - Static variable in class org.fcrepo.http.commons.responses.RdfSerializationUtils
-
DateTimeFormatter for RFC2822 (used in HTTP headers), e.g.:
Mon, 01 Jul 2013 07:51:23Z
- SessionFactory - Class in org.fcrepo.http.commons.session
-
Factory for generating sessions for HTTP requests, taking
into account transactions, workspaces, and authentication.
- SessionFactory() - Constructor for class org.fcrepo.http.commons.session.SessionFactory
-
initialize an empty session factory
- SessionFactory(Repository, TransactionService) - Constructor for class org.fcrepo.http.commons.session.SessionFactory
-
Initialize a session factory for the given Repository
- SessionProvider - Class in org.fcrepo.http.commons.session
-
Provide a JCR session within the current request context
- SessionProvider() - Constructor for class org.fcrepo.http.commons.session.SessionProvider
-
Yes, this provider really provides sessions
- sessions - Variable in class org.fcrepo.http.commons.AbstractResource
-
- setApplicationContext(ApplicationContext) - Method in class org.fcrepo.http.commons.api.rdf.HttpTripleUtil
-
- setApplicationContext(ApplicationContext) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
-
- setShowStackTrace(Boolean) - Method in class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper
-
Set whether the full stack trace should be returned as part of the
error response.
- SitemapEntry - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
-
Entry in a sitemap document
- SitemapEntry() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
-
(default constructor used by JAX-B)
- SitemapEntry(URI) - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
-
Sitemap entry for a URL with a default last modified date
- SitemapEntry(URI, Calendar) - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
-
Sitemap entry for a URL with a last modified date
- SitemapIndex - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
-
A Sitemap index is a sitemap of other sitemaps
- SitemapIndex() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex
-
Create a new sitemap index (sitemap-of-sitemaps)
- SitemapUrlSet - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
-
- SitemapUrlSet() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet
-
Create a new sitemap with the default settings
- size() - Method in class org.fcrepo.http.commons.domain.Range
-
Length contained in the range
- SSE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- SSE_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
-
- start() - Method in class org.fcrepo.http.commons.domain.Range
-
Start of the range
- StreamingBaseHtmlProvider - Class in org.fcrepo.http.commons.responses
-
- StreamingBaseHtmlProvider() - Constructor for class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
-