Class 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 Detail

      • RecordTypeParameterConstraint

        public RecordTypeParameterConstraint()
    • 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
      • getAllowableValuesImpl

        protected Map<String,​String> getAllowableValuesImpl()
        Specified by:
        getAllowableValuesImpl in class org.alfresco.repo.action.constraint.BaseParameterConstraint
        See Also:
        ParameterConstraint.getAllowableValues()