org.kuali.rice.kew.docsearch
Class DocumentSearchInternalUtils.SearchableAttributeConfiguration

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

public static class DocumentSearchInternalUtils.SearchableAttributeConfiguration
extends Object


Constructor Summary
DocumentSearchInternalUtils.SearchableAttributeConfiguration(String tableName, EnumSet<DataType> supportedDataTypes, Class<?> dataTypeClass)
           
 
Method Summary
 Class<?> getDataTypeClass()
           
 EnumSet<DataType> getSupportedDataTypes()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSearchInternalUtils.SearchableAttributeConfiguration

public DocumentSearchInternalUtils.SearchableAttributeConfiguration(String tableName,
                                                                    EnumSet<DataType> supportedDataTypes,
                                                                    Class<?> dataTypeClass)
Method Detail

getTableName

public String getTableName()

getSupportedDataTypes

public EnumSet<DataType> getSupportedDataTypes()

getDataTypeClass

public Class<?> getDataTypeClass()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.