Class DocumentSearchInternalUtils.SearchableAttributeConfiguration

java.lang.Object
org.kuali.rice.kew.docsearch.DocumentSearchInternalUtils.SearchableAttributeConfiguration
Enclosing class:
DocumentSearchInternalUtils

public static class DocumentSearchInternalUtils.SearchableAttributeConfiguration extends Object
  • Constructor Details

    • SearchableAttributeConfiguration

      public SearchableAttributeConfiguration(String tableName, EnumSet<DataType> supportedDataTypes, Class<?> dataTypeClass)
  • Method Details

    • getTableName

      public String getTableName()
    • getSupportedDataTypes

      public EnumSet<DataType> getSupportedDataTypes()
    • getDataTypeClass

      public Class<?> getDataTypeClass()