Class ShadowCheckResult
java.lang.Object
com.evolveum.midpoint.model.impl.integrity.shadows.ShadowCheckResult
Result of checking a particular shadow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFixDelta
(PropertyDelta delta, String fixIsForProblem) boolean
boolean
recordError
(String problemCode, Exception e) recordWarning
(String problemCode, String message) void
void
setFixApplied
(boolean fixApplied) void
setFixByRemovingShadow
(String fixIsForProblem) void
setResource
(PrismObject<ResourceType> resource) void
setShadow
(PrismObject<ShadowType> shadow) void
setWarnings
(List<String> warnings)
-
Constructor Details
-
ShadowCheckResult
-
-
Method Details
-
recordError
-
recordWarning
-
getShadow
-
setShadow
-
getResource
-
setResource
-
getErrors
-
setErrors
-
getWarnings
-
setWarnings
-
addFixDelta
-
getFixDeltas
-
getProblemCodes
-
isFixByRemovingShadow
public boolean isFixByRemovingShadow() -
setFixByRemovingShadow
-
isFixApplied
public boolean isFixApplied() -
setFixApplied
public void setFixApplied(boolean fixApplied) -
getFixForProblems
-