org.kuali.rice.kns.workflow.attribute
Interface WorkflowLookupableResult

All Superinterfaces:
BusinessObject, ModelObjectBasic, Serializable

Deprecated. This will go away once workflow supports simple url integration for custom attribute lookups.

public interface WorkflowLookupableResult
extends BusinessObject

This interface is used to get the cglib Enhancer to simulate the returnUrl bean property required by workflow on the BusinessObject proxies returned by the getSearchResults(Map fieldValues, Map fieldConversions) method of WorkflowLookupableImpl. It also extends Map and simulates a bean property of itself on the proxy, because we want a generic getter that returns objects and will allow us to format booleans.

See Also:
org.kuali.rice.kew.attribute.WorkflowLookupableImpl, WorkflowLookupableInvocationHandler

Method Summary
 String getReturnUrl()
          Deprecated. Gets the returnUrl attribute.
 WorkflowLookupableResult getWorkflowLookupableResult()
          Deprecated. Gets the workflowLookupableResult attribute.
 void setReturnUrl(String returnUrl)
          Deprecated. Sets the returnUrl attribute.
 void setWorkflowLookupableResult(WorkflowLookupableResult workflowLookupableResult)
          Deprecated. Sets the workflowLookupableResult attribute.
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getReturnUrl

String getReturnUrl()
Deprecated. 
Gets the returnUrl attribute.

Returns:
Returns the returnUrl.

setReturnUrl

void setReturnUrl(String returnUrl)
Deprecated. 
Sets the returnUrl attribute.

Parameters:
returnUrl - The returnUrl to set.

getWorkflowLookupableResult

WorkflowLookupableResult getWorkflowLookupableResult()
Deprecated. 
Gets the workflowLookupableResult attribute.

Returns:
Returns the workflowLookupableResult

setWorkflowLookupableResult

void setWorkflowLookupableResult(WorkflowLookupableResult workflowLookupableResult)
Deprecated. 
Sets the workflowLookupableResult attribute.

Parameters:
workflowLookupableResult - The workflowLookupableResult to set.


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