- get() - Method in interface org.fcrepo.kernel.api.services.functions.HierarchicalIdentifierSupplier
-
Mint a unique identifier as a UUID
- getAlgorithm(URI) - Static method in class org.fcrepo.kernel.api.utils.ContentDigest
-
Given a digest URI, get the corresponding MessageDigest algorithm
- getBaseVersion() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the JCR Base version for the node
- getChild(String) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the child of this resource at the given path
- getChildren() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the children of this resource
- getChildren(Boolean) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the children of this resource, possibly recursively
- getComputedChecksum() - Method in interface org.fcrepo.kernel.api.utils.FixityResult
-
- getComputedSize() - Method in interface org.fcrepo.kernel.api.utils.FixityResult
-
- getContainer() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the container of this resource
- getContent() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
- getContentDigest() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
Get the pre-calculated content digest for the binary payload
- getContentSize() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
- getCreated() - Method in interface org.fcrepo.kernel.api.Transaction
-
Get the date this transaction was created
- getCreatedDate() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the date this datastream was created
- getDate() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getDescribedResource() - Method in interface org.fcrepo.kernel.api.models.NonRdfSourceDescription
-
- getDescription() - Method in interface org.fcrepo.kernel.api.models.NonRdfSource
-
Get the description for this binary
- getEtagValue() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Construct an ETag value from the last modified date and path.
- getEventID() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
Get the event ID.
- getExpires() - Method in interface org.fcrepo.kernel.api.Transaction
-
Get the Date when this transaction is expired and can be
garbage-collected
- getExternalIdentifier() - Method in interface org.fcrepo.kernel.api.utils.CacheEntry
-
Generate a human-readable identifier for the location of this entry
- getFilename() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
Return the file name for the binary content
- getFixity(IdentifierConverter<Resource, FedoraResource>) - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
Get the fixity of this datastream compared to metadata stored in the repository
- getFixity(IdentifierConverter<Resource, FedoraResource>, URI, long) - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
Get the fixity of this datastream in a given repository's binary store.
- getId() - Method in interface org.fcrepo.kernel.api.Transaction
-
Get the transaction identifier
- getInfo() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
Get auxiliary information about the event
- getInputStream() - Method in interface org.fcrepo.kernel.api.utils.CacheEntry
-
Get a raw input stream from the underlying store
- getLastModifiedDate() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the date this datastream was last modified
- getMimeType() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
-
- getName() - Method in enum org.fcrepo.kernel.api.observer.EventType
-
- getNode() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
- getNodeTypes(Session) - Method in interface org.fcrepo.kernel.api.services.NodeService
-
Deprecated.
- getNodeVersion(String) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the node for this object at the version provided.
- getPath() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the path to the JCR node
- getPath() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getProperties() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getRepositoryObjectCount() - Method in interface org.fcrepo.kernel.api.services.RepositoryService
-
Calculate the number of objects in the repository
- getRepositorySize() - Method in interface org.fcrepo.kernel.api.services.RepositoryService
-
Calculate the total size of all the binary properties in the repository
- getResource() - Method in exception org.fcrepo.kernel.api.exception.TombstoneException
-
Get the tombstone resource
- getSession() - Method in interface org.fcrepo.kernel.api.Transaction
-
Get the transaction-aware session
- getState() - Method in interface org.fcrepo.kernel.api.Transaction
-
Get the state of this transaction
- getStatus(long, URI) - Method in interface org.fcrepo.kernel.api.utils.FixityResult
-
- getStoreIdentifier() - Method in interface org.fcrepo.kernel.api.utils.FixityResult
-
Get the identifier for the entry's store
- getTransaction(String, String) - Method in interface org.fcrepo.kernel.api.services.TransactionService
-
- getTransaction(Session) - Method in interface org.fcrepo.kernel.api.services.TransactionService
-
Get the current Transaction for a session
- getTriples(IdentifierConverter<Resource, FedoraResource>, TripleCategory) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Return the RDF properties of this object using the provided context
- getTriples(IdentifierConverter<Resource, FedoraResource>, Set<? extends TripleCategory>) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Return the RDF properties of this object using the provided contexts
- getTxId() - Method in interface org.fcrepo.kernel.api.TxSession
-
- getTypes() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the RDF:type values for this resource
- getTypes() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getUnfrozenResource() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get the unfrozen equivalent of a frozen versioned node
- getURI() - Method in exception org.fcrepo.kernel.api.exception.TombstoneException
-
Get a URI to the tombstone resource
- getUserData() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getUserID() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
-
- getVersionedAncestor() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
When this is a frozen node, get the ancestor that was explicitly versioned
- getVersionHistory() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Get JCR VersionHistory for the node.
- getVersionLabelOfFrozenResource() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
This method returns the version label of this frozen resource.
- GraphDifferencer - Class in org.fcrepo.kernel.api.utils
-
A wrapping
Stream that calculates two differences between a
Graph A and a source Stream B.
- GraphDifferencer(Model, Stream<Triple>) - Constructor for class org.fcrepo.kernel.api.utils.GraphDifferencer
-
Diff a Model against a stream of triples
- GraphDifferencer(Graph, Stream<Triple>) - Constructor for class org.fcrepo.kernel.api.utils.GraphDifferencer
-
Diff a graph against a stream of triples
- RDF_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
-
- RDF_SOURCE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
-
- RdfCollectors - Class in org.fcrepo.kernel.api
-
A class of Collectors for use with RdfStreams
- RdfLexicon - Class in org.fcrepo.kernel.api
-
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.api.RdfLexicon
-
- RdfStream - Interface in org.fcrepo.kernel.api
-
A context-bearing RDF Stream interface
- reduce(BinaryOperator<T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
-
- reduce(T, BinaryOperator<T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
-
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
-
- registerNodeTypes(Session, InputStream) - Method in interface org.fcrepo.kernel.api.services.NodeService
-
Deprecated.
- removeAndRollbackExpired() - Method in interface org.fcrepo.kernel.api.services.TransactionService
-
Check for expired transactions and remove them
- removeVersion(Session, String, String) - Method in interface org.fcrepo.kernel.api.services.VersionService
-
Remove a version of a node.
- replaceProperties(IdentifierConverter<Resource, FedoraResource>, Model, RdfStream) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
-
Replace the properties of this object with the properties from the given
model
- REPOSITORY_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
-
Repository namespace "fcrepo", used for JCR properties exposed
publicly.
- RepositoryConfigurationException - Exception in org.fcrepo.kernel.api.exception
-
Indicates an error in the configuration of the repository
- RepositoryConfigurationException(String) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryConfigurationException
-
Ordinary constructor
- repositoryProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
-
- RepositoryRuntimeException - Exception in org.fcrepo.kernel.api.exception
-
Runtime exception
- RepositoryRuntimeException(String) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
Ordinary constructor.
- RepositoryRuntimeException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
Ordinary constructor.
- RepositoryRuntimeException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
Ordinary constructor.
- RepositoryService - Interface in org.fcrepo.kernel.api.services
-
- RepositoryVersionRuntimeException - Exception in org.fcrepo.kernel.api.exception
-
- RepositoryVersionRuntimeException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryVersionRuntimeException
-
Wrap a RepositoryVersionException in a runtime exception
- RepositoryVersionRuntimeException(String) - Constructor for exception org.fcrepo.kernel.api.exception.RepositoryVersionRuntimeException
-
Wrap a RepositoryVersionException in a runtime exception
- RequiredRdfContext - Enum in org.fcrepo.kernel.api
-
A collection of RDF contexts that can be used to extract triples from FedoraResources.
- ResourceTypeException - Exception in org.fcrepo.kernel.api.exception
-
- ResourceTypeException(String) - Constructor for exception org.fcrepo.kernel.api.exception.ResourceTypeException
-
Default constructor.
- restoreRepository(Session, File) - Method in interface org.fcrepo.kernel.api.services.RepositoryService
-
This methods restores the repository from a backup
- retrieveExternalContent(URI) - Method in interface org.fcrepo.kernel.api.services.ExternalContentService
-
Fetch the content body at a given URI
- revertToVersion(Session, String, String) - Method in interface org.fcrepo.kernel.api.services.VersionService
-
Reverts the node to the version identified by the label.
- rollback(String) - Method in interface org.fcrepo.kernel.api.services.TransactionService
-
- rollback() - Method in interface org.fcrepo.kernel.api.Transaction
-
Discard all unpersisted changes and expire