Class ConstraintsCheckingResult
java.lang.Object
com.evolveum.midpoint.provisioning.api.ConstraintsCheckingResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConstraintsCheckingResultcreateOk()booleanvoidsetCheckedAttributes(Set<QName> checkedAttributes) voidsetConflictingAttributes(Set<QName> conflictingAttributes) voidsetConflictingShadow(PrismObject conflictingShadow) voidsetMessages(String messages) voidsetSatisfiesConstraints(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
-