Package | Description |
---|---|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
Modifier and Type | Method and Description |
---|---|
static MigrationPolicy |
MigrationPolicy.fromValue(String value) |
MigrationPolicy |
FileStore.getMigrationPolicy()
Get the migration policy.
|
MigrationPolicy |
JdbcStore.getMigrationPolicy()
Get the migration policy.
|
static MigrationPolicy |
MigrationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationPolicy[] |
MigrationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileStore |
FileStore.setMigrationPolicy(MigrationPolicy migrationPolicy)
Set the migration policy.
|
JdbcStore |
JdbcStore.setMigrationPolicy(MigrationPolicy migrationPolicy)
Set the migration policy.
|