Uses of Class
org.kuali.rice.kew.framework.document.search.AttributeFields
Packages that use AttributeFields
-
Uses of AttributeFields in org.kuali.rice.kew.framework.document.search
Methods in org.kuali.rice.kew.framework.document.search that return AttributeFieldsModifier and TypeMethodDescriptionstatic AttributeFieldsAttributeFields.create(String attributeName, List<org.kuali.rice.core.api.uif.RemotableAttributeField> attributeFields) Construct a new instance ofAttributeFieldswith the given attribute name and list of remotable attribute fields.Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type AttributeFieldsModifier and TypeMethodDescriptionDocumentSearchCriteriaConfiguration.Builder.getSearchAttributeFields()DocumentSearchCriteriaConfiguration.getSearchAttributeFields()DocumentSearchCriteriaConfigurationContract.getSearchAttributeFields()Returns the additional attribute fields that should be included as part of the document search criteria on the document search user interface.Method parameters in org.kuali.rice.kew.framework.document.search with type arguments of type AttributeFieldsModifier and TypeMethodDescriptionvoidDocumentSearchCriteriaConfiguration.Builder.setSearchAttributeFields(List<AttributeFields> searchAttributeFields) Sets the search attribute fields on this builder to the given list of attribute fields.