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
RemotableAttributeField objects and the name of the
SearchableAttribute from 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
DocumentSearchCriteriaConfiguration instances. |
DocumentSearchCustomizerBase |
An abstract implementation of a
DocumentSearchCustomizer which 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
DocumentSearchResultSetConfiguration instances. |
DocumentSearchResultValue |
An immutable data transfer object implementation of the
DocumentSearchResultValueContract . |
DocumentSearchResultValue.Builder |
A builder which can be used to construct
DocumentSearchResultValue instances. |
DocumentSearchResultValues |
An immutable data transfer object implementation of the
DocumentSearchResultValuesContract . |
DocumentSearchResultValues.Builder |
A builder which can be used to construct
DocumentSearchResultValues instances. |
NullDocumentSearchCustomizer |
A simple implementation of
DocumentSearchCustomizer which 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–2014 The Kuali Foundation. All rights reserved.