Package org.kuali.rice.kew.framework.document.search

Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

See:
          Description

Interface Summary
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 Summary
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 Summary
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.
 

Package org.kuali.rice.kew.framework.document.search Description

Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.