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) -
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, boolean addDatastreamExtensions, boolean deleteInactive, String user)Create an ArchiveGroupHandler,
-