Uses of Class
fr.gouv.vitam.storage.offers.migration.SwiftMigrationMode
-
Packages that use SwiftMigrationMode Package Description fr.gouv.vitam.storage.offers.migration -
-
Uses of SwiftMigrationMode in fr.gouv.vitam.storage.offers.migration
Methods in fr.gouv.vitam.storage.offers.migration that return SwiftMigrationMode Modifier and Type Method Description SwiftMigrationMode
SwiftMigrationRequest. getSwiftMigrationMode()
static SwiftMigrationMode
SwiftMigrationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SwiftMigrationMode[]
SwiftMigrationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.offers.migration with parameters of type SwiftMigrationMode Modifier and Type Method Description SwiftMigrationRequest
SwiftMigrationRequest. setSwiftMigrationMode(SwiftMigrationMode swiftMigrationMode)
boolean
SwiftMigrationService. tryStartMigration(SwiftMigrationMode swiftMigrationMode)
Constructors in fr.gouv.vitam.storage.offers.migration with parameters of type SwiftMigrationMode Constructor Description SwiftMigrationRequest(SwiftMigrationMode swiftMigrationMode)
-