Uses of Interface
fedora.common.Constants

Packages that use Constants
fedora.client   
fedora.client.test   
fedora.server   
fedora.server.access   
fedora.server.config   
fedora.server.journal   
fedora.server.management   
fedora.server.oai   
fedora.server.resourceIndex   
fedora.server.search   
fedora.server.security   
fedora.server.security.servletfilters.xmluserfile   
fedora.server.storage   
fedora.server.storage.lowlevel   
fedora.server.storage.replication   
fedora.server.storage.translation   
fedora.server.utilities   
fedora.server.utilities.rebuild   
fedora.server.validation   
 

Uses of Constants in fedora.client
 

Classes in fedora.client that implement Constants
 class FedoraClient
          General-purpose utility class for Fedora clients.
 

Uses of Constants in fedora.client.test
 

Classes in fedora.client.test that implement Constants
 class PerformanceTests
          Performs test to determine the time necessary to execute various repository activities.
 

Uses of Constants in fedora.server
 

Classes in fedora.server that implement Constants
 class BasicServer
          Fedora Server.
 class DatastoreConfig
          Title: DatastoreConfig.java
 class Module
          Base class for Fedora server modules.
 class Parameterized
          Title: Parameterized.java
 class Pluggable
          Title: Pluggable.java
 class Server
          The starting point for working with a Fedora repository.
 

Uses of Constants in fedora.server.access
 

Classes in fedora.server.access that implement Constants
 class DefaultAccess
          Title: DefaultAccess.java
 class DynamicAccessModule
          Title: DynamicAccessModule.java
 

Uses of Constants in fedora.server.config
 

Classes in fedora.server.config that implement Constants
 class Parameter
           
 

Uses of Constants in fedora.server.journal
 

Classes in fedora.server.journal that implement Constants
 class Journaller
           Title: Journaller.java
 

Uses of Constants in fedora.server.management
 

Classes in fedora.server.management that implement Constants
 class BasicPIDGenerator
          A wrapper around the DBPIDGenerator class that casts it as a Module.
 class DefaultManagement
          Implements API-M without regard to the transport/messaging protocol.
 

Uses of Constants in fedora.server.oai
 

Classes in fedora.server.oai that implement Constants
 class FedoraOAIProviderModule
          An OAIProvider that acts as a server module and wraps FedoraOAIProvider.
 

Uses of Constants in fedora.server.resourceIndex
 

Classes in fedora.server.resourceIndex that implement Constants
 class BaseTripleGenerator
          Generates base RDF triples for Fedora objects.
 class MethodAwareTripleGenerator
          Generates RDF triples for Fedora objects with the help of a MethodInfoProvider.
 class ResourceIndexModule
          Fedora's ResourceIndex as a configurable module.
 

Uses of Constants in fedora.server.search
 

Classes in fedora.server.search that implement Constants
 class FieldSearchSQLModule
          Module that wraps FieldSearchSQLImpl.
 

Uses of Constants in fedora.server.security
 

Classes in fedora.server.security that implement Constants
 class DefaultAuthorization
          The Authorization module, protecting access to Fedora's API-A and API-M endpoints.
 class DefaultBackendSecurity
          A Module for accessing backend service security configuration information.
 

Uses of Constants in fedora.server.security.servletfilters.xmluserfile
 

Classes in fedora.server.security.servletfilters.xmluserfile that implement Constants
 class FedoraUsers
           
 class FilterXmlUserfile
           
 

Uses of Constants in fedora.server.storage
 

Classes in fedora.server.storage that implement Constants
 class ConnectionPoolManagerImpl
          Implements ConnectionPoolManager to facilitate obtaining database connection pools.
 class DefaultDOManager
          Manages the reading and writing of digital objects by instantiating an appropriate object reader or writer.
 class DefaultExternalContentManager
          Title: DefaultExternalContentManager.java
 class GSearchDOManager
          DefaultDOManager extension that updates a GSearch (Fedora Generic Search) service as object changes are committed.
 

Uses of Constants in fedora.server.storage.lowlevel
 

Classes in fedora.server.storage.lowlevel that implement Constants
 class DefaultLowlevelStorageModule
           
 

Uses of Constants in fedora.server.storage.replication
 

Classes in fedora.server.storage.replication that implement Constants
 class DefaultDOReplicator
          Title: DefaultDOReplicator.java
 

Uses of Constants in fedora.server.storage.translation
 

Classes in fedora.server.storage.translation that implement Constants
 class DOTranslatorModule
          DOTranslatorImpl as a Module.
 class FOXMLDODeserializer
          Deserializes XML digital object encoded in accordance with the Fedora Object XML (FOXML) schema defined at: http://www.fedora.info/definitions/1/0/foxml1-0.xsd.
 class FOXMLDOSerializer
          Creates an XML serialization of a Fedora digital object in accordance with the Fedora Object XML (FOXML) XML Schema defined at: http://www.fedora.info/definitions/1/0/foxml1-0.xsd.
 

Uses of Constants in fedora.server.utilities
 

Classes in fedora.server.utilities that implement Constants
 class ThreadMonitorModule
          Module wrapper for ThreadMonitorImpl.
 

Uses of Constants in fedora.server.utilities.rebuild
 

Classes in fedora.server.utilities.rebuild that implement Constants
 class Rebuild
          Entry-point for rebuilding various aspects of the repository.
 class RebuildDOManager
          DefaultDOManager subclass for the rebuilder.
 class RebuildServer
           
 

Uses of Constants in fedora.server.validation
 

Classes in fedora.server.validation that implement Constants
 class DOValidatorModule
          Module Wrapper for DOValidatorImpl.