Uses of Class
org.kuali.rice.kew.framework.document.search.AttributeFields

Packages that use AttributeFields
org.kuali.rice.kew.docsearch   
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. 
 

Uses of AttributeFields in org.kuali.rice.kew.docsearch
 

Methods in org.kuali.rice.kew.docsearch that return types with arguments of type AttributeFields
protected  List<AttributeFields> DocumentSearchCustomizationMediatorImpl.flattenOrderedFieldMap(LinkedHashMap<String,AttributeFields> orderedFieldMap)
           
 

Method parameters in org.kuali.rice.kew.docsearch with type arguments of type AttributeFields
protected  List<AttributeFields> DocumentSearchCustomizationMediatorImpl.flattenOrderedFieldMap(LinkedHashMap<String,AttributeFields> orderedFieldMap)
           
protected  void DocumentSearchCustomizationMediatorImpl.mergeAttributeFields(List<AttributeFields> attributeFieldsList, LinkedHashMap<String,AttributeFields> orderedFieldMap)
           
protected  void DocumentSearchCustomizationMediatorImpl.mergeAttributeFields(List<AttributeFields> attributeFieldsList, LinkedHashMap<String,AttributeFields> orderedFieldMap)
           
 

Uses of AttributeFields in org.kuali.rice.kew.framework.document.search
 

Methods in org.kuali.rice.kew.framework.document.search that return AttributeFields
static AttributeFields AttributeFields.create(String attributeName, List<RemotableAttributeField> attributeFields)
          Construct a new instance of AttributeFields with 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 AttributeFields
 List<AttributeFields> DocumentSearchCriteriaConfigurationContract.getSearchAttributeFields()
          Returns the additional attribute fields that should be included as part of the document search criteria on the document search user interface.
 List<AttributeFields> DocumentSearchCriteriaConfiguration.getSearchAttributeFields()
           
 List<AttributeFields> DocumentSearchCriteriaConfiguration.Builder.getSearchAttributeFields()
           
 

Method parameters in org.kuali.rice.kew.framework.document.search with type arguments of type AttributeFields
 void DocumentSearchCriteriaConfiguration.Builder.setSearchAttributeFields(List<AttributeFields> searchAttributeFields)
          Sets the search attribute fields on this builder to the given list of attribute fields.
 



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