|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowLookupableResult
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.
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 |
---|
String getReturnUrl()
void setReturnUrl(String returnUrl)
returnUrl
- The returnUrl to set.WorkflowLookupableResult getWorkflowLookupableResult()
void setWorkflowLookupableResult(WorkflowLookupableResult workflowLookupableResult)
workflowLookupableResult
- The workflowLookupableResult to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |