org.kuali.rice.kew.framework.document.search
Interface DocumentSearchCriteriaConfigurationContract
- All Known Implementing Classes:
- DocumentSearchCriteriaConfiguration, DocumentSearchCriteriaConfiguration.Builder
public interface 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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getSearchAttributeFields
List<AttributeFields> getSearchAttributeFields()
- Returns the additional attribute fields that should be included as part of the document search criteria on the
document search user interface.
- Returns:
- the search attribute fields that are part of this configuration
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.