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)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the additional attribute fields that should be included as part of the document search criteria on the document search user interface.
-
Method Details
-
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
-