- getAlgorithm(URI) - Static method in class org.fcrepo.kernel.utils.ContentDigest
-
Given a digest URI, get the corresponding MessageDigest algorithm
- getAllNodeTypes(Session) - Method in interface org.fcrepo.kernel.services.NodeService
-
Get the full list of node types in the repository
- getBaseUri() - Method in interface org.fcrepo.kernel.rdf.IdentifierTranslator
-
Get baseUri that help for testing the constant subject SPARQLto jcr/sql2 conversion
with the DefaultIdentifierTranslator and the HttpIdentifierTranslator
- getBaseVersion() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the JCR Base version for the node
- getBinaryContent() - Method in interface org.fcrepo.kernel.Datastream
-
- getComputedChecksum() - Method in interface org.fcrepo.kernel.utils.FixityResult
-
- getComputedSize() - Method in interface org.fcrepo.kernel.utils.FixityResult
-
- getContent() - Method in interface org.fcrepo.kernel.Datastream
-
- getContentDigest() - Method in interface org.fcrepo.kernel.Datastream
-
Get the pre-calculated content digest for the binary payload
- getContentNode() - Method in interface org.fcrepo.kernel.Datastream
-
- getContentSize() - Method in interface org.fcrepo.kernel.Datastream
-
- getContext() - Method in interface org.fcrepo.kernel.rdf.IdentifierTranslator
-
Get a context resource
- getCreated() - Method in interface org.fcrepo.kernel.Transaction
-
Get the date this transaction was created
- getCreatedDate() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the date this datastream was created
- getDatastream(Session, String) - Method in interface org.fcrepo.kernel.services.DatastreamService
-
Retrieve a Datastream instance by pid and dsid
- getDatastreamNode(Session, String) - Method in interface org.fcrepo.kernel.services.DatastreamService
-
Retrieve the JCR node for a Datastream by pid and dsid
- getDate() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getDsId() - Method in interface org.fcrepo.kernel.Datastream
-
- getEtagValue() - Method in interface org.fcrepo.kernel.FedoraResource
-
Construct an ETag value from the last modified date and path.
- getExpires() - Method in interface org.fcrepo.kernel.Transaction
-
Get the Date when this transaction is expired and can be
garbage-collected
- getExternalIdentifier() - Method in interface org.fcrepo.kernel.utils.CacheEntry
-
Generate a human-readable identifier for the location of this entry
- getFilename() - Method in interface org.fcrepo.kernel.Datastream
-
Return the file name for the binary content
- getFilter(Session) - Method in interface org.fcrepo.kernel.observer.EventFilter
-
Return a Predicate with which to filter JCR Events.
- getFixity(Node, URI, long) - Method in interface org.fcrepo.kernel.services.DatastreamService
-
Get the fixity results for this datastream's bitstream, and compare it
against the given checksum and size.
- getFixityResultsModel(IdentifierTranslator, Datastream) - Method in interface org.fcrepo.kernel.services.DatastreamService
-
Get the fixity results for the datastream as a RDF Dataset
- getHierarchyTriples(IdentifierTranslator, HierarchyRdfContextOptions) - Method in interface org.fcrepo.kernel.FedoraResource
-
Return the JCR properties of this object as an
RdfStream
- getId() - Method in interface org.fcrepo.kernel.Transaction
-
Get the transaction identifier
- getIdentifier() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getInfo() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getInputStream() - Method in interface org.fcrepo.kernel.utils.CacheEntry
-
Get a raw input stream from the underlying store
- getLastModifiedDate() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the date this datastream was last modified
- getLimit() - Method in class org.fcrepo.kernel.rdf.HierarchyRdfContextOptions
-
Get the pagination limit value
- getLock(Session, String) - Method in interface org.fcrepo.kernel.services.LockService
-
Gets the lock at the given path.
- getLockToken() - Method in interface org.fcrepo.kernel.Lock
-
Gets the lock token that serves to authorize access to
resources locked by this lock.
- getMimeType() - Method in interface org.fcrepo.kernel.Datastream
-
- getModels() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the mixins this object uses
- getName() - Method in interface org.fcrepo.kernel.FedoraObject
-
- getName() - Method in enum org.fcrepo.kernel.utils.EventType
-
- getNamespaceRegistry - Static variable in class org.fcrepo.kernel.utils.NamespaceTools
-
We need the Modeshape NamespaceRegistry, because it allows us to register
anonymous namespaces.
- getNamespaceRegistryDataset(Session, IdentifierTranslator) - Method in interface org.fcrepo.kernel.services.RepositoryService
-
Serialize the JCR namespace information as an RDF Dataset
- getNamespaceRegistryStream(Session, IdentifierTranslator) - Method in interface org.fcrepo.kernel.services.RepositoryService
-
Serialize the JCR namespace information as an
RdfStream
- getNode() - Method in interface org.fcrepo.kernel.FedoraResource
-
- getNodeTypes(Session) - Method in interface org.fcrepo.kernel.services.NodeService
-
- getObject() - Method in interface org.fcrepo.kernel.Datastream
-
- getObject(Session, String) - Method in interface org.fcrepo.kernel.services.NodeService
-
Retrieve an existing Fedora resource at the given path
- getObject(Session, String, String) - Method in interface org.fcrepo.kernel.services.NodeService
-
Get an existing Fedora resource at the given path with the given version
label
- getObject(Session, String) - Method in interface org.fcrepo.kernel.services.ObjectService
-
- getObjectNames(Session, String) - Method in interface org.fcrepo.kernel.services.NodeService
-
- getObjectNames(Session, String, String) - Method in interface org.fcrepo.kernel.services.NodeService
-
Get the list of children at the given path filtered by the given mixin
- getObjectNode(Session, String) - Method in interface org.fcrepo.kernel.services.ObjectService
-
- getOffset() - Method in class org.fcrepo.kernel.rdf.HierarchyRdfContextOptions
-
Get the pagination offset value
- getPath() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the path to the JCR node
- getPath() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getPathFromSubject(Resource) - Method in interface org.fcrepo.kernel.rdf.IdentifierTranslator
-
Translate an RDF resource into a JCR path
- getProperties() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getProperties(Node, IdentifierTranslator, int, int) - Method in interface org.fcrepo.kernel.rdf.GraphProperties
-
Return an offset list of the properties generated by this factory
for the given object and subject factory.
- getProperties(Node, IdentifierTranslator) - Method in interface org.fcrepo.kernel.rdf.GraphProperties
-
Return a list of all properties generated by this factory
for the given object and subject factory.
- getPropertiesDataset(IdentifierTranslator, int, int) - Method in interface org.fcrepo.kernel.FedoraResource
-
Return the JCR properties of this object as a Jena Dataset
- getPropertiesDataset(IdentifierTranslator) - Method in interface org.fcrepo.kernel.FedoraResource
-
Return the JCR properties of this object as a Jena Dataset
- getPropertyModelName() - Method in interface org.fcrepo.kernel.rdf.GraphProperties
-
Return the name of the model this property factory will insert
its properties into.
- getReferencesTriples(IdentifierTranslator) - Method in interface org.fcrepo.kernel.FedoraResource
-
Serialize inbound References to this object as an
RdfStream
- getRepositoryNamespaces(Session) - Method in interface org.fcrepo.kernel.services.RepositoryService
-
Get a map of JCR prefixes to their URI namespaces
- getRepositoryObjectCount() - Method in interface org.fcrepo.kernel.services.RepositoryService
-
Calculate the number of objects in the repository
- getRepositorySize() - Method in interface org.fcrepo.kernel.services.RepositoryService
-
Calculate the total size of all the binary properties in the repository
- getSession() - Method in interface org.fcrepo.kernel.Transaction
-
Get the transaction-aware session
- getSize() - Method in interface org.fcrepo.kernel.Datastream
-
Return the calculated size of the DS node
- getSize() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get the total size of this object and its datastreams
- getState() - Method in interface org.fcrepo.kernel.Transaction
-
Get the state of this transaction
- getStatus() - Method in interface org.fcrepo.kernel.utils.FixityResult
-
- getStoreIdentifier() - Method in interface org.fcrepo.kernel.utils.FixityResult
-
Get the identifier for the entry's store
- getSubject(String) - Method in interface org.fcrepo.kernel.rdf.IdentifierTranslator
-
Get the RDF resource for an absolute path
- getTransaction(String, String) - Method in interface org.fcrepo.kernel.services.TransactionService
-
- getTransaction(Session) - Method in interface org.fcrepo.kernel.services.TransactionService
-
Get the current Transaction for a session
- getTriples(IdentifierTranslator) - Method in interface org.fcrepo.kernel.FedoraResource
-
Return the JCR properties of this object as an
RdfStream
- getTxId() - Method in interface org.fcrepo.kernel.TxSession
-
- getTypes() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getUserData() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getUserID() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getVersionHistory() - Method in interface org.fcrepo.kernel.FedoraResource
-
Get JCR VersionHistory for the node.
- getVersionTriples(IdentifierTranslator) - Method in interface org.fcrepo.kernel.FedoraResource
-
Serialize the JCR versions information as an RDF dataset
- GraphProperties - Interface in org.fcrepo.kernel.rdf
-
- RDF_NAMESPACE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- RdfLexicon - Class in org.fcrepo.kernel
-
A lexicon of the RDF properties that the fcrepo kernel (or close-to-core modules) use
- RDFS_LABEL - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- RdfStream - Class in org.fcrepo.kernel.utils.iterators
-
A stream of RDF triples along with some useful context.
- RdfStream(T) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered triples.
- RdfStream(T) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered triples.
- RdfStream(T) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered triples.
- RdfStream(T...) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered triples.
- RdfStream(T...) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered statements.
- RdfStream(T) - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream with proffered triple.
- RdfStream() - Constructor for class org.fcrepo.kernel.utils.iterators.RdfStream
-
Constructor that begins the stream without any triples.
- RdfStreamConsumer - Interface in org.fcrepo.kernel.utils.iterators
-
- registerNodeTypes(Session, InputStream) - Method in interface org.fcrepo.kernel.services.NodeService
-
- RELATIONS_NAMESPACE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
Relations (RELS-EXT) namespace "fedorarelsext", used for linking
between Fedora objects.
- releaseLock(Session, String) - Method in interface org.fcrepo.kernel.services.LockService
-
Releases the lock on the node at the given path.
- removeAll() - Method in interface org.fcrepo.kernel.services.policy.StoragePolicyDecisionPoint
-
clear all policies
- removeAndRollbackExpired() - Method in interface org.fcrepo.kernel.services.TransactionService
-
Check for expired transactions and remove them
- removePolicy(StoragePolicy) - Method in interface org.fcrepo.kernel.services.policy.StoragePolicyDecisionPoint
-
Remove a storage policy
- removeVersion(Workspace, String, String) - Method in interface org.fcrepo.kernel.services.VersionService
-
Remove a version of a node.
- replaceProperties(IdentifierTranslator, Model) - Method in interface org.fcrepo.kernel.FedoraResource
-
Replace the properties of this object with the properties from the given
model
- REPOSITORY_NAMESPACE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
Repository namespace "fcrepo", used for JCR properties exposed
publicly.
- repositoryProperties - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- RepositoryRuntimeException - Exception in org.fcrepo.kernel.exception
-
Runtime exception that wraps a RepositoryException
- RepositoryRuntimeException(String) - Constructor for exception org.fcrepo.kernel.exception.RepositoryRuntimeException
-
Ordinary constructor.
- RepositoryRuntimeException(String, Throwable) - Constructor for exception org.fcrepo.kernel.exception.RepositoryRuntimeException
-
Ordinary constructor.
- RepositoryService - Interface in org.fcrepo.kernel.services
-
- ResourceTypeException - Exception in org.fcrepo.kernel.exception
-
An extension of RepositoryException that may be thrown when attempting a
operation (or instantiation) of one fedora resource type (Object, Datastream)
on a different (and incompatible) type.
- ResourceTypeException(String) - Constructor for exception org.fcrepo.kernel.exception.ResourceTypeException
-
Default constructor.
- RESTAPI_NAMESPACE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
REST API namespace "fedora", used for internal API links and node
paths.
- restoreRepository(Session, File) - Method in interface org.fcrepo.kernel.services.RepositoryService
-
This methods restores the repository from a backup
- retrieveExternalContent(URI) - Method in interface org.fcrepo.kernel.services.ExternalContentService
-
Fetch the content body at a given URI
- reverse - Variable in class org.fcrepo.kernel.identifiers.ExternalIdentifierConverter
-
- revertToVersion(Workspace, String, String) - Method in interface org.fcrepo.kernel.services.VersionService
-
Reverts the node to the version identified by the label.
- rollback(String) - Method in interface org.fcrepo.kernel.services.TransactionService
-
- rollback() - Method in interface org.fcrepo.kernel.Transaction
-
Discard all unpersisted changes and expire
- ROOT - Static variable in interface org.fcrepo.jcr.FedoraJcrTypes
-
- runFixityAndFixProblems(Datastream) - Method in interface org.fcrepo.kernel.services.DatastreamService
-
Run the fixity check on the datastream and attempt to automatically
correct failures if additional copies of the bitstream are available