Class RMListOfValuesConstraint
java.lang.Object
org.alfresco.repo.dictionary.constraint.AbstractConstraint
org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint
org.alfresco.module.org_alfresco_module_dod5015.caveat.RMListOfValuesConstraint
- All Implemented Interfaces:
Constraint
Compatibility Implementation.
Used as a compatibility implementation when migrating from V1.0 to V2.0. RMCustom model still references this class implementation, but package has been changed.
- Author:
- Roy Wetherall
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint
RMListOfValuesConstraint.MatchLogic
-
Field Summary
Fields inherited from class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
ALLOWED_VALUES_PARAM, CASE_SENSITIVE_PARAM, caseSensitive, CONSTRAINT_TYPE, sorted, SORTED_PARAM
Fields inherited from class org.alfresco.repo.dictionary.constraint.AbstractConstraint
ERR_EVALUATE_EXCEPTION, ERR_PROP_NOT_SET
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint
evaluateSingleValue, getDisplayLabel, getMatchLogic, getMatchLogicEnum, getParameters, getRawAllowedValues, initialize, setAllowedValues, setCaveatConfigService, setMatchLogic, toString
Methods inherited from class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
getAllowedValues, getType, isCaseSensitive, isSorted, setCaseSensitive, setSorted
Methods inherited from class org.alfresco.repo.dictionary.constraint.AbstractConstraint
checkPropertyNotNull, evaluate, evaluateCollection, getShortName, getTitle, set_shortName, setRegistry, setShortName, setTitle
-
Constructor Details
-
RMListOfValuesConstraint
public RMListOfValuesConstraint()
-