Uses of Class
org.fcrepo.migration.ResourceMigrationType
-
Packages that use ResourceMigrationType Package Description org.fcrepo.migration org.fcrepo.migration.handlers.ocfl -
-
Uses of ResourceMigrationType in org.fcrepo.migration
Methods in org.fcrepo.migration that return ResourceMigrationType Modifier and Type Method Description static ResourceMigrationTypeResourceMigrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceMigrationType[]ResourceMigrationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceMigrationType in org.fcrepo.migration.handlers.ocfl
Constructors in org.fcrepo.migration.handlers.ocfl with parameters of type ResourceMigrationType 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,
-