Class RecordTypeParameterConstraint
java.lang.Object
org.alfresco.repo.action.constraint.BaseParameterConstraint
org.alfresco.module.org_alfresco_module_rm.action.constraint.RecordTypeParameterConstraint
- All Implemented Interfaces:
ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
Record type parameter constraint
- Since:
- 2.1
- Author:
- Craig Tan
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
actionService, allowableValues, cache, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDictionaryService
(DictionaryService dictionaryService) void
setFilePlanService
(FilePlanService filePlanService) void
setRecordService
(RecordService recordService) Methods inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.alfresco.service.cmr.action.ParameterConstraint
getValues
-
Field Details
-
NAME
Name constant- See Also:
-
-
Constructor Details
-
RecordTypeParameterConstraint
public RecordTypeParameterConstraint()
-
-
Method Details
-
setRecordService
- Parameters:
recordService
- record service
-
setDictionaryService
- Parameters:
dictionaryService
- dictionary service
-
setFilePlanService
- Parameters:
filePlanService
- file plan service
-
getAllowableValuesImpl
- Specified by:
getAllowableValuesImpl
in classBaseParameterConstraint
- See Also:
-