- getAllValuesForPredicate(Model, Node, Node) - Static method in class org.fcrepo.http.commons.responses.RdfSerializationUtils
-
Get all the values for a predicate as a string array, or null if the
predicate is not used
- getApplicationContext() - Method in class org.fcrepo.http.commons.api.rdf.HttpResourceConverter
-
- getContentNode(Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the content-bearing node for the given subject
- getEmbeddedId(HttpServletRequest, SessionFactory.Prefix) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Extract the id embedded at the beginning of a request path
- getFirstValueForPredicate(Model, Node, Node) - Static method in class org.fcrepo.http.commons.responses.RdfSerializationUtils
-
Get the very first value for a predicate as a string, or null if the
predicate is not used
- getHandling() - Method in class org.fcrepo.http.commons.domain.SinglePrefer
-
Get the return tag, or a blank default, if none exists.
- 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
- 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 to local name breadcrumbs for a given node's tree
- getObjects(Graph, Node, Resource) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Return an iterator of Triples that match the given subject and predicate
- getObjectsAsString(Graph, 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(Graph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Get the canonical title of a subject from the graph
- getOrderedVersions(Graph, Node, Resource) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Return an iterator of Triples for versions in order that
they were created.
- getParams() - Method in class org.fcrepo.http.commons.domain.PreferTag
-
Get any additional parameters for the prefer tag
- getPrefix() - Method in enum org.fcrepo.http.commons.session.SessionFactory.Prefix
-
- 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
-
- getReturn() - Method in class org.fcrepo.http.commons.domain.SinglePrefer
-
Get the return tag, or a blank default, if none exists.
- getSerializationTitle(Graph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Take a HAS_SERIALIZATION node and find the RDFS_LABEL for the format it is associated with
- getSession(HttpServletRequest) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Get a JCR session for the given HTTP servlet request with a
SecurityContext attached
- getSessionFromTransaction(HttpServletRequest, String) - Method in class org.fcrepo.http.commons.session.SessionFactory
-
Retrieve a JCR session from an active transaction
- getSize(RdfStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
-
- getSortedTriples(Model, Iterator<Triple>) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Sort a Iterator of Triples alphabetically by its subject, predicate, and
object
- getTag() - Method in class org.fcrepo.http.commons.domain.PreferTag
-
Get the tag name
- getTranslationChain() - Method in class org.fcrepo.http.commons.api.rdf.HttpResourceConverter
-
- getValue() - Method in class org.fcrepo.http.commons.domain.PreferTag
-
Get the default value for the tag
- getValueForObject(Node) - Static method in class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
-
- getVersionDate(Graph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Gets a modification date of a subject from the graph
- getVersionLabel(Graph, Node, String) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Gets a version label of a subject from the graph
- getVersions(Graph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Return an iterator of Triples for versions.
- getVersionSubjectUrl(UriInfo, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
-
Gets the URL of the node whose version is represented by the
current node.
- 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_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
-
- 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
- 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
- readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.fcrepo.http.commons.domain.ContentLocationMessageBodyReader
-
- 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
-
- RepositoryRuntimeExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
-
- RepositoryRuntimeExceptionMapper(Providers) - Constructor for class org.fcrepo.http.commons.exceptionhandlers.RepositoryRuntimeExceptionMapper
-
Get the context Providers so we can rethrow the cause to an appropriate handler
- RepositoryVersionRuntimeExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
-
- RepositoryVersionRuntimeExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.RepositoryVersionRuntimeExceptionMapper
-
- resetTranslationChain() - Method in class org.fcrepo.http.commons.api.rdf.HttpResourceConverter
-
- ResourceTypeExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
-
- ResourceTypeExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.ResourceTypeExceptionMapper
-
- reverse - Variable in class org.fcrepo.http.commons.api.rdf.HttpResourceConverter
-