org.kuali.rice.kew.framework.document.search
Class DocumentSearchCriteriaConfiguration
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, ModelObjectComplete, DocumentSearchCriteriaConfigurationContract
public final class DocumentSearchCriteriaConfiguration
- extends AbstractDataTransferObject
- implements DocumentSearchCriteriaConfigurationContract
An immutable data transfer object implementation of the DocumentSearchCriteriaConfigurationContract
.
Instances of this class should be constructed using the nested DocumentSearchCriteriaConfiguration.Builder
class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
getSearchAttributeFields
public List<AttributeFields> getSearchAttributeFields()
- Description copied from interface:
DocumentSearchCriteriaConfigurationContract
- Returns the additional attribute fields that should be included as part of the document search criteria on the
document search user interface.
- Specified by:
getSearchAttributeFields
in interface DocumentSearchCriteriaConfigurationContract
- Returns:
- the search attribute fields that are part of this configuration
getFlattenedSearchAttributeFields
public List<RemotableAttributeField> getFlattenedSearchAttributeFields()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.