- FedoraEvent - Class in org.fcrepo.kernel.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.kernel.observer.FedoraEvent
-
Wrap a JCR Event with our FedoraEvent decorators
- FedoraObject - Class in org.fcrepo.kernel
-
An abstraction that represents a Fedora Object backed by
a JCR node.
- FedoraObject(Node) - Constructor for class org.fcrepo.kernel.FedoraObject
-
Construct a FedoraObject from an existing JCR Node
- FedoraObject(Session, String, String) - Constructor for class org.fcrepo.kernel.FedoraObject
-
Create or find a FedoraObject at the given path
- FedoraObject(Session, String) - Constructor for class org.fcrepo.kernel.FedoraObject
-
Create or find a FedoraDatastream at the given path
- FedoraResource - Class in org.fcrepo.kernel
-
Common behaviors across FedoraObject and Datastream types; also used
when the exact type of an object is irrelevant
- FedoraResource() - Constructor for class org.fcrepo.kernel.FedoraResource
-
Construct a FedoraObject without a backing JCR Node
- FedoraResource(Node) - Constructor for class org.fcrepo.kernel.FedoraResource
-
Construct a FedoraObject from an existing JCR Node
- FedoraResource(Session, String, String) - Constructor for class org.fcrepo.kernel.FedoraResource
-
Create or find a FedoraObject at the given path
- FedoraTypesUtils - Class in org.fcrepo.kernel.utils
-
Convenience class with static methods for manipulating Fedora types in the
JCR.
- FedoraTypesUtils() - Constructor for class org.fcrepo.kernel.utils.FedoraTypesUtils
-
- findOrCreateObject(Session, String) - Method in class org.fcrepo.kernel.services.NodeService
-
Find or create a new Fedora resource at the given path
- FIRST_PAGE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- FixityInputStream - Class in org.fcrepo.kernel.utils
-
An InputStream wrapper that calculates the size and digest
while reading from the stream.
- FixityInputStream(InputStream, MessageDigest) - Constructor for class org.fcrepo.kernel.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.kernel.utils
-
Structure for presenting the results of a fixity check
(and any repair operations that may have occurred)
- FixityResult() - Constructor for class org.fcrepo.kernel.utils.FixityResult
-
Initialize an empty fixity result
- FixityResult(LowLevelCacheEntry) - Constructor for class org.fcrepo.kernel.utils.FixityResult
-
Prepare a fixity result for a Low-Level cache entry
- FixityResult(long, URI) - Constructor for class org.fcrepo.kernel.utils.FixityResult
-
Prepare a fixity result given the computed checksum and size
- FixityResult(LowLevelCacheEntry, long, URI) - Constructor for class org.fcrepo.kernel.utils.FixityResult
-
Prepare a fixity result with the expected size and checksum
- FixityResult.FixityState - Enum in org.fcrepo.kernel.utils
-
The possible fixity states (which may be ORed together later)
- getAlgorithm(URI) - Static method in class org.fcrepo.kernel.utils.ContentDigest
-
Given a digest URI, get the corresponding MessageDigest algorithm
- getAllNodeTypes(Session) - Method in class org.fcrepo.kernel.services.RepositoryService
-
Get the full list of node types in the repository
- getBaseVersion(Node) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Get the JCR Base version for a node
- getBinary(Node, InputStream) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Creates a JCR Binary
- getBinary(Node, InputStream, String) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Creates a JCR Binary
- GetBinaryKey - Class in org.fcrepo.kernel.services.functions
-
Get the internal Modeshape BinaryKey for a binary property
- GetBinaryKey() - Constructor for class org.fcrepo.kernel.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.kernel.services.functions
-
Function encapsulating the various Infinispan API calls to retrieve
a CacheStore from a Cache.
- GetCacheStore() - Constructor for class org.fcrepo.kernel.services.functions.GetCacheStore
-
- getCheckCacheFixityFunction(URI, long) - Static method in class org.fcrepo.kernel.services.ServiceHelpers
-
Get the fixity function to map a low-level cache entry to its fixity
result
- getChecksum() - Method in class org.fcrepo.kernel.services.functions.CheckCacheEntryFixity
-
Returns the expected checksum of the bytes to be verified.
- GetClusterConfiguration - Class in org.fcrepo.kernel.services.functions
-
Extract the Infinispan cluster configuration and state
from a running Modeshape repository
- GetClusterConfiguration() - Constructor for class org.fcrepo.kernel.services.functions.GetClusterConfiguration
-
- getClusterExecutor(InfinispanBinaryStore) - Static method in class org.fcrepo.kernel.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.kernel.services.LowLevelStorageService
-
Get the transform results in a clustered Infinispan binary store
- getContent() - Method in class org.fcrepo.kernel.Datastream
-
- getContentDigest() - Method in class org.fcrepo.kernel.Datastream
-
Get the pre-calculated content digest for the binary payload
- getContentSize() - Method in class org.fcrepo.kernel.Datastream
-
- getContentSize(Node) - Static method in class org.fcrepo.kernel.services.ServiceHelpers
-
Get the size of the JCR content binary property
- getContext() - Method in interface org.fcrepo.kernel.rdf.GraphSubjects
-
Get a context resource
- getContext() - Method in class org.fcrepo.kernel.rdf.impl.DefaultGraphSubjects
-
- getCreated() - Method in class org.fcrepo.kernel.Transaction
-
Get the date this transaction was created
- getCreatedDate() - Method in class org.fcrepo.kernel.FedoraResource
-
Get the date this datastream was created
- getCurrentTransactionId(Session) - Static method in class org.fcrepo.kernel.services.TransactionService
-
Get the current Transaction ID for a session
- getDatasetSubject(Dataset) - Static method in class org.fcrepo.kernel.rdf.SerializationUtils
-
Get the subject of the dataset, given by the context's "uri"
- getDatastream(Session, String) - Method in class org.fcrepo.kernel.services.DatastreamService
-
Retrieve a Datastream instance by pid and dsid
- getDatastreamNode(Session, String) - Method in class org.fcrepo.kernel.services.DatastreamService
-
Retrieve the JCR node for a Datastream by pid and dsid
- getDatastreamSize(Node) - Static method in class org.fcrepo.kernel.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.kernel.observer.FedoraEvent
-
- getDefinitionForPropertyName(Node, String) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Get the property definition information (containing type and multi-value
information)
- getDigest() - Method in class org.fcrepo.kernel.services.functions.CheckCacheEntryFixity
-
Returns the digest to be used in checksum verification.
- getDsId() - Method in class org.fcrepo.kernel.Datastream
-
- getEntry() - Method in class org.fcrepo.kernel.utils.FixityResult
-
Get the underlying Low-Level cache entry
- getEtagValue() - Method in class org.fcrepo.kernel.FedoraResource
-
Construct an ETag value from the last modified date and path.
- getEventName(Integer) - Static method in enum org.fcrepo.kernel.utils.EventType
-
- getEventType(Integer) - Static method in enum org.fcrepo.kernel.utils.EventType
-
Get the Fedora event type for a JCR type
- getExpires() - Method in class org.fcrepo.kernel.Transaction
-
Get the Date when this transaction is expired and can be
garbage-collected
- getExternalId() - Method in class org.fcrepo.kernel.utils.LowLevelCacheEntry
-
Return the external identifier.
- getExternalIdentifier() - Method in class org.fcrepo.kernel.utils.impl.CacheStoreEntry
-
Generate a human-readable identifier for the location of this entry
- getExternalIdentifier() - Method in class org.fcrepo.kernel.utils.impl.ChainingCacheStoreEntry
-
- getExternalIdentifier() - Method in class org.fcrepo.kernel.utils.impl.LocalBinaryStoreEntry
-
Generate a human-readable identifier for the location of this entry
- getExternalIdentifier() - Method in class org.fcrepo.kernel.utils.LowLevelCacheEntry
-
Generate a human-readable identifier for the location of this entry
- getFixity(Node, URI, long) - Method in class org.fcrepo.kernel.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.kernel.services.DatastreamService
-
Get the fixity results for the datastream as a RDF Dataset
- getGraphSubject(Node) - Method in interface org.fcrepo.kernel.rdf.GraphSubjects
-
Translate a JCR node into an RDF Resource
- getGraphSubject(String) - Method in interface org.fcrepo.kernel.rdf.GraphSubjects
-
Get the RDF resource for an absolute path
- getGraphSubject(String) - Method in class org.fcrepo.kernel.rdf.impl.DefaultGraphSubjects
-
- getGraphSubject(Node) - Method in class org.fcrepo.kernel.rdf.impl.DefaultGraphSubjects
-
- getId() - Method in class 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 class org.fcrepo.kernel.utils.impl.CacheStoreEntry
-
Get a raw input stream from the underlying store
- getInputStream() - Method in class org.fcrepo.kernel.utils.impl.ChainingCacheStoreEntry
-
- getInputStream() - Method in class org.fcrepo.kernel.utils.impl.LocalBinaryStoreEntry
-
Get a raw input stream from the underlying store
- getInputStream() - Method in class org.fcrepo.kernel.utils.LowLevelCacheEntry
-
Get a raw input stream from the underlying store
- getJcrNamespaceForRDFNamespace(String) - Static method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Convert a Fedora RDF Namespace into its JCR equivalent
- getJcrNamespaceModel() - Method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Get an RDF model of the registered JCR namespaces
- getJcrPropertiesModel() - Method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Create a default Jena Model populated with the registered JCR namespaces
- getJcrPropertiesModel(Iterator<Node>, Resource) - Method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Get an RDF model for the given JCR NodeIterator
- getJcrPropertiesModel(Node) - Method in class org.fcrepo.kernel.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.
- getJcrPropertiesModel(VersionHistory, Resource) - Method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Get a Jena RDF model for the JCR version history information for a node
- getJcrPropertiesModel(Node, Iterable<FixityResult>) - Method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Serialize the JCR fixity information in a Jena Model
- getJcrTreeModel(Node, long, int) - Method in class org.fcrepo.kernel.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
- getKey() - Method in class org.fcrepo.kernel.utils.LowLevelCacheEntry
-
Get the BinaryKey for this cache entry
- getLastModifiedDate() - Method in class org.fcrepo.kernel.FedoraResource
-
Get the date this datastream was last modified
- getListener(GraphSubjects, Session, Model) - Static method in class org.fcrepo.kernel.utils.JcrPropertyStatementListener
-
Return a Listener given the subject factory and JcrSession.
- getLowLevelCacheEntries(Node) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level cache entries for a Node containing a jcr:data binary
property
- getLowLevelCacheEntries(Property) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level cache entries for a JCR Binary property
- getLowLevelCacheEntries(BinaryKey) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level Cache entries for a Modeshape BinaryKey
- getLowLevelCacheEntriesFromStore(BinaryStore, BinaryKey) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level cache entries from a particular BinaryStore
- getLowLevelCacheEntriesFromStore(CompositeBinaryStore, BinaryKey) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level cache entries from a particular CompositeBinaryStore
- getLowLevelCacheEntriesFromStore(InfinispanBinaryStore, BinaryKey) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Get the low-level cache entries from a particular InfinispanBinaryStore
- getLowLevelStore() - Method in class org.fcrepo.kernel.utils.impl.CacheStoreEntry
-
Get the low-level cache store this entry is contained in
- getMessageDigest() - Method in class org.fcrepo.kernel.utils.FixityInputStream
-
Retrieve the calculated digest for the input stream
- getMimeType() - Method in class org.fcrepo.kernel.Datastream
-
- getModels() - Method in class org.fcrepo.kernel.FedoraResource
-
Get the mixins this object uses
- getName() - Method in class org.fcrepo.kernel.FedoraObject
-
- getNamespaceRegistry - Static variable in class org.fcrepo.kernel.utils.NamespaceTools
-
We need the Modeshape NamespaceRegistry, because it allows us to register
anonymous namespaces.
- getNamespaceRegistry(Session) - Static method in class org.fcrepo.kernel.utils.NamespaceTools
-
Get the namespace registry for the session
- getNamespaceRegistry(Item) - Static method in class org.fcrepo.kernel.utils.NamespaceTools
-
Get the namespace registry for the given node
- getNamespaceRegistryGraph(Session) - Method in class org.fcrepo.kernel.services.RepositoryService
-
Serialize the JCR namespace information as an RDF Dataset
- getNode() - Method in class org.fcrepo.kernel.FedoraResource
-
- getNodeFromGraphSubject(Resource) - Method in interface org.fcrepo.kernel.rdf.GraphSubjects
-
Translate an RDF resource into a JCR node
- getNodeFromGraphSubject(Resource) - Method in class org.fcrepo.kernel.rdf.impl.DefaultGraphSubjects
-
- getNodePropertySize(Node) - Static method in class org.fcrepo.kernel.services.ServiceHelpers
-
Get the total size of a Node's properties
- getNodeTypeManager(Node) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Get the JCR Node Type manager
- getNumberChunks() - Method in class org.fcrepo.kernel.utils.infinispan.StoreChunkOutputStream
-
- getObject() - Method in class org.fcrepo.kernel.Datastream
-
- getObject(Session, String) - Method in class org.fcrepo.kernel.services.NodeService
-
Retrieve an existing Fedora resource at the given path
- getObject(Session, String, String) - Method in class org.fcrepo.kernel.services.NodeService
-
Get an existing Fedora resource at the given path with the given version
label
- getObject(Session, String) - Method in class org.fcrepo.kernel.services.ObjectService
-
- getObject() - Method in class org.fcrepo.kernel.spring.ModeShapeRepositoryFactoryBean
-
- getObjectNames(Session, String) - Method in class org.fcrepo.kernel.services.NodeService
-
- getObjectNames(Session, String, String) - Method in class org.fcrepo.kernel.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.kernel.services.ObjectService
-
- getObjectSize(Node) - Static method in class org.fcrepo.kernel.services.ServiceHelpers
-
- getObjectType() - Method in class org.fcrepo.kernel.spring.ModeShapeRepositoryFactoryBean
-
- getPath() - Method in class org.fcrepo.kernel.FedoraResource
-
Get the path to the JCR node
- getPath() - Method in class org.fcrepo.kernel.observer.FedoraEvent
-
- getPredicateForProperty - Static variable in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Map a JCR property to an RDF property with the right namespace URI and
local name
- getProblems() - Method in class org.fcrepo.kernel.utils.JcrPropertyStatementListener
-
Get a list of any problems from trying to apply the statement changes to
the node's properties
- getProblemsModel() - Static method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Get a model in which to collect statements of RDF extraction problems
- getProperties(Node, GraphSubjects, long, 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, GraphSubjects) - 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.
- getProperties(Node, GraphSubjects, long, int) - Method in class org.fcrepo.kernel.rdf.impl.JcrGraphProperties
-
- getProperties(Node, GraphSubjects) - Method in class org.fcrepo.kernel.rdf.impl.JcrGraphProperties
-
- getPropertiesDataset(GraphSubjects, long, int) - Method in class org.fcrepo.kernel.FedoraResource
-
Serialize the JCR properties as an RDF Dataset
- getPropertiesDataset(GraphSubjects) - Method in class org.fcrepo.kernel.FedoraResource
-
Serialize the JCR properties of this object as an RDF Dataset
- getPropertyModelName() - Method in interface org.fcrepo.kernel.rdf.GraphProperties
-
Return the name of the model this property factory will insert
its properties into.
- getPropertyModelName() - Method in class org.fcrepo.kernel.rdf.impl.JcrGraphProperties
-
- getPropertyType(Node, String) - Static method in class org.fcrepo.kernel.utils.NodePropertiesTools
-
Get the JCR property type ID for a given property name.
- getRDFNamespaceForJcrNamespace(String) - Static method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Convert a JCR namespace into an RDF namespace fit for downstream
consumption.
- getRepositoryCount(Repository) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
- getRepositoryNamespaces(Session) - Static method in class org.fcrepo.kernel.services.RepositoryService
-
Get a map of JCR prefixes to their URI namespaces
- getRepositoryObjectCount() - Method in class org.fcrepo.kernel.services.RepositoryService
-
Calculate the number of objects in the repository
- getRepositorySize() - Method in class org.fcrepo.kernel.services.RepositoryService
-
Calculate the total size of all the binary properties in the repository
- getRepositorySize(Repository) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
- getSession() - Method in class org.fcrepo.kernel.Transaction
-
Get the transaction-aware session
- getSize() - Method in class org.fcrepo.kernel.Datastream
-
Return the calculated size of the DS node
- getSize() - Method in class org.fcrepo.kernel.FedoraResource
-
Get the total size of this object and its datastreams
- getSize() - Method in class org.fcrepo.kernel.services.functions.CheckCacheEntryFixity
-
Returns the expected number of bytes to be verified.
- getState() - Method in class org.fcrepo.kernel.Transaction
-
Get the state of this transaction
- getStoreIdentifier() - Method in class org.fcrepo.kernel.utils.FixityResult
-
Get the identifier for the entry's store
- getTransaction(String) - Method in class org.fcrepo.kernel.services.TransactionService
-
- getTransaction(Session) - Method in class org.fcrepo.kernel.services.TransactionService
-
Get the current Transaction for a session
- getTxId() - Method in interface org.fcrepo.kernel.TxSession
-
- getType() - 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
-
- getValueFactory - Static variable in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Retrieves a JCR ValueFactory for use with a @ link Node}
- getVersionDataset(GraphSubjects) - Method in class org.fcrepo.kernel.FedoraResource
-
Serialize the JCR versions information as an RDF dataset
- getVersionHistory(Node) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Get the JCR VersionHistory for an existing node.
- getVersionHistory(Session, String) - Static method in class org.fcrepo.kernel.utils.FedoraTypesUtils
-
Get the JCR VersionHistory for a node at a given JCR path
- GraphProperties - Interface in org.fcrepo.kernel.rdf
-
- GraphSubjects - Interface in org.fcrepo.kernel.rdf
-
Translate internal JCR node identifiers to external Fedora identifiers
(and vice versa)
- schemeToAlgorithm - Static variable in class org.fcrepo.kernel.utils.ContentDigest
-
- SEARCH_HAS_MORE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- SEARCH_HAS_TOTAL_RESULTS - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- SEARCH_ITEMS_PER_PAGE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- SEARCH_OFFSET - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- SEARCH_PAGE - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- SEARCH_TERMS - Static variable in class org.fcrepo.kernel.RdfLexicon
-
- searchRepository(GraphSubjects, Resource, Session, String, int, long) - Method in class org.fcrepo.kernel.services.RepositoryService
-
Perform a full-text search on the whole repository and return the
information as an RDF Dataset
- SerializationUtils - Class in org.fcrepo.kernel.rdf
-
Utilities for serializing RDF.
- ServiceHelpers - Class in org.fcrepo.kernel.services
-
Uncategorized helper methods
- ServiceHelpers() - Constructor for class org.fcrepo.kernel.services.ServiceHelpers
-
- setContent(InputStream, String, URI, StoragePolicyDecisionPoint) - Method in class org.fcrepo.kernel.Datastream
-
Sets the content of this Datastream.
- setContent(InputStream) - Method in class org.fcrepo.kernel.Datastream
-
Set the content of this datastream
- setDatasetSubject(Dataset, String) - Static method in class org.fcrepo.kernel.rdf.SerializationUtils
-
Set the subject of the dataset by injecting a context "uri"
- setEnvironment(Cache<K, V>, Set<K>) - Method in class org.fcrepo.kernel.services.functions.CacheLocalTransform
-
- setExternalId(String) - Method in class org.fcrepo.kernel.utils.LowLevelCacheEntry
-
Set a meaningful identifier from some higher level that we should
dutifully pass through.
- setGetBinaryKey(GetBinaryKey) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Set the function that retrieves a BinaryKey for a property
- setGetBinaryStore(GetBinaryStore) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Set the function to use to retrieve the BinaryStore
- setGetClusterConfiguration(GetClusterConfiguration) - Static method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Set the function used to get the cluster configuration for Infinispan
- setLlstore(LowLevelStorageService) - Static method in class org.fcrepo.kernel.utils.JcrRdfTools
-
Set the Low-level storage server implementation
- setLlStoreService(LowLevelStorageService) - Method in class org.fcrepo.kernel.services.DatastreamService
-
Set the low-level storage service (if Spring didn't wire it in)
- setPolicies(List<StoragePolicy>) - Method in interface org.fcrepo.kernel.services.policy.StoragePolicyDecisionPoint
-
Explicitly set the policies this PDP should use
- setRepaired() - Method in class org.fcrepo.kernel.utils.FixityResult
-
Mark the fixity result as been automatically repaired
- setRepository(Repository) - Method in class org.fcrepo.kernel.services.LowLevelStorageService
-
Set the repository (used for testing)
- setRepository(Repository) - Method in class org.fcrepo.kernel.services.RepositoryService
-
Set the repository to back this RepositoryService
- setRepositoryConfiguration(Resource) - Method in class org.fcrepo.kernel.spring.ModeShapeRepositoryFactoryBean
-
Set the configuration to use for creating the repository
- setStoragePolicyDecisionPoint(StoragePolicyDecisionPoint) - Method in class org.fcrepo.kernel.services.DatastreamService
-
Set the storage policy decision point (if Spring didn't wire it in for
us)
- SimpleObserver - Class in org.fcrepo.kernel.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.kernel.observer.SimpleObserver
-
- size() - Method in interface org.fcrepo.kernel.services.policy.StoragePolicyDecisionPoint
-
- skip(long) - Method in class org.fcrepo.kernel.utils.infinispan.StoreChunkInputStream
-
- status - Variable in class org.fcrepo.kernel.utils.FixityResult
-
This is a little weird here, and is vestigal from when
this was a JAX-B model as well.
- StoragePolicy - Interface in org.fcrepo.kernel.services.policy
-
A binary storage policy definition and evaluation machinery
- StoragePolicyDecisionPoint - Interface in org.fcrepo.kernel.services.policy
-
Service Interface implementation for managing and using StoragePolicy
- StoreChunkInputStream - Class in org.fcrepo.kernel.utils.infinispan
-
Merges chunks from cache and provides InputStream-feeling.
- StoreChunkInputStream(CacheStore, String) - Constructor for class org.fcrepo.kernel.utils.infinispan.StoreChunkInputStream
-
Get the chunk input stream for the given key in the given Infinispan CacheStore
- StoreChunkOutputStream - Class in org.fcrepo.kernel.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.kernel.utils.infinispan.StoreChunkOutputStream
-
Prepare to store the OutputStream in the given CacheStore
with the given prefix
- storeValue(InputStream) - Method in class org.fcrepo.kernel.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.kernel.utils.impl.ChainingCacheStoreEntry
-
- storeValue(InputStream) - Method in class org.fcrepo.kernel.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.kernel.utils.LowLevelCacheEntry
-
Send a raw input stream to the underlying store for this entry; used for
fixing e.g.
- subjectKey - Static variable in class org.fcrepo.kernel.rdf.SerializationUtils
-