Class ConstraintsCheckingResult
java.lang.Object
com.evolveum.midpoint.provisioning.api.ConstraintsCheckingResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConstraintsCheckingResult
createOk()
boolean
void
setCheckedAttributes
(Set<QName> checkedAttributes) void
setConflictingAttributes
(Set<QName> conflictingAttributes) void
setConflictingShadow
(PrismObject conflictingShadow) void
setMessages
(String messages) void
setSatisfiesConstraints
(boolean satisfiesConstraints)
-
Constructor Details
-
ConstraintsCheckingResult
public ConstraintsCheckingResult()
-
-
Method Details
-
createOk
-
isSatisfiesConstraints
public boolean isSatisfiesConstraints() -
setSatisfiesConstraints
public void setSatisfiesConstraints(boolean satisfiesConstraints) -
getConflictingShadow
-
setConflictingShadow
-
getMessages
-
setMessages
-
getCheckedAttributes
-
setCheckedAttributes
-
getConflictingAttributes
-
setConflictingAttributes
-