Uses of Interface
org.fcrepo.migration.Fedora4Client
-
Packages that use Fedora4Client Package Description org.fcrepo.migration.f4clients org.fcrepo.migration.handlers org.fcrepo.migration.idmappers -
-
Uses of Fedora4Client in org.fcrepo.migration.f4clients
Classes in org.fcrepo.migration.f4clients that implement Fedora4Client Modifier and Type Class Description classStatelessFedora4ClientA Fedora4Client implementation that uses the code from the fcrepo-camel project when possible. -
Uses of Fedora4Client in org.fcrepo.migration.handlers
Constructors in org.fcrepo.migration.handlers with parameters of type Fedora4Client Constructor Description BasicObjectVersionHandler(Fedora4Client client, MigrationIDMapper idMapper, String localFedoraServer, NamespacePrefixMapper namespacePrefixMapper)Basic object version handler. -
Uses of Fedora4Client in org.fcrepo.migration.idmappers
Constructors in org.fcrepo.migration.idmappers with parameters of type Fedora4Client Constructor Description OpaqueIDMapper(File cachedIDIndexDir, Fedora4Client f4Client)A constructor.
-