| edu.iu.uis.eden.plugin.attributes.WorkflowLookupable
All known Subclasses: edu.iu.uis.eden.lookupable.DocumentTypeLookupableImpl, org.kuali.workflow.attribute.OrgReviewLookupableImpl, edu.iu.uis.eden.lookupable.EDocLiteLookupable, edu.iu.uis.eden.lookupable.RoleLookupableImpl, edu.iu.uis.eden.workgroup.WorkGroupLookupableImpl, org.kuali.workflow.workgroup.WorkgroupTypeLookupable, org.kuali.core.workflow.attribute.WorkflowLookupableImpl, edu.iu.uis.eden.user.UserLookupableImpl, edu.iu.uis.eden.lookupable.RuleTemplateLookupableImpl, edu.iu.uis.eden.lookupable.RuleBaseValuesLookupableImpl, edu.iu.uis.eden.lookupable.RuleAttributeLookupableImpl, edu.iu.uis.eden.lookupable.PluginTestLookupable,
WorkflowLookupable | public interface WorkflowLookupable (Code) | | Interface for all lookupables to implement. A WorkflowLookupable is used to
provide and render a search screen within the GUI of the KEW application.
TODO: It is important that when these are created that a new instance of the
lookupable be created for each search. This is because (currently) the
rows of the lookupables are stateful and need to maintain search criteria
state for each search. For this reason also, the rows cannot be created and
stored statically on this class. Instead, the Rows need to get created in the
constructor of the lookupable. The columns, however, can be created once and
stored in a static List on this class. This is really unfortunate and I hope
we can address this in the Rice framework and it's lookupable implementation
when it is complete.
author: rkirkend |
getDefaultReturnType | public List getDefaultReturnType()(Code) | | |
getLookupInstructions | public String getLookupInstructions()(Code) | | |
getNoReturnParams | public String getNoReturnParams(Map fieldConversions)(Code) | | |
|
|