org.kuali.rice.kew.rule
Interface OddSearchAttribute


public interface OddSearchAttribute

An interface which can be implemented by a WorkflowAttribute implementation which allows a different List of Row objects to be returned for rendering on the rule lookup screen.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
RuleBaseValuesLookupableImpl

Method Summary
 List getSearchRows()
          If your attribute is an OddSearchAttribute this method will be used to get search rows instead of the usually called get RuleRows.
 List validateSearchData(Map paramMap)
          validate search data and populate attribute with search data
 

Method Detail

getSearchRows

List getSearchRows()
If your attribute is an OddSearchAttribute this method will be used to get search rows instead of the usually called get RuleRows. Generally this is used for Attributes that want to expose drop downs for Rule Entry but need special wild card fields for seaches that wouldn't work for rule entry.


validateSearchData

List validateSearchData(Map paramMap)
validate search data and populate attribute with search data

Parameters:
paramMap -
Returns:


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