Uses of Enum Class
com.evolveum.midpoint.prism.SchemaMigrationOperation
Packages that use SchemaMigrationOperation
-
Uses of SchemaMigrationOperation in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return SchemaMigrationOperationModifier and TypeMethodDescriptionSchemaMigration.getOperation()
static SchemaMigrationOperation
static SchemaMigrationOperation
Returns the enum constant of this class with the specified name.static SchemaMigrationOperation[]
SchemaMigrationOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.prism with parameters of type SchemaMigrationOperationModifierConstructorDescriptionSchemaMigration
(QName elementQName, String version, SchemaMigrationOperation operation) SchemaMigration
(QName elementQName, String version, SchemaMigrationOperation operation, QName replacement)