Class DispositionActionParameterConstraint
- java.lang.Object
-
- org.alfresco.repo.action.constraint.BaseParameterConstraint
-
- org.alfresco.module.org_alfresco_module_rm.action.constraint.DispositionActionParameterConstraint
-
- All Implemented Interfaces:
ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class DispositionActionParameterConstraint extends BaseParameterConstraint
Record type parameter constraint- Since:
- 2.1
- Author:
- Craig Tan
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Name constant-
Fields inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
actionService, allowableValues, cache, name
-
-
Constructor Summary
Constructors Constructor Description DispositionActionParameterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getAllowableValuesImpl()
void
setRecordsManagementActionService(RecordsManagementActionService rmActionService)
-
Methods inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValues
-
-
-
-
Field Detail
-
NAME
public static final String NAME
Name constant- See Also:
- Constant Field Values
-
-
Method Detail
-
setRecordsManagementActionService
public void setRecordsManagementActionService(RecordsManagementActionService rmActionService)
-
getAllowableValuesImpl
protected Map<String,String> getAllowableValuesImpl()
- Specified by:
getAllowableValuesImpl
in classBaseParameterConstraint
- See Also:
ParameterConstraint.getAllowableValues()
-
-