Uses of Class
com.evolveum.midpoint.prism.SchemaMigrationOperation
-
Packages that use SchemaMigrationOperation Package Description com.evolveum.midpoint.prism -
-
Uses of SchemaMigrationOperation in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return SchemaMigrationOperation Modifier and Type Method Description SchemaMigrationOperationSchemaMigration. getOperation()static SchemaMigrationOperationSchemaMigrationOperation. parse(String s)static SchemaMigrationOperationSchemaMigrationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaMigrationOperation[]SchemaMigrationOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.prism with parameters of type SchemaMigrationOperation Constructor Description SchemaMigration(QName elementQName, String version, SchemaMigrationOperation operation)SchemaMigration(QName elementQName, String version, SchemaMigrationOperation operation, QName replacement)
-