- getAuthenticatedSession() - Method in interface org.fcrepo.session.AuthenticatedSessionProvider
-
Get an authenticated JCR session
- getAuthenticatedSession() - Method in class org.fcrepo.session.AuthenticatedSessionProviderImpl
-
- getContext(Dataset, Node) - Method in class org.fcrepo.responses.BaseHtmlProvider
-
- getGraphSubject(String) - Method in class org.fcrepo.api.rdf.HttpGraphSubjects
-
- getGraphSubject(Node) - Method in class org.fcrepo.api.rdf.HttpGraphSubjects
-
- getInjectable(ComponentContext, InjectedSession) - Method in class org.fcrepo.session.SessionProvider
-
- getInstance() - Static method in class org.fcrepo.responses.ViewHelpers
-
ViewHelpers are singletons.
- getNamespacePrefix(PrefixMapping, String) - Method in class org.fcrepo.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.responses.ViewHelpers
-
Generate url -> local name breadcrumbs for a given node's tree
- getNodeFromGraphSubject(Session, Resource) - Method in class org.fcrepo.api.rdf.HttpGraphSubjects
-
- getObjects(DatasetGraph, Node, Resource) - Method in class org.fcrepo.responses.ViewHelpers
-
Return an iterator of Quads that match the given subject and predicate
- getObjectsAsString(DatasetGraph, Node, Resource) - Method in class org.fcrepo.responses.ViewHelpers
-
Get the string version of the object that matches the given subject and
predicate
- getObjectTitle(DatasetGraph, Node) - Method in class org.fcrepo.responses.ViewHelpers
-
Get the canonical title of a subject from the graph
- getPrefixPreamble(PrefixMapping) - Method in class org.fcrepo.responses.ViewHelpers
-
Get a prefix preamble appropriate for a SPARQL-UPDATE query from a prefix
mapping object
- getSession() - Method in class org.fcrepo.session.SessionFactory
-
Get a new JCR Session
- getSession(String) - Method in class org.fcrepo.session.SessionFactory
-
Get a new JCR session in the given workspace
- getSession(HttpServletRequest) - Method in class org.fcrepo.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.session.SessionFactory
-
Get a JCR session for the given HTTP servlet request with a
SecurityContext attached
- getSessionProvider(SecurityContext, HttpServletRequest) - Method in class org.fcrepo.session.SessionFactory
-
Get the configured Session Provider
- getSitemapEntries() - Method in class org.fcrepo.jaxb.responses.sitemap.SitemapIndex
-
Get all the sitemap's entries
- getSitemapEntries() - Method in class org.fcrepo.jaxb.responses.sitemap.SitemapUrlSet
-
Get all the sitemap entries
- getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.responses.BaseHtmlProvider
-
- getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.responses.RdfProvider
-
- getSortedTriples(Model, Iterator<Quad>) - Method in class org.fcrepo.responses.ViewHelpers
-
Sort a Iterator of Quads alphabetically by its subject, predicate, and
object
- getValue() - Method in class org.fcrepo.session.InjectableSession
-
- GraphStoreStreamingOutput - Class in org.fcrepo.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.responses.GraphStoreStreamingOutput
-
Construct the StreamingOutput machinery to serialize
a GraphStore to the mime type given
- GraphStoreStreamingOutput(Dataset, MediaType) - Constructor for class org.fcrepo.responses.GraphStoreStreamingOutput
-
Construct the StreamingOutput machinery to serialize
a Dataset to the mime type given
- SessionFactory - Class in org.fcrepo.session
-
Factory for generating sessions for HTTP requests, taking
into account transactions, workspaces, and authentication.
- SessionFactory() - Constructor for class org.fcrepo.session.SessionFactory
-
initialize an empty session factory
- SessionFactory(Repository, TransactionService) - Constructor for class org.fcrepo.session.SessionFactory
-
Initialize a session factory for the given Repository
- SessionProvider - Class in org.fcrepo.session
-
Provide a JCR session within the current request context
- SessionProvider() - Constructor for class org.fcrepo.session.SessionProvider
-
Yes, this provider really provides sessions
- sessions - Variable in class org.fcrepo.AbstractResource
-
- setApplicationContext(ApplicationContext) - Method in class org.fcrepo.api.rdf.HttpTripleUtil
-
- setShowStackTrace(Boolean) - Method in class org.fcrepo.exceptionhandlers.WildcardExceptionMapper
-
Set whether the full stack trace should be returned as part of the
error response.
- SitemapEntry - Class in org.fcrepo.jaxb.responses.sitemap
-
Entry in a sitemap document
- SitemapEntry() - Constructor for class org.fcrepo.jaxb.responses.sitemap.SitemapEntry
-
(default constructor used by JAX-B)
- SitemapEntry(URI) - Constructor for class org.fcrepo.jaxb.responses.sitemap.SitemapEntry
-
Sitemap entry for a URL with a default last modified date
- SitemapEntry(URI, Calendar) - Constructor for class org.fcrepo.jaxb.responses.sitemap.SitemapEntry
-
Sitemap entry for a URL with a last modified date
- SitemapIndex - Class in org.fcrepo.jaxb.responses.sitemap
-
A Sitemap index is a sitemap of other sitemaps
- SitemapIndex() - Constructor for class org.fcrepo.jaxb.responses.sitemap.SitemapIndex
-
Create a new sitemap index (sitemap-of-sitemaps)
- SitemapUrlSet - Class in org.fcrepo.jaxb.responses.sitemap
-
- SitemapUrlSet() - Constructor for class org.fcrepo.jaxb.responses.sitemap.SitemapUrlSet
-
Create a new sitemap with the default settings