Class UserNameConstraint
- java.lang.Object
-
- org.alfresco.repo.dictionary.constraint.AbstractConstraint
-
- org.alfresco.repo.dictionary.constraint.UserNameConstraint
-
- All Implemented Interfaces:
Constraint
public class UserNameConstraint extends AbstractConstraint
Apply constraints for user names.- Author:
- andyh
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.dictionary.constraint.AbstractConstraint
ERR_EVALUATE_EXCEPTION, ERR_PROP_NOT_SET
-
-
Constructor Summary
Constructors Constructor Description UserNameConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidevaluateSingleValue(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
-
-
-
-
Method Detail
-
evaluateSingleValue
protected void evaluateSingleValue(Object value)
- Specified by:
evaluateSingleValuein classAbstractConstraint
-
-