Class CustomParameterConstraint
- java.lang.Object
-
- org.alfresco.repo.action.constraint.BaseParameterConstraint
-
- org.alfresco.module.org_alfresco_module_rm.action.constraint.CustomParameterConstraint
-
- All Implemented Interfaces:
org.alfresco.service.cmr.action.ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class CustomParameterConstraint extends org.alfresco.repo.action.constraint.BaseParameterConstraint
A parameter constraint that reads in a list of allowable values from Spring configuration- Since:
- 2.1
- Author:
- Craig Tan
-
-
Constructor Summary
Constructors Constructor Description CustomParameterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getAllowableValuesImpl()
void
setParameterValues(List<String> parameterValues)
Sets the parameter values
-