Class AuthorityNameConstraint

  • All Implemented Interfaces:
    org.alfresco.service.cmr.dictionary.Constraint

    public class AuthorityNameConstraint
    extends org.alfresco.repo.dictionary.constraint.AbstractConstraint
    • Field Summary

      • Fields inherited from class org.alfresco.repo.dictionary.constraint.AbstractConstraint

        ERR_EVALUATE_EXCEPTION, ERR_PROP_NOT_SET
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void evaluateSingleValue​(java.lang.Object value)  
      • Methods inherited from class org.alfresco.repo.dictionary.constraint.AbstractConstraint

        checkPropertyNotNull, evaluate, evaluateCollection, getParameters, getShortName, getTitle, getType, initialize, set_shortName, setRegistry, setShortName, setTitle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthorityNameConstraint

        public AuthorityNameConstraint()
    • Method Detail

      • evaluateSingleValue

        protected void evaluateSingleValue​(java.lang.Object value)
        Specified by:
        evaluateSingleValue in class org.alfresco.repo.dictionary.constraint.AbstractConstraint