Class ConstraintsCheckingResult


  • public class ConstraintsCheckingResult
    extends Object
    Author:
    mederly
    • Constructor Detail

      • ConstraintsCheckingResult

        public ConstraintsCheckingResult()
    • Method Detail

      • isSatisfiesConstraints

        public boolean isSatisfiesConstraints()
      • setSatisfiesConstraints

        public void setSatisfiesConstraints​(boolean satisfiesConstraints)
      • getConflictingShadow

        public PrismObject getConflictingShadow()
      • setConflictingShadow

        public void setConflictingShadow​(PrismObject conflictingShadow)
      • getMessages

        public String getMessages()
      • setMessages

        public void setMessages​(String messages)
      • getCheckedAttributes

        public Set<QName> getCheckedAttributes()
      • setCheckedAttributes

        public void setCheckedAttributes​(Set<QName> checkedAttributes)
      • getConflictingAttributes

        public Set<QName> getConflictingAttributes()
      • setConflictingAttributes

        public void setConflictingAttributes​(Set<QName> conflictingAttributes)