Uses of Class
org.kuali.rice.kew.dto.KeyValueDTO

Packages that use KeyValueDTO
org.kuali.rice.kew.dto   
 

Uses of KeyValueDTO in org.kuali.rice.kew.dto
 

Subclasses of KeyValueDTO in org.kuali.rice.kew.dto
 class StateDTO
          Transport object for State.
 

Fields in org.kuali.rice.kew.dto with type parameters of type KeyValueDTO
private  List<KeyValueDTO> DocumentSearchResultRowDTO.fieldValues
           
private  List<KeyValueDTO> DocumentSearchCriteriaDTO.searchAttributeValues
           
private  List<KeyValueDTO> RouteHeaderDTO.variables
          Probably needs to be an array for web services
 

Methods in org.kuali.rice.kew.dto that return KeyValueDTO
private  KeyValueDTO RouteHeaderDTO.findVariable(String name)
           
 

Methods in org.kuali.rice.kew.dto that return types with arguments of type KeyValueDTO
 List<KeyValueDTO> DocumentSearchResultRowDTO.getFieldValues()
           
 List<KeyValueDTO> DocumentSearchCriteriaDTO.getSearchAttributeValues()
           
 List<KeyValueDTO> RouteHeaderDTO.getVariables()
           
 

Method parameters in org.kuali.rice.kew.dto with type arguments of type KeyValueDTO
 void DocumentSearchResultRowDTO.setFieldValues(List<KeyValueDTO> fieldValues)
           
 void DocumentSearchCriteriaDTO.setSearchAttributeValues(List<KeyValueDTO> searchAttributeValues)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.