Class RecordTypeParameterConstraint
- java.lang.Object
-
- org.alfresco.repo.action.constraint.BaseParameterConstraint
-
- org.alfresco.module.org_alfresco_module_rm.action.constraint.RecordTypeParameterConstraint
-
- All Implemented Interfaces:
org.alfresco.service.cmr.action.ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class RecordTypeParameterConstraint extends org.alfresco.repo.action.constraint.BaseParameterConstraint
Record type parameter constraint- Since:
- 2.1
- Author:
- Craig Tan
-
-
Constructor Summary
Constructors Constructor Description RecordTypeParameterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getAllowableValuesImpl()
void
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
void
setFilePlanService(FilePlanService filePlanService)
void
setRecordService(RecordService recordService)
-
-
-
Field Detail
-
NAME
public static final String NAME
Name constant- See Also:
- Constant Field Values
-
-
Method Detail
-
setRecordService
public void setRecordService(RecordService recordService)
- Parameters:
recordService
- record service
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
- Parameters:
dictionaryService
- dictionary service
-
setFilePlanService
public void setFilePlanService(FilePlanService filePlanService)
- Parameters:
filePlanService
- file plan service
-
-