Uses of Class
com.evolveum.midpoint.schema.validator.UpgradePhase
-
Packages that use UpgradePhase Package Description com.evolveum.midpoint.ninja.action.upgrade.action com.evolveum.midpoint.schema.validator com.evolveum.midpoint.schema.validator.processor -
-
Uses of UpgradePhase in com.evolveum.midpoint.ninja.action.upgrade.action
Methods in com.evolveum.midpoint.ninja.action.upgrade.action that return types with arguments of type UpgradePhase Modifier and Type Method Description List<UpgradePhase>UpgradeObjectsOptions. getPhases()Method parameters in com.evolveum.midpoint.ninja.action.upgrade.action with type arguments of type UpgradePhase Modifier and Type Method Description voidUpgradeObjectsOptions. setPhases(List<UpgradePhase> phases) -
Uses of UpgradePhase in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator that return UpgradePhase Modifier and Type Method Description UpgradePhaseUpgradeObjectProcessor. getPhase()UpgradePhaseUpgradeValidationItem. getPhase()static UpgradePhaseUpgradePhase. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradePhase[]UpgradePhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.validator with parameters of type UpgradePhase Modifier and Type Method Description voidUpgradeValidationItem. setPhase(UpgradePhase phase) -
Uses of UpgradePhase in com.evolveum.midpoint.schema.validator.processor
Methods in com.evolveum.midpoint.schema.validator.processor that return UpgradePhase Modifier and Type Method Description UpgradePhaseAccountPasswordPolicyProcessor. getPhase()UpgradePhaseActivityTracingProcessor. getPhase()UpgradePhaseAdditionalPanelsProcessor. getPhase()UpgradePhaseAddRemoveAttributeValuesProcessor. getPhase()UpgradePhaseApprovalWorkItemsProcessor. getPhase()UpgradePhaseBoundaryProcessor. getPhase()UpgradePhaseCaseTaskRefProcessor. getPhase()UpgradePhaseCleanupPolicyProcessor. getPhase()UpgradePhaseContainerProcessor. getPhase()UpgradePhaseDefaultObjectTypeProcessor. getPhase()UpgradePhaseDefaultScopeProcessor. getPhase()UpgradePhaseExpectedTotalProcessor. getPhase()UpgradePhaseLiveSyncErrorHandlingProcessor. getPhase()UpgradePhaseModelOperationContextProcessor. getPhase()UpgradePhaseObjectFormsProcessor. getPhase()UpgradePhaseOidBoundProcessor. getPhase()UpgradePhasePersonaTargetSubtypeProcessor. getPhase()UpgradePhasePropertyConstraintProcessor. getPhase()UpgradePhaseReconcileAffectedProcessor. getPhase()UpgradePhaseRecurrenceProcessor. getPhase()UpgradePhaseReportDataProcessor. getPhase()UpgradePhaseReportOutputOidProcessor. getPhase()UpgradePhaseSaml2DeprecatedProcessor. getPhase()UpgradePhaseSearchItemDisplayNameProcessor. getPhase()UpgradePhaseSmsAuthenticationProcessor. getPhase()UpgradePhaseSubtypeProcessor. getPhase()UpgradePhaseTaskCategoryProcessor. getPhase()UpgradePhaseTaskPolicyProcessor. getPhase()UpgradePhaseUserDashboardProcessor. getPhase()
-