Uses of Class
org.fcrepo.migration.MigrationType
-
Packages that use MigrationType Package Description org.fcrepo.migration org.fcrepo.migration.handlers.ocfl -
-
Uses of MigrationType in org.fcrepo.migration
Methods in org.fcrepo.migration that return MigrationType Modifier and Type Method Description static MigrationTypeMigrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationType[]MigrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.fcrepo.migration with parameters of type MigrationType Constructor Description OcflSessionFactoryFactoryBean(Path ocflRoot, Path stagingDir, MigrationType migrationType, String user, String userUri, boolean disableChecksumValidation)OcflSessionFactoryFactoryBean(Path ocflRoot, Path stagingDir, MigrationType migrationType, String user, String userUri, edu.wisc.library.ocfl.api.model.DigestAlgorithm digestAlgorithm, boolean disableChecksumValidation) -
Uses of MigrationType in org.fcrepo.migration.handlers.ocfl
Constructors in org.fcrepo.migration.handlers.ocfl with parameters of type MigrationType Constructor Description ArchiveGroupHandler(org.fcrepo.storage.ocfl.OcflObjectSessionFactory sessionFactory, MigrationType migrationType, ResourceMigrationType resourceMigrationType, boolean addDatastreamExtensions, boolean deleteInactive, boolean foxmlFile, String user, String idPrefix, boolean disableChecksumValidation)Create an ArchiveGroupHandler,
-