See: Description
| Interface | Description | 
|---|---|
| DocumentSearchCriteriaConfigurationContract | Defines the contract for which specifies attribute fields that should be included as part of document search criteria
 on the document search user interface. | 
| DocumentSearchCustomizationHandlerService | A remotable service which handles processing of a client application's document search customizations. | 
| DocumentSearchCustomizer | Provides various mechanisms for an application to customize the behavior of the Document Search functionality for
 their document types. | 
| DocumentSearchResultSetConfigurationContract | Defines how the display of results on the document search should be customized and configured. | 
| DocumentSearchResultValueContract | Defines the contract for an object containing a customized result value for a specific document which is part of a
 set of document search results. | 
| DocumentSearchResultValuesContract | Defines the contract for an object containing result values that are used to customize document search results. | 
| Class | Description | 
|---|---|
| AttributeFields | An immutable data transfer object used to hold a list of  RemotableAttributeFieldobjects and the name of theSearchableAttributefrom which the fields are derived. | 
| DocumentSearchCriteriaConfiguration | An immutable data transfer object implementation of the  DocumentSearchCriteriaConfigurationContract. | 
| DocumentSearchCriteriaConfiguration.Builder | A builder which can be used to construct  DocumentSearchCriteriaConfigurationinstances. | 
| DocumentSearchCustomizerBase | An abstract implementation of a  DocumentSearchCustomizerwhich classes can extend from and override the
 individual methods that they require in order to perform desired customization. | 
| DocumentSearchResultSetConfiguration | An immutable data transfer object implementation of the  DocumentSearchResultSetConfigurationContract. | 
| DocumentSearchResultSetConfiguration.Builder | A builder which can be used to construct  DocumentSearchResultSetConfigurationinstances. | 
| DocumentSearchResultValue | An immutable data transfer object implementation of the  DocumentSearchResultValueContract. | 
| DocumentSearchResultValue.Builder | A builder which can be used to construct  DocumentSearchResultValueinstances. | 
| DocumentSearchResultValues | An immutable data transfer object implementation of the  DocumentSearchResultValuesContract. | 
| DocumentSearchResultValues.Builder | A builder which can be used to construct  DocumentSearchResultValuesinstances. | 
| NullDocumentSearchCustomizer | A simple implementation of  DocumentSearchCustomizerwhich performs no customization. | 
| Enum | Description | 
|---|---|
| DocumentSearchCustomization | An enumeration which defines the set of available document search customizations. | 
| StandardResultField | An enumeration which defines fields that are used on the document search screen and subject to customization by
 specific document types which configure such customizations via the document search framework. | 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.