Uses of Interface
org.fcrepo.migration.MigrationIDMapper
-
Packages that use MigrationIDMapper Package Description org.fcrepo.migration.handlers org.fcrepo.migration.idmappers org.fcrepo.migration.urlmappers -
-
Uses of MigrationIDMapper in org.fcrepo.migration.handlers
Constructors in org.fcrepo.migration.handlers with parameters of type MigrationIDMapper Constructor Description BasicObjectVersionHandler(Fedora4Client client, MigrationIDMapper idMapper, String localFedoraServer, NamespacePrefixMapper namespacePrefixMapper)Basic object version handler. -
Uses of MigrationIDMapper in org.fcrepo.migration.idmappers
Classes in org.fcrepo.migration.idmappers that implement MigrationIDMapper Modifier and Type Class Description classOpaqueIDMapperAn IDMapper implementation that maps identifiers by simply creating new objects in the Fedora 4 instance and thus delegating to whatever pid minter is configured for the repository. -
Uses of MigrationIDMapper in org.fcrepo.migration.urlmappers
Constructors in org.fcrepo.migration.urlmappers with parameters of type MigrationIDMapper Constructor Description SelfReferencingURLMapper(String localFedoraServer, MigrationIDMapper idMapper)Basic constructor.
-