Class VersionParameterConstraint
- java.lang.Object
-
- org.alfresco.repo.action.constraint.BaseParameterConstraint
-
- org.alfresco.module.org_alfresco_module_rm.action.constraint.VersionParameterConstraint
-
- All Implemented Interfaces:
ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class VersionParameterConstraint extends BaseParameterConstraint
Recordable version config constraint- Since:
- 2.3
- Author:
- Tuna Aksoy
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
actionService, allowableValues, cache, name
-
-
Constructor Summary
Constructors Constructor Description VersionParameterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getAllowableValuesImpl()
-
Methods inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValues
-
-
-
-
Method Detail
-
getAllowableValuesImpl
protected Map<String,String> getAllowableValuesImpl()
- Specified by:
getAllowableValuesImpl
in classBaseParameterConstraint
- See Also:
BaseParameterConstraint.getAllowableValuesImpl()
-
-