Uses of Class
com.evolveum.midpoint.prism.SchemaMigration
-
Packages that use SchemaMigration Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.prism com.evolveum.midpoint.prism.deleg -
-
Uses of SchemaMigration in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type SchemaMigration Modifier and Type Method Description List<SchemaMigration>CompositeRefinedObjectClassDefinitionImpl. getSchemaMigrations()List<SchemaMigration>LayerRefinedAttributeDefinitionImpl. getSchemaMigrations()List<SchemaMigration>LayerRefinedObjectClassDefinitionImpl. getSchemaMigrations()List<SchemaMigration>RefinedObjectClassDefinitionImpl. getSchemaMigrations() -
Uses of SchemaMigration in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return types with arguments of type SchemaMigration Modifier and Type Method Description List<SchemaMigration>Definition. getSchemaMigrations()Methods in com.evolveum.midpoint.prism with parameters of type SchemaMigration Modifier and Type Method Description voidMutableDefinition. addSchemaMigration(SchemaMigration schemaMigration) -
Uses of SchemaMigration in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type SchemaMigration Modifier and Type Method Description default List<SchemaMigration>DefinitionDelegator. getSchemaMigrations()
-