Uses of Class
com.evolveum.midpoint.prism.SchemaMigration
Packages that use SchemaMigration
Package
Description
-
Uses of SchemaMigration in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type SchemaMigrationModifier and TypeMethodDescriptionItemWrapperImpl.getSchemaMigrations()ValueMetadataWrapperImpl.getSchemaMigrations() -
Uses of SchemaMigration in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return types with arguments of type SchemaMigrationModifier and TypeMethodDescription@Nullable List<SchemaMigration>PrismLifecycleDefinition.Data.getSchemaMigrations()default @Nullable List<SchemaMigration>PrismLifecycleDefinition.Delegable.getSchemaMigrations()@Nullable List<SchemaMigration>PrismLifecycleDefinition.getSchemaMigrations()Methods in com.evolveum.midpoint.prism with parameters of type SchemaMigrationModifier and TypeMethodDescriptionvoidPrismLifecycleDefinition.Data.addSchemaMigration(SchemaMigration value) voidPrismLifecycleDefinition.Mutable.addSchemaMigration(SchemaMigration value) default voidPrismLifecycleDefinition.Mutable.Delegable.addSchemaMigration(SchemaMigration value) Method parameters in com.evolveum.midpoint.prism with type arguments of type SchemaMigrationModifier and TypeMethodDescriptionvoidPrismLifecycleDefinition.Data.setSchemaMigrations(List<SchemaMigration> value) voidPrismLifecycleDefinition.Mutable.setSchemaMigrations(List<SchemaMigration> value) -
Uses of SchemaMigration in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type SchemaMigrationModifier and TypeMethodDescriptiondefault List<SchemaMigration>DefinitionDelegator.getSchemaMigrations() -
Uses of SchemaMigration in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type SchemaMigrationModifier and TypeMethodDescriptionAbstractResourceObjectDefinitionImpl.getSchemaMigrations()CompositeObjectDefinitionImpl.getSchemaMigrations()@Nullable List<SchemaMigration>NormalizationAwareResourceAttributeDefinition.getSchemaMigrations()@Nullable List<SchemaMigration>ShadowAssociationDefinitionImpl.getSchemaMigrations()ShadowAttributeDefinitionImpl.getSchemaMigrations()Methods in com.evolveum.midpoint.schema.processor with parameters of type SchemaMigrationModifier and TypeMethodDescriptiondefault voidNativeObjectClassDefinition.NativeObjectClassDefinitionBuilder.addSchemaMigration(SchemaMigration value) voidNativeShadowAttributeDefinitionImpl.addSchemaMigration(SchemaMigration value) voidShadowAssociationDefinitionImpl.addSchemaMigration(SchemaMigration value) voidShadowReferenceAttributeDefinitionImpl.addSchemaMigration(SchemaMigration value) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type SchemaMigrationModifier and TypeMethodDescriptiondefault voidNativeObjectClassDefinition.NativeObjectClassDefinitionBuilder.setSchemaMigrations(List<SchemaMigration> value) voidNativeShadowAttributeDefinitionImpl.setSchemaMigrations(List<SchemaMigration> value) voidShadowAssociationDefinitionImpl.setSchemaMigrations(List<SchemaMigration> value) voidShadowReferenceAttributeDefinitionImpl.setSchemaMigrations(List<SchemaMigration> value)