Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

abort(String, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Roll back any uncommited changes during a FedoraSession
abort(String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Roll back any uncommited changes during a FedoraSession for the anonymous user
AccessDeniedException - Exception in org.fcrepo.kernel.api.exception
An access exception has occurred.
AccessDeniedException(String) - Constructor for exception org.fcrepo.kernel.api.exception.AccessDeniedException
Ordinary constructor.
AccessDeniedException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.AccessDeniedException
Ordinary constructor.
AccessDeniedException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.AccessDeniedException
Ordinary constructor.
addSessionData(String, String) - Method in interface org.fcrepo.kernel.api.FedoraSession
Add session-specific data
algorithm - Variable in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
 
allMatch(Predicate<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
anyMatch(Predicate<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
asString(A) - Method in class org.fcrepo.kernel.api.identifiers.IdentifierConverter
Convert the given resource into a plain string representation of the conversion to the resource
asURI(String, String) - Static method in class org.fcrepo.kernel.api.utils.ContentDigest
Convert a MessageDigest algorithm and checksum value to a URN
asURI(String, byte[]) - Static method in class org.fcrepo.kernel.api.utils.ContentDigest
Convert a MessageDigest algorithm and checksum byte-array data to a URN

B

backupRepository(FedoraSession, File) - Method in interface org.fcrepo.kernel.api.services.RepositoryService
This method backups up a running repository
BASE_URL - Static variable in class org.fcrepo.kernel.api.observer.OptionalValues
 
BASIC_CONTAINER - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
BatchService - Interface in org.fcrepo.kernel.api.services
 
begin(FedoraSession, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Create a new batch operation with a FedoraSession and add it to the currently open ones
begin(FedoraSession) - Method in interface org.fcrepo.kernel.api.services.BatchService
Create a new batch operation with a FedoraSession for the anonymous user and add it to the currently open ones
BinaryService - Interface in org.fcrepo.kernel.api.services
 

C

CacheEntry - Interface in org.fcrepo.kernel.api.utils
A CacheEntry abstraction for the various possible types of entries
CannotCreateResourceException - Exception in org.fcrepo.kernel.api.exception
Request for object creation failed
CannotCreateResourceException(String) - Constructor for exception org.fcrepo.kernel.api.exception.CannotCreateResourceException
Ordinary constructor.
CannotCreateResourceException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.CannotCreateResourceException
Ordinary constructor.
checkFixity(String) - Method in interface org.fcrepo.kernel.api.utils.CacheEntry
Check the fixity of a CacheEntry
close() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
collect(Collector<? super T, A, R>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
commit() - Method in interface org.fcrepo.kernel.api.FedoraSession
Commit any batch operations
commit(String, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Commit any changes during a FedoraSession with the given id and username
commit(String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Commit any changes during a FedoraSession with the given id for the anonymous user
common() - Method in class org.fcrepo.kernel.api.utils.GraphDifferencer
This method will return null until the source iterator is exhausted.
concat(Stream<Triple>) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
Concatenate a Triple stream to the existing stream
CONSTRAINED_BY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
ConstraintViolationException - Exception in org.fcrepo.kernel.api.exception
A constraint has been violated.
ConstraintViolationException(String) - Constructor for exception org.fcrepo.kernel.api.exception.ConstraintViolationException
Ordinary constructor.
ConstraintViolationException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.ConstraintViolationException
Ordinary constructor.
Container - Interface in org.fcrepo.kernel.api.models
 
CONTAINER - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
ContainerService - Interface in org.fcrepo.kernel.api.services
Service for creating and retrieving Container
CONTAINS - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
CONTENT_DIGEST - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
CONTENT_LOCATION_TYPE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
CONTENT_SIZE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
ContentDigest - Class in org.fcrepo.kernel.api.utils
Digest helpers to convert digests (checksums) into URI strings (based loosely on Magnet URIs)
ContentDigest.DIGEST_ALGORITHM - Enum in org.fcrepo.kernel.api.utils
 
contentProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
Converter<A,B> - Interface in org.fcrepo.kernel.api.functions
 
copyObject(FedoraSession, String, String) - Method in interface org.fcrepo.kernel.api.services.NodeService
Copy an existing object from the source path to the destination path
COULD_NOT_STORE_PROPERTY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
count() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
CREATED_BY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
CREATED_DATE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
createVersion(FedoraSession, String, String) - Method in interface org.fcrepo.kernel.api.services.VersionService
Explicitly creates a version for the nodes at each path provided.
CredentialsService - Interface in org.fcrepo.kernel.api.services
 

D

DEFAULT_ALGORITHM - Static variable in class org.fcrepo.kernel.api.utils.ContentDigest
 
DEFAULT_COUNT - Static variable in interface org.fcrepo.kernel.api.services.functions.HierarchicalIdentifierSupplier
 
DEFAULT_DIGEST_ALGORITHM - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
DEFAULT_LENGTH - Static variable in interface org.fcrepo.kernel.api.services.functions.HierarchicalIdentifierSupplier
 
DefaultRdfStream - Class in org.fcrepo.kernel.api.rdf
Implementation of a context-bearing RDF stream
DefaultRdfStream(Node) - Constructor for class org.fcrepo.kernel.api.rdf.DefaultRdfStream
Create an RdfStream
DefaultRdfStream(Node, Stream<Triple>) - Constructor for class org.fcrepo.kernel.api.rdf.DefaultRdfStream
Create an RdfStream
delete() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Delete this resource, and any inbound references to it
DESCRIBED_BY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
DESCRIBES - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
difference() - Method in class org.fcrepo.kernel.api.utils.GraphDifferencer
This method returns the difference between the two input sources.
DIRECT_CONTAINER - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
disableVersioning() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Disable versioning
distinct() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
doBackward(String) - Method in class org.fcrepo.kernel.api.identifiers.InternalIdentifierConverter
 
doForward(String) - Method in class org.fcrepo.kernel.api.identifiers.InternalIdentifierConverter
 
DomainRestrictedFunction<A,B> - Interface in org.fcrepo.kernel.api.functions
 

E

EBUCORE_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
EMBED_CONTAINS - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
enableVersioning() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Enable versioning
evaluatePolicies(FedoraResource) - Method in interface org.fcrepo.kernel.api.services.policy.StoragePolicyDecisionPoint
Given a fedora resource (likely a fedora:Binary resource), determine which storage policy should apply
evaluatePolicy(FedoraResource) - Method in interface org.fcrepo.kernel.api.services.policy.StoragePolicy
Evaluate the policy; if the policy matches, return the binary storage hint.
EVENT_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
EVENT_OUTCOME_INFORMATION - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
EventType - Enum in org.fcrepo.kernel.api.observer
A collection of repository event types
exists(String, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Check if a FedoraSession exists for a particular user
exists(String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Check if a FedoraSession exists for the anonymous user
exists(FedoraSession, String) - Method in interface org.fcrepo.kernel.api.services.Service
Test whether T exists at the given path in the repository
expire() - Method in interface org.fcrepo.kernel.api.FedoraSession
Expire the session
ExternalContentService - Interface in org.fcrepo.kernel.api.services
 

F

FCR_METADATA - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FCR_VERSIONS - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_BINARY - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_CONFIG_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
Fedora configuration namespace "fedora-config", used for user-settable configuration properties.
FEDORA_CONTAINER - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_CREATED - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_CREATEDBY - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_LASTMODIFIED - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_LASTMODIFIEDBY - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_NON_RDF_SOURCE_DESCRIPTION - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_PAIRTREE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_REPOSITORY_ROOT - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_RESOURCE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_SKOLEM - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FEDORA_TOMBSTONE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
FedoraBinary - Interface in org.fcrepo.kernel.api.models
 
FedoraEvent - Interface in org.fcrepo.kernel.api.observer
A very simple abstraction to support downstream event-related machinery.
FedoraInvalidNamespaceException - Exception in org.fcrepo.kernel.api.exception
Indicates a namespace used in a CRUD request has not been registered in the repository
FedoraInvalidNamespaceException(String) - Constructor for exception org.fcrepo.kernel.api.exception.FedoraInvalidNamespaceException
Ordinary constructor
FedoraInvalidNamespaceException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.FedoraInvalidNamespaceException
Ordinary constructor
FedoraRepository - Interface in org.fcrepo.kernel.api
The basic abstraction for a Fedora repository
FedoraResource - Interface in org.fcrepo.kernel.api.models
 
FedoraSession - Interface in org.fcrepo.kernel.api
The Fedora Session abstraction
FedoraTypes - Interface in org.fcrepo.kernel.api
Convenience class with constants for commonly used Fedora types.
FedoraVersion - Interface in org.fcrepo.kernel.api
 
FILENAME - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
filter(Predicate<? super Triple>) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
find(FedoraSession, String) - Method in interface org.fcrepo.kernel.api.services.Service
Retrieve an existing T instance by session and path
findAny() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
findFirst() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
findOrCreate(FedoraSession, String) - Method in interface org.fcrepo.kernel.api.services.Service
Retrieve a T instance by session and path
FIXITY_TYPE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
fixityProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
FixityResult - Interface in org.fcrepo.kernel.api.utils
 
FixityResult.FixityState - Enum in org.fcrepo.kernel.api.utils
The possible fixity states (which may be ORed together later)
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
forEach(Consumer<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
forEachOrdered(Consumer<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
fromModel(Node, Model) - Static method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
Create an RdfStream from an existing Model.
fromScheme(String) - Static method in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
Return enum value for the provided scheme (e.g.

G

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 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.FedoraSession
Get the date this session was created
getCreated() - Method in interface org.fcrepo.kernel.api.FedoraVersion
Get the date the version was created
getCreatedBy(Iterable<Statement>) - Static method in class org.fcrepo.kernel.api.utils.RelaxedPropertiesHelper
Gets the created by user (if any) that is included within the statements.
getCreatedDate() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get the date this resource was created
getCreatedDate(Iterable<Statement>) - Static method in class org.fcrepo.kernel.api.utils.RelaxedPropertiesHelper
Gets the created date (if any) that was included in the statements.
getCredentials(Object) - Method in interface org.fcrepo.kernel.api.services.CredentialsService
Get the credentials for the given request
getDate() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
 
getDescribedResource() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get the resource described by this resource
getDescription() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get the description for this resource
getEtagValue() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Construct an ETag value for the resource.
getEventID() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
Get the event ID.
getExpires() - Method in interface org.fcrepo.kernel.api.FedoraSession
Get the date this session expires
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.
getHttpStatus() - Method in exception org.fcrepo.kernel.api.exception.PreconditionException
 
getId() - Method in interface org.fcrepo.kernel.api.FedoraSession
Get the session identifier
getIdentifier() - Method in interface org.fcrepo.kernel.api.FedoraVersion
Get an identifier for this version
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 resource was last modified
getMimeType() - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
 
getModifiedBy(Iterable<Statement>) - Static method in class org.fcrepo.kernel.api.utils.RelaxedPropertiesHelper
Gets the modified by user (if any) that was included within the statements.
getModifiedDate(Iterable<Statement>) - Static method in class org.fcrepo.kernel.api.utils.RelaxedPropertiesHelper
Gets the modified date (if any) that was included within the statements.
getName() - Method in enum org.fcrepo.kernel.api.observer.EventType
 
getNamespaces() - Method in interface org.fcrepo.kernel.api.FedoraSession
Get a mapping of registered namespaces
getPath() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get the path to the resource
getPath() - 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
getResourceTypes() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
 
getScheme(String) - Static method in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
Return the scheme associated with the provided algorithm (e.g.
getSession(String, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Retrieve an open FedoraSession for a given user
getSession(String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Retrieve an open FedoraSession for an anonymous user
getSessionData(String) - Method in interface org.fcrepo.kernel.api.FedoraSession
Retrieve the session data for a given key
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
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
getType() - Method in enum org.fcrepo.kernel.api.observer.EventType
 
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
getUsedAlgorithm() - Method in interface org.fcrepo.kernel.api.utils.FixityResult
 
getUserId() - Method in interface org.fcrepo.kernel.api.FedoraSession
Get the user identifier associated with this session
getUserID() - Method in interface org.fcrepo.kernel.api.observer.FedoraEvent
 
getVersion(String) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get a resource version for this object with the provided label.
getVersionedAncestor() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
When this is a frozen node, get the ancestor that was explicitly versioned
getVersionLabelOfFrozenResource() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
This method returns the version label of this frozen resource.
getVersions() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Get a stream of versions associated with this 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

H

HAS_ACCESS_ROLES_SERVICE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_CHILD - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_CONTENT_LOCATION - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_CONTENT_LOCATION_VALUE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_CHECK_COUNT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_ERROR_COUNT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_REPAIRED_COUNT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_RESULT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_SERVICE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_FIXITY_STATE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_MEMBER_RELATION - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_MESSAGE_DIGEST - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_MESSAGE_DIGEST_ALGORITHM - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_MIME_TYPE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
HAS_MIME_TYPE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_NAMESPACE_PREFIX - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_NAMESPACE_URI - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_OBJECT_COUNT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_OBJECT_SIZE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_ORIGINAL_NAME - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_PARENT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_SIZE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_SPARQL_ENDPOINT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_TRANSACTION_SERVICE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_VERSION - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_VERSION_HISTORY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
HAS_VERSION_LABEL - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
hasProperty(String) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Does this resource have a property
hasType(String) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Check if this object uses a given RDF type
HierarchicalIdentifierSupplier - Interface in org.fcrepo.kernel.api.services.functions
Unique value minter that creates hierarchical IDs from a UUID

I

IdentifierConversionException - Exception in org.fcrepo.kernel.api.exception
 
IdentifierConversionException(String) - Constructor for exception org.fcrepo.kernel.api.exception.IdentifierConversionException
Ordinary constructor.
IdentifierConverter<A,B> - Class in org.fcrepo.kernel.api.identifiers
An IdentifierConverter accepts and returns identifiers, translating them in some type-specific manner.
IdentifierConverter() - Constructor for class org.fcrepo.kernel.api.identifiers.IdentifierConverter
 
INACCESSIBLE_RESOURCE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
INBOUND_REFERENCES - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
IncorrectTripleSubjectException - Exception in org.fcrepo.kernel.api.exception
Represents the condition that an attempt has been made to persist RDF to the repository as properties of a particular resource, but the subject of a triple in that RDF is not the resource in question.
IncorrectTripleSubjectException(String) - Constructor for exception org.fcrepo.kernel.api.exception.IncorrectTripleSubjectException
 
INDIRECT_CONTAINER - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
inDomain(A) - Method in interface org.fcrepo.kernel.api.functions.DomainRestrictedFunction
A predicate defining any domain restrictions on the function.
inDomain(A) - Method in class org.fcrepo.kernel.api.identifiers.IdentifierConverter
Check if the given resource is in the domain of this converter
inRange(B) - Method in interface org.fcrepo.kernel.api.functions.Converter
Whether the value is in the range of this function
InsufficientStorageException - Exception in org.fcrepo.kernel.api.exception
Exception thrown when the device has insufficient storage to complete the operation.
InsufficientStorageException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.InsufficientStorageException
Exception with message
InternalIdentifierConverter - Class in org.fcrepo.kernel.api.identifiers
Translates internal String identifiers to internal String identifiers.
InternalIdentifierConverter() - Constructor for class org.fcrepo.kernel.api.identifiers.InternalIdentifierConverter
 
InterruptedRuntimeException - Exception in org.fcrepo.kernel.api.exception
Indicates an interruption to the current thread
InterruptedRuntimeException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.InterruptedRuntimeException
Ordinary constructor
InvalidChecksumException - Exception in org.fcrepo.kernel.api.exception
Exception thrown when the calculated digest does not match the stored digest
InvalidChecksumException(String) - Constructor for exception org.fcrepo.kernel.api.exception.InvalidChecksumException
Exception with message
InvalidPrefixException - Exception in org.fcrepo.kernel.api.exception
Indicates a prefix used in a CRUD request has existed in the repository
InvalidPrefixException(String) - Constructor for exception org.fcrepo.kernel.api.exception.InvalidPrefixException
Ordinary constructor
InvalidPrefixException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.InvalidPrefixException
Ordinary constructor
InvalidResourceIdentifierException - Exception in org.fcrepo.kernel.api.exception
This exception is used for invalid resource identifiers, such as when a resource path has empty segments.
InvalidResourceIdentifierException(String) - Constructor for exception org.fcrepo.kernel.api.exception.InvalidResourceIdentifierException
Constructor
inverse() - Method in interface org.fcrepo.kernel.api.functions.Converter
 
inverse() - Method in interface org.fcrepo.kernel.api.functions.InvertibleFunction
The inverse of the defined function
InvertibleFunction<A,B> - Interface in org.fcrepo.kernel.api.functions
 
isFrozenResource() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Check if a resource is frozen (a historic version).
isManagedNamespace - Static variable in class org.fcrepo.kernel.api.RdfLexicon
Is this namespace one that the repository manages?
isManagedPredicate - Static variable in class org.fcrepo.kernel.api.RdfLexicon
Detects whether an RDF property is managed by the repository.
isNew() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Check if a resource was created in this session
isParallel() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
isRelaxed - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
isSupportedAlgorithm(String) - Static method in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
Return true if the provided algorithm is included in this enum
isVersioned() - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Check if a resource is versioned
iterator() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 

L

LAST_MODIFIED_BY - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
LAST_MODIFIED_DATE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
LDP_BASIC_CONTAINER - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_CONTAINER - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_DIRECT_CONTAINER - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_HAS_MEMBER_RELATION - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_INDIRECT_CONTAINER - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_INSERTED_CONTENT_RELATION - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_IS_MEMBER_OF_RELATION - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_MEMBER - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
LDP_MEMBER_RESOURCE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
Linked Data Platform namespace.
LDP_NON_RDF_SOURCE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
LDP_RDF_SOURCE - Static variable in interface org.fcrepo.kernel.api.FedoraTypes
 
limit(long) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
login() - Method in interface org.fcrepo.kernel.api.FedoraRepository
Login to the repository
login(Object) - Method in interface org.fcrepo.kernel.api.FedoraRepository
Login to the repository with credentials

M

MalformedRdfException - Exception in org.fcrepo.kernel.api.exception
Indicates that RDF was presented for persistence to the repository, but could not be persisted for some reportable reason.
MalformedRdfException(String) - Constructor for exception org.fcrepo.kernel.api.exception.MalformedRdfException
Ordinary constructor.
MalformedRdfException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.MalformedRdfException
Ordinary constructor.
MalformedRdfException(String, Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.MalformedRdfException
Ordinary constructor.
managedProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
map(Function<? super T, ? extends R>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
mapToInt(ToIntFunction<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
mapToLong(ToLongFunction<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
matches(URI) - Method in interface org.fcrepo.kernel.api.utils.FixityResult
Check if the fixity result matches the given checksum URI
matches(long) - Method in interface org.fcrepo.kernel.api.utils.FixityResult
Check if the fixity result matches the given size
matches(long, URI) - Method in interface org.fcrepo.kernel.api.utils.FixityResult
Does the fixity entry match the given size and checksum?
max(Comparator<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
MEMBER_SUBJECT - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
MEMBERSHIP_RESOURCE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
membershipProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
min(Comparator<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
missingChecksum() - Static method in class org.fcrepo.kernel.api.utils.ContentDigest
Placeholder checksum value.
moveObject(FedoraSession, String, String) - Method in interface org.fcrepo.kernel.api.services.NodeService
Move an existing object from the source path to the destination path

N

namespaceProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
node - Variable in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
NodeService - Interface in org.fcrepo.kernel.api.services
 
NON_RDF_SOURCE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
noneMatch(Predicate<? super T>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
NonRdfSourceDescription - Interface in org.fcrepo.kernel.api.models
 
NoSuchPropertyDefinitionException - Exception in org.fcrepo.kernel.api.exception
Represents the case where a property definition has been requested but does not exist.
NoSuchPropertyDefinitionException(String) - Constructor for exception org.fcrepo.kernel.api.exception.NoSuchPropertyDefinitionException
Ordinary constructor.
notCommon() - Method in class org.fcrepo.kernel.api.utils.GraphDifferencer
This method will return null until the source iterator is exhausted.

O

onClose(Runnable) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
OptionalValues - Class in org.fcrepo.kernel.api.observer
 
org.fcrepo.kernel.api - package org.fcrepo.kernel.api
 
org.fcrepo.kernel.api.exception - package org.fcrepo.kernel.api.exception
Kernel exception classes.
org.fcrepo.kernel.api.functions - package org.fcrepo.kernel.api.functions
 
org.fcrepo.kernel.api.identifiers - package org.fcrepo.kernel.api.identifiers
 
org.fcrepo.kernel.api.models - package org.fcrepo.kernel.api.models
 
org.fcrepo.kernel.api.observer - package org.fcrepo.kernel.api.observer
 
org.fcrepo.kernel.api.rdf - package org.fcrepo.kernel.api.rdf
 
org.fcrepo.kernel.api.services - package org.fcrepo.kernel.api.services
 
org.fcrepo.kernel.api.services.functions - package org.fcrepo.kernel.api.services.functions
 
org.fcrepo.kernel.api.services.policy - package org.fcrepo.kernel.api.services.policy
 
org.fcrepo.kernel.api.utils - package org.fcrepo.kernel.api.utils
 
otherServiceProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
OutOfDomainSubjectException - Exception in org.fcrepo.kernel.api.exception
Fedora does not accept RDF with subjects that are not local to the repository.
OutOfDomainSubjectException(Node) - Constructor for exception org.fcrepo.kernel.api.exception.OutOfDomainSubjectException
Takes the subject that is out of domain, creates message.

P

PAGE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
parallel() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
PathNotFoundRuntimeException - Exception in org.fcrepo.kernel.api.exception
 
PathNotFoundRuntimeException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.PathNotFoundRuntimeException
Wrap a PathNotFoundException in a runtime exception
peek(Consumer<? super Triple>) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
PreconditionException - Exception in org.fcrepo.kernel.api.exception
 
PreconditionException(String, int) - Constructor for exception org.fcrepo.kernel.api.exception.PreconditionException
Ordinary constructor
PREMIS_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
PROV_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 

R

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
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
 
refresh(String, String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Refresh an existing session using an implementation-defined default
refresh(String) - Method in interface org.fcrepo.kernel.api.services.BatchService
Refresh an existing anonymous session using an implementation-defined default
relaxableProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
RelaxedPropertiesHelper - Class in org.fcrepo.kernel.api.utils
Some server managed triples can have the prohibition on user-management overridden.
removeExpired() - Method in interface org.fcrepo.kernel.api.services.BatchService
Check for expired batch operations and remove them
removeSessionData(String, String) - Method in interface org.fcrepo.kernel.api.FedoraSession
Remove a particular session key-value pair
removeSessionData(String) - Method in interface org.fcrepo.kernel.api.FedoraSession
Remove all session data for a particular key
removeVersion(FedoraSession, 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 "fedora"
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
An extension of RepositoryRuntimeException that may be thrown when attempting a operation (or instantiation) of a FedoraResource on a different (and incompatible) type.
ResourceTypeException(String) - Constructor for exception org.fcrepo.kernel.api.exception.ResourceTypeException
Default constructor.
restoreRepository(FedoraSession, 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(FedoraSession, String, String) - Method in interface org.fcrepo.kernel.api.services.VersionService
Reverts the node to the version identified by the label.

S

sequential() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
SERVER_MANAGED - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
SERVER_MANAGED_PROPERTIES_MODE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
serverManagedProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
ServerManagedPropertyException - Exception in org.fcrepo.kernel.api.exception
 
ServerManagedPropertyException(String) - Constructor for exception org.fcrepo.kernel.api.exception.ServerManagedPropertyException
 
ServerManagedTypeException - Exception in org.fcrepo.kernel.api.exception
Certain mixin types are managed by the repository only.
ServerManagedTypeException(String) - Constructor for exception org.fcrepo.kernel.api.exception.ServerManagedTypeException
 
ServerManagedTypeException(Throwable) - Constructor for exception org.fcrepo.kernel.api.exception.ServerManagedTypeException
Ordinary constructor.
Service<T> - Interface in org.fcrepo.kernel.api.services
 
SessionMissingException - Exception in org.fcrepo.kernel.api.exception
A transaction was not found in the transaction registry
SessionMissingException(String) - Constructor for exception org.fcrepo.kernel.api.exception.SessionMissingException
 
setContent(InputStream, String, Collection<URI>, String, StoragePolicyDecisionPoint) - Method in interface org.fcrepo.kernel.api.models.FedoraBinary
Sets the content of this Datastream.
setPolicies(List<StoragePolicy>) - Method in interface org.fcrepo.kernel.api.services.policy.StoragePolicyDecisionPoint
Explicitly set the policies this PDP should use
skip(long) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
sorted() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
sorted(Comparator<? super Triple>) - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
SPARQL_SD_NAMESPACE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
SPARQL service description namespace.
spliterator() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
StoragePolicy - Interface in org.fcrepo.kernel.api.services.policy
A binary storage policy definition and evaluation machinery
StoragePolicyDecisionPoint - Interface in org.fcrepo.kernel.api.services.policy
Service Interface implementation for managing and using StoragePolicy
stream - Variable in class org.fcrepo.kernel.api.utils.WrappingStream
 
structProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 

T

toArray() - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
toArray(IntFunction<A[]>) - Method in class org.fcrepo.kernel.api.utils.WrappingStream
 
toDomain(String) - Method in class org.fcrepo.kernel.api.identifiers.IdentifierConverter
Convert a plain string to a resource appropriate to this converter
Tombstone - Interface in org.fcrepo.kernel.api.models
 
TombstoneException - Exception in org.fcrepo.kernel.api.exception
Exception when a Tombstone FedoraResource is used where a real object is expected
TombstoneException(FedoraResource) - Constructor for exception org.fcrepo.kernel.api.exception.TombstoneException
Construct a new tombstone exception for a resource
TombstoneException(FedoraResource, String) - Constructor for exception org.fcrepo.kernel.api.exception.TombstoneException
Create a new tombstone exception with a URI to the tombstone resource
toModel() - Static method in class org.fcrepo.kernel.api.RdfCollectors
 
topic() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
topic() - Method in interface org.fcrepo.kernel.api.RdfStream
 
TripleCategory - Interface in org.fcrepo.kernel.api
A element in a particular partition of the possible triples produced for a given resource.

U

UniqueValueSupplier - Interface in org.fcrepo.kernel.api.services.functions
A Supplier interface that guarantees the uniqueness of its provided values.
unordered() - Method in class org.fcrepo.kernel.api.rdf.DefaultRdfStream
 
updateExpiry(Duration) - Method in interface org.fcrepo.kernel.api.FedoraSession
Update the expiry by the provided amount
updateProperties(IdentifierConverter<Resource, FedoraResource>, String, RdfStream) - Method in interface org.fcrepo.kernel.api.models.FedoraResource
Update the provided properties with a SPARQL Update query.
USER_AGENT - Static variable in class org.fcrepo.kernel.api.observer.OptionalValues
 

V

valueOf(String) - Static method in enum org.fcrepo.kernel.api.observer.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fcrepo.kernel.api.RequiredRdfContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fcrepo.kernel.api.utils.FixityResult.FixityState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fcrepo.kernel.api.observer.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fcrepo.kernel.api.RequiredRdfContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fcrepo.kernel.api.utils.FixityResult.FixityState
Returns an array containing the constants of this enum type, in the order they are declared.
versioningProperties - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
VersionService - Interface in org.fcrepo.kernel.api.services
 

W

WrappingStream<T> - Class in org.fcrepo.kernel.api.utils
Partial Implementation of a Wrapping Stream
WrappingStream() - Constructor for class org.fcrepo.kernel.api.utils.WrappingStream
 
WRITABLE - Static variable in class org.fcrepo.kernel.api.RdfLexicon
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2013–2023 DuraSpace, Inc.. All rights reserved.