- acquireSession() - Method in class org.fcrepo.observer.DefaultFilter
-
Initialize a long-running read-only JCR session
to use for filtering events
- addedStatement(Statement) - Method in class org.fcrepo.utils.JcrPropertyStatementListener
-
When a statement is added to the graph, serialize it to a JCR property
- addedStatement(Statement) - Method in class org.fcrepo.utils.NamespaceChangedStatementListener
-
- addPropertyToModel(Resource, Model, Property) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Add a JCR property to the given RDF Model (with the given subject)
- addPropertyToModel(Resource, Model, Property, Value) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Add a JCR property to the given RDF Model (with the given subject)
- addVersionLabel(String) - Method in class org.fcrepo.FedoraResource
-
Tag the current version of the Node with a version label that
can be retrieved by name later.
- algorithmToScheme - Static variable in class org.fcrepo.utils.ContentDigest
-
- appendOrReplaceNodeProperty(Node, String, Value) - Static method in class org.fcrepo.utils.NodePropertiesTools
-
Given a JCR node, property and value, either:
- if the property is single-valued, replace the existing property with
the new value
- if the property is multivalued, append the new value to the property
- apply(Event) - Method in class org.fcrepo.observer.DefaultFilter
-
Filter observer events to only include events on a FedoraObject or
Datastream
- apply(Event) - Method in class org.fcrepo.observer.NOOPFilter
-
A no-op filter that passes every Event through.
- apply(LowLevelCacheEntry) - Method in class org.fcrepo.services.functions.CheckCacheEntryFixity
-
- apply(Property) - Method in class org.fcrepo.services.functions.GetBinaryKey
-
- apply(Cache<?, ?>) - Method in class org.fcrepo.services.functions.GetCacheStore
-
Check the Infinispan ComponentRegistry for the CacheStore for a given
associated with a given Cache.
- apply(Repository) - Method in class org.fcrepo.services.functions.GetClusterConfiguration
-
Extract the BinaryStore out of Modeshape
(infinspan, jdbc, file, transient, etc)
- apply(Repository) - Method in class org.modeshape.jcr.GetBinaryStore
-
Extract the BinaryStore out of Modeshape
(infinspan, jdbc, file, transient, etc)
- asDatastream(Node) - Method in class org.fcrepo.services.DatastreamService
-
Retrieve a Datastream instance by pid and dsid
- asURI(String, String) - Static method in class org.fcrepo.utils.ContentDigest
-
Convert a MessageDigest algorithm and checksum value to a URN
- asURI(String, byte[]) - Static method in class org.fcrepo.utils.ContentDigest
-
Convert a MessageDigest algorithm and checksum byte-array data to a URN
- available() - Method in class org.fcrepo.utils.infinispan.StoreChunkInputStream
-
- FedoraEvent - Class in org.fcrepo.observer
-
A very simple abstraction to prevent event-driven machinery
downstream from the repository from relying directly on a JCR
interface (Event).
- FedoraEvent(Event) - Constructor for class org.fcrepo.observer.FedoraEvent
-
Wrap a JCR Event with our FedoraEvent decorators
- FedoraObject - Class in org.fcrepo
-
An abstraction that represents a Fedora Object backed by
a JCR node.
- FedoraObject(Node) - Constructor for class org.fcrepo.FedoraObject
-
Construct a FedoraObject from an existing JCR Node
- FedoraObject(Session, String, String) - Constructor for class org.fcrepo.FedoraObject
-
Create or find a FedoraObject at the given path
- FedoraObject(Session, String) - Constructor for class org.fcrepo.FedoraObject
-
Create or find a FedoraDatastream at the given path
- FedoraResource - Class in org.fcrepo
-
Common behaviors across FedoraObject and Datastream types; also used
when the exact type of an object is irrelevant
- FedoraResource() - Constructor for class org.fcrepo.FedoraResource
-
Construct a FedoraObject without a backing JCR Node
- FedoraResource(Node) - Constructor for class org.fcrepo.FedoraResource
-
Construct a FedoraObject from an existing JCR Node
- FedoraResource(Session, String, String) - Constructor for class org.fcrepo.FedoraResource
-
Create or find a FedoraObject at the given path
- FedoraTypesUtils - Class in org.fcrepo.utils
-
Convenience class with static methods for manipulating Fedora types in the
JCR.
- FedoraTypesUtils() - Constructor for class org.fcrepo.utils.FedoraTypesUtils
-
- findOrCreateObject(Session, String) - Method in class org.fcrepo.services.NodeService
-
Find or create a new Fedora resource at the given path
- FixityInputStream - Class in org.fcrepo.utils
-
An InputStream wrapper that calculates the size and digest
while reading from the stream.
- FixityInputStream(InputStream, MessageDigest) - Constructor for class org.fcrepo.utils.FixityInputStream
-
Creates a FilterInputStream by assigning the
argument in to the field this.in
so as to remember it for later use.
- FixityResult - Class in org.fcrepo.utils
-
Structure for presenting the results of a fixity check
(and any repair operations that may have occurred)
- FixityResult() - Constructor for class org.fcrepo.utils.FixityResult
-
Initialize an empty fixity result
- FixityResult(LowLevelCacheEntry) - Constructor for class org.fcrepo.utils.FixityResult
-
Prepare a fixity result for a Low-Level cache entry
- FixityResult(long, URI) - Constructor for class org.fcrepo.utils.FixityResult
-
Prepare a fixity result given the computed checksum and size
- FixityResult(LowLevelCacheEntry, long, URI) - Constructor for class org.fcrepo.utils.FixityResult
-
Prepare a fixity result with the expected size and checksum
- FixityResult.FixityState - Enum in org.fcrepo.utils
-
The possible fixity states (which may be ORed together later)
- getAlgorithm(URI) - Static method in class org.fcrepo.utils.ContentDigest
-
Given a digest URI, get the corresponding MessageDigest algorithm
- getAllNodeTypes(Session) - Method in class org.fcrepo.services.RepositoryService
-
Get the full list of node types in the repository
- getBaseVersion(Node) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Get the JCR Base version for a node
- getBinary(Node, InputStream) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Creates a JCR Binary
- getBinary(Node, InputStream, String) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Creates a JCR Binary
- GetBinaryKey - Class in org.fcrepo.services.functions
-
Get the internal Modeshape BinaryKey for a binary property
- GetBinaryKey() - Constructor for class org.fcrepo.services.functions.GetBinaryKey
-
- GetBinaryStore - Class in org.modeshape.jcr
-
Retrieve the BinaryStore from a running Modeshape Repository
- GetBinaryStore() - Constructor for class org.modeshape.jcr.GetBinaryStore
-
- GetCacheStore - Class in org.fcrepo.services.functions
-
Function encapsulating the various Infinispan API calls to retrieve
a CacheStore from a Cache.
- GetCacheStore() - Constructor for class org.fcrepo.services.functions.GetCacheStore
-
- getCheckCacheFixityFunction(URI, long) - Static method in class org.fcrepo.services.ServiceHelpers
-
Get the fixity function to map a low-level cache entry to its fixity result
- getChecksum() - Method in class org.fcrepo.services.functions.CheckCacheEntryFixity
-
Returns the expected checksum of the bytes to be verified.
- GetClusterConfiguration - Class in org.fcrepo.services.functions
-
Extract the Infinispan cluster configuration and state
from a running Modeshape repository
- GetClusterConfiguration() - Constructor for class org.fcrepo.services.functions.GetClusterConfiguration
-
- getClusterExecutor(InfinispanBinaryStore) - Static method in class org.fcrepo.services.ServiceHelpers
-
A static factory function to insulate services from the details of building
a DistributedExecutorService
- getClusterResults(InfinispanBinaryStore, BinaryKey, Function<LowLevelCacheEntry, T>) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the transform results in a clustered Infinispan binary store
- getContent() - Method in class org.fcrepo.Datastream
-
- getContentDigest() - Method in class org.fcrepo.Datastream
-
Get the pre-calculated content digest for the binary payload
- getContentSize() - Method in class org.fcrepo.Datastream
-
- getContentSize(Node) - Static method in class org.fcrepo.services.ServiceHelpers
-
Get the size of the JCR content binary property
- getCreated() - Method in class org.fcrepo.Transaction
-
Get the date this transaction was created
- getCreatedDate() - Method in class org.fcrepo.FedoraResource
-
Get the date this datastream was created
- getDatasetProblems() - Method in class org.fcrepo.FedoraResource
-
After applying a SPARQL Update to the properties dataset, this may
contain Problems with applying the update.
- getDatastream(Session, String) - Method in class org.fcrepo.services.DatastreamService
-
Retrieve a Datastream instance by pid and dsid
- getDatastreamNode(Session, String) - Method in class org.fcrepo.services.DatastreamService
-
Retrieve the JCR node for a Datastream by pid and dsid
- getDatastreamSize(Node) - Static method in class org.fcrepo.services.ServiceHelpers
-
Get the size of a datastream by calculating the size of the
properties and the binary properties
- getDate() - Method in class org.fcrepo.observer.FedoraEvent
-
- getDefinitionForPropertyName(Node, String) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Get the property definition information (containing type and multi-value
information)
- getDigest() - Method in class org.fcrepo.services.functions.CheckCacheEntryFixity
-
Returns the digest to be used in checksum verification.
- getDsId() - Method in class org.fcrepo.Datastream
-
- getEntry() - Method in class org.fcrepo.utils.FixityResult
-
Get the underlying Low-Level cache entry
- getEventName(Integer) - Static method in enum org.fcrepo.utils.EventType
-
- getEventType(Integer) - Static method in enum org.fcrepo.utils.EventType
-
Get the Fedora event type for a JCR type
- getExpires() - Method in class org.fcrepo.Transaction
-
Get the Date when this transaction is expired and can be
garbage-collected
- getExternalId() - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Return the external identifier.
- getExternalIdentifier() - Method in class org.fcrepo.utils.impl.CacheStoreEntry
-
Generate a human-readable identifier for the location of this entry
- getExternalIdentifier() - Method in class org.fcrepo.utils.impl.ChainingCacheStoreEntry
-
- getExternalIdentifier() - Method in class org.fcrepo.utils.impl.LocalBinaryStoreEntry
-
Generate a human-readable identifier for the location of this entry
- getExternalIdentifier() - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Generate a human-readable identifier for the location of this entry
- getFixity(Node, URI, long) - Method in class org.fcrepo.services.DatastreamService
-
Get the fixity results for this datastream's bitstream, and compare it
against the given checksum and size.
- getFixityResultsModel(GraphSubjects, Datastream) - Method in class org.fcrepo.services.DatastreamService
-
Get the fixity results for the datastream as a RDF Dataset
- getFixityResultsModel(GraphSubjects, Node, Iterable<FixityResult>) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Serialize the JCR fixity information in a Jena Model
- getGraphSubject(Node) - Method in interface org.fcrepo.rdf.GraphSubjects
-
Translate a JCR node into an RDF Resource
- getGraphSubject(String) - Method in interface org.fcrepo.rdf.GraphSubjects
-
Get the RDF resource for an absolute path
- getGraphSubject(String) - Method in class org.fcrepo.rdf.impl.DefaultGraphSubjects
-
- getGraphSubject(Node) - Method in class org.fcrepo.rdf.impl.DefaultGraphSubjects
-
- getGraphSubject(GraphSubjects, Node) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Translate a JCR node into an RDF Resource
- getId() - Method in class org.fcrepo.Transaction
-
Get the transaction identifier
- getIdentifier() - Method in class org.fcrepo.observer.FedoraEvent
-
- getInfo() - Method in class org.fcrepo.observer.FedoraEvent
-
- getInputStream() - Method in class org.fcrepo.utils.impl.CacheStoreEntry
-
Get a raw input stream from the underlying store
- getInputStream() - Method in class org.fcrepo.utils.impl.ChainingCacheStoreEntry
-
- getInputStream() - Method in class org.fcrepo.utils.impl.LocalBinaryStoreEntry
-
Get a raw input stream from the underlying store
- getInputStream() - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Get a raw input stream from the underlying store
- getJcrNamespaceForRDFNamespace(String) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Convert a Fedora RDF Namespace into its JCR equivalent
- getJcrNamespaceModel(Session) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Get an RDF model of the registered JCR namespaces
- getJcrNodeIteratorModel(GraphSubjects, Iterator<Node>, Resource) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Get an RDF model for the given JCR NodeIterator
- getJcrPropertiesModel(GraphSubjects, Node) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Get an RDF Model for a node that includes all its own JCR properties,
as well as the properties of its
immediate children.
- getJcrTreeModel(GraphSubjects, Node, long, int) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Add the properties of a Node's parent and immediate children
(as well as the jcr:content of children) to the given
RDF model
- getJcrVersionsModel(GraphSubjects, Node) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Get a Jena RDF model for the JCR version history information for a node
- getKey() - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Get the BinaryKey for this cache entry
- getLastModifiedDate() - Method in class org.fcrepo.FedoraResource
-
Get the date this datastream was last modified
- getLowLevelCacheEntries(Node) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level cache entries for a Node containing a jcr:data binary
property
- getLowLevelCacheEntries(Property) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level cache entries for a JCR Binary property
- getLowLevelCacheEntries(BinaryKey) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level Cache entries for a Modeshape BinaryKey
- getLowLevelCacheEntriesFromStore(BinaryStore, BinaryKey) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level cache entries from a particular BinaryStore
- getLowLevelCacheEntriesFromStore(CompositeBinaryStore, BinaryKey) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level cache entries from a particular CompositeBinaryStore
- getLowLevelCacheEntriesFromStore(InfinispanBinaryStore, BinaryKey) - Method in class org.fcrepo.services.LowLevelStorageService
-
Get the low-level cache entries from a particular InfinispanBinaryStore
- getLowLevelStore() - Method in class org.fcrepo.utils.impl.CacheStoreEntry
-
Get the low-level cache store this entry is contained in
- getMessageDigest() - Method in class org.fcrepo.utils.FixityInputStream
-
Retrieve the calculated digest for the input stream
- getMimeType() - Method in class org.fcrepo.Datastream
-
- getModels() - Method in class org.fcrepo.FedoraResource
-
Get the mixins this object uses
- getName() - Method in class org.fcrepo.FedoraObject
-
- getNamespaceRegistry - Static variable in class org.fcrepo.utils.NamespaceTools
-
We need the Modeshape NamespaceRegistry, because it allows us to register
anonymous namespaces.
- getNamespaceRegistry(Session) - Static method in class org.fcrepo.utils.NamespaceTools
-
Get the namespace registry for the session
- getNamespaceRegistry(Item) - Static method in class org.fcrepo.utils.NamespaceTools
-
Get the namespace registry for the given node
- getNamespaceRegistryGraph(Session) - Method in class org.fcrepo.services.RepositoryService
-
Serialize the JCR namespace information as an RDF Dataset
- getNode() - Method in class org.fcrepo.FedoraResource
-
- getNodeFromGraphSubject(Session, Resource) - Method in interface org.fcrepo.rdf.GraphSubjects
-
Translate an RDF resource into a JCR node
- getNodeFromGraphSubject(Session, Resource) - Method in class org.fcrepo.rdf.impl.DefaultGraphSubjects
-
- getNodeFromGraphSubject(GraphSubjects, Session, Resource) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Translate an RDF resource into a JCR node
- getNodePropertySize(Node) - Static method in class org.fcrepo.services.ServiceHelpers
-
Get the total size of a Node's properties
- getNodeTypeManager(Node) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Get the JCR Node Type manager
- getNumberChunks() - Method in class org.fcrepo.utils.infinispan.StoreChunkOutputStream
-
- getObject() - Method in class org.fcrepo.Datastream
-
- getObject(Session, String) - Method in class org.fcrepo.services.NodeService
-
Retrieve an existing Fedora resource at the given path
- getObject(Session, String, String) - Method in class org.fcrepo.services.NodeService
-
Get an existing Fedora resource at the given path with the given version
label
- getObject(Session, String) - Method in class org.fcrepo.services.ObjectService
-
- getObject() - Method in class org.fcrepo.spring.ModeShapeRepositoryFactoryBean
-
- getObjectNames(Session, String) - Method in class org.fcrepo.services.NodeService
-
- getObjectNames(Session, String, String) - Method in class org.fcrepo.services.NodeService
-
Get the list of child nodes at the given path filtered by the given mixin
- getObjectNode(Session, String) - Method in class org.fcrepo.services.ObjectService
-
- getObjectSize(Node) - Static method in class org.fcrepo.services.ServiceHelpers
-
- getObjectType() - Method in class org.fcrepo.spring.ModeShapeRepositoryFactoryBean
-
- getPath() - Method in class org.fcrepo.FedoraResource
-
Get the path to the JCR node
- getPath() - Method in class org.fcrepo.observer.FedoraEvent
-
- getPredicateForProperty - Static variable in class org.fcrepo.utils.FedoraTypesUtils
-
Map a JCR property to an RDF property with the right namespace URI and
local name
- getProblems() - Method in class org.fcrepo.utils.JcrPropertyStatementListener
-
Get a list of any problems from trying to apply the statement changes to
the node's properties
- getPropertiesDataset(GraphSubjects, long, int) - Method in class org.fcrepo.FedoraResource
-
Serialize the JCR properties as an RDF Dataset
- getPropertiesDataset(GraphSubjects) - Method in class org.fcrepo.FedoraResource
-
Serialize the JCR properties of this object as an RDF Dataset
- getPropertiesDataset() - Method in class org.fcrepo.FedoraResource
-
Serialize the JCR properties of this object as an RDF Dataset
- getPropertyNameFromPredicate(Node, Property) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Given an RDF predicate value (namespace URI + local name), figure out
what JCR property to use
- getPropertyType(Node, String) - Static method in class org.fcrepo.utils.NodePropertiesTools
-
Get the JCR property type ID for a given property name.
- getRDFNamespaceForJcrNamespace(String) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Convert a JCR namespace into an RDF namespace fit for downstream
consumption.
- getRepositoryCount(Repository) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
- getRepositoryNamespaces(Session) - Static method in class org.fcrepo.services.RepositoryService
-
Get a map of JCR prefixes to their URI namespaces
- getRepositoryObjectCount() - Method in class org.fcrepo.services.RepositoryService
-
Calculate the number of objects in the repository
- getRepositorySize() - Method in class org.fcrepo.services.RepositoryService
-
Calculate the total size of all the binary properties in the repository
- getRepositorySize(Repository) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
- getSession() - Method in class org.fcrepo.Transaction
-
Get the transaction-aware session
- getSize() - Method in class org.fcrepo.Datastream
-
Return the calculated size of the DS node
- getSize() - Method in class org.fcrepo.FedoraResource
-
Get the total size of this object and its datastreams
- getSize() - Method in class org.fcrepo.services.functions.CheckCacheEntryFixity
-
Returns the expected number of bytes to be verified.
- getState() - Method in class org.fcrepo.Transaction
-
Get the state of this transaction
- getStoreIdentifier() - Method in class org.fcrepo.utils.FixityResult
-
Get the identifier for the entry's store
- getTransaction(String) - Method in class org.fcrepo.services.TransactionService
-
- getTxId() - Method in interface org.fcrepo.TxSession
-
- getType() - Method in class org.fcrepo.observer.FedoraEvent
-
- getUserData() - Method in class org.fcrepo.observer.FedoraEvent
-
- getUserID() - Method in class org.fcrepo.observer.FedoraEvent
-
- getValueFactory - Static variable in class org.fcrepo.utils.FedoraTypesUtils
-
Retrieves a JCR ValueFactory for use with a
- getVersionDataset(GraphSubjects) - Method in class org.fcrepo.FedoraResource
-
Serialize the JCR versions information as an RDF dataset
- getVersionDataset() - Method in class org.fcrepo.FedoraResource
-
Serialize the JCR versions information as an RDF dataset
- getVersionHistory(Node) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Get the JCR VersionHistory for an existing node
- getVersionHistory(Session, String) - Static method in class org.fcrepo.utils.FedoraTypesUtils
-
Get the JCR VersionHistory for a node at a given JCR path
- GraphSubjects - Interface in org.fcrepo.rdf
-
Translate internal JCR node identifiers to external Fedora identifiers
(and vice versa)
- schemeToAlgorithm - Static variable in class org.fcrepo.utils.ContentDigest
-
- SEARCH_HAS_MORE - Static variable in class org.fcrepo.RdfLexicon
-
- SEARCH_HAS_TOTAL_RESULTS - Static variable in class org.fcrepo.RdfLexicon
-
- SEARCH_ITEMS_PER_PAGE - Static variable in class org.fcrepo.RdfLexicon
-
- SEARCH_NEXT_PAGE - Static variable in class org.fcrepo.RdfLexicon
-
- SEARCH_OFFSET - Static variable in class org.fcrepo.RdfLexicon
-
- SEARCH_TERMS - Static variable in class org.fcrepo.RdfLexicon
-
- searchRepository(GraphSubjects, Resource, Session, String, int, long) - Method in class org.fcrepo.services.RepositoryService
-
Perform a full-text search on the whole repository and return the
information as an RDF Dataset
- ServiceHelpers - Class in org.fcrepo.services
-
Uncategorized helper methods
- ServiceHelpers() - Constructor for class org.fcrepo.services.ServiceHelpers
-
- setContent(InputStream, String, URI, PolicyDecisionPoint) - Method in class org.fcrepo.Datastream
-
Sets the content of this Datastream.
- setContent(InputStream) - Method in class org.fcrepo.Datastream
-
Set the content of this datastream
- setEnvironment(Cache<K, V>, Set<K>) - Method in class org.fcrepo.services.functions.CacheLocalTransform
-
- setExternalId(String) - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Set a meaningful identifier from some higher level that we should
dutifully pass through.
- setGetBinaryKey(GetBinaryKey) - Method in class org.fcrepo.services.LowLevelStorageService
-
Set the function that retrieves a BinaryKey for a property
- setGetBinaryStore(GetBinaryStore) - Method in class org.fcrepo.services.LowLevelStorageService
-
Set the function to use to retrieve the BinaryStore
- setGetClusterConfiguration(GetClusterConfiguration) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Set the function used to get the cluster configuration for Infinispan
- setLlstore(LowLevelStorageService) - Static method in class org.fcrepo.utils.JcrRdfTools
-
Set the Low-level storage server implementation
- setLlStoreService(LowLevelStorageService) - Method in class org.fcrepo.services.DatastreamService
-
Set the low-level storage service (if Spring didn't wire it in)
- setRepaired() - Method in class org.fcrepo.utils.FixityResult
-
Mark the fixity result as been automatically repaired
- setRepository(Repository) - Method in class org.fcrepo.services.LowLevelStorageService
-
Set the repository (used for testing)
- setRepository(Repository) - Method in class org.fcrepo.services.RepositoryService
-
Set the repository to back this RepositoryService
- setRepositoryConfiguration(Resource) - Method in class org.fcrepo.spring.ModeShapeRepositoryFactoryBean
-
Set the configuration to use for creating the repository
- setStoragePolicyDecisionPoint(PolicyDecisionPoint) - Method in class org.fcrepo.services.DatastreamService
-
Set the storage policy decision point
(if Spring didn't wire it in for us)
- SimpleObserver - Class in org.fcrepo.observer
-
Simple JCR EventListener that filters JCR Events through a Fedora
EventFilter and puts the resulting stream onto the internal
Fedora EventBus as a stream of FedoraEvents.
- SimpleObserver() - Constructor for class org.fcrepo.observer.SimpleObserver
-
- skip(long) - Method in class org.fcrepo.utils.infinispan.StoreChunkInputStream
-
- status - Variable in class org.fcrepo.utils.FixityResult
-
This is a little weird here, and is vestigal from when
this was a JAX-B model as well.
- StoreChunkInputStream - Class in org.fcrepo.utils.infinispan
-
Merges chunks from cache and provides InputStream-feeling.
- StoreChunkInputStream(CacheStore, String) - Constructor for class org.fcrepo.utils.infinispan.StoreChunkInputStream
-
Get the chunk input stream for the given key in the given Infinispan CacheStore
- StoreChunkOutputStream - Class in org.fcrepo.utils.infinispan
-
A near-copy of a Modeshape class (of the same name, but is
unfortunately hidden from us) that takes a single OutputStream
and chunks it into 1MB chunks for Infinispan
- StoreChunkOutputStream(CacheStore, String) - Constructor for class org.fcrepo.utils.infinispan.StoreChunkOutputStream
-
Prepare to store the OutputStream in the given CacheStore
with the given prefix
- storeValue(InputStream) - Method in class org.fcrepo.utils.impl.CacheStoreEntry
-
Send a raw input stream to the underlying store for this entry; used for
fixing e.g.
- storeValue(InputStream) - Method in class org.fcrepo.utils.impl.ChainingCacheStoreEntry
-
- storeValue(InputStream) - Method in class org.fcrepo.utils.impl.LocalBinaryStoreEntry
-
Send a raw input stream to the underlying store for this entry; used for
fixing e.g.
- storeValue(InputStream) - Method in class org.fcrepo.utils.LowLevelCacheEntry
-
Send a raw input stream to the underlying store for this entry; used for
fixing e.g.