Class ObjectUpgradeValidator
java.lang.Object
com.evolveum.midpoint.schema.validator.ObjectUpgradeValidator
Enhanced validator that also produces more information about how validation item should be updated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTypeToCheck
(@NotNull ValidationItemType item, boolean check) void
void
<O extends ObjectType>
UpgradeValidationResultvalidate
(PrismObject<O> object)
-
Constructor Details
-
ObjectUpgradeValidator
public ObjectUpgradeValidator()
-
-
Method Details
-
setTypeToCheck
-
setWarnPlannedRemovalVersion
-
showAllWarnings
public void showAllWarnings() -
validate
public <O extends ObjectType> UpgradeValidationResult validate(PrismObject<O> object) throws Exception - Throws:
Exception
-