public class WorkflowLookupableInvocationHandler extends Object implements net.sf.cglib.proxy.InvocationHandler
org.kuali.rice.kew.attribute.WorkflowLookupableImpl
Constructor and Description |
---|
WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject,
ClassLoader classLoader)
Deprecated.
Constructs a WorkflowLookupableInvocationHandler.java.
|
WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject,
String returnUrl,
ClassLoader classLoader)
Deprecated.
Constructs a WorkflowLookupableInvocationHandler.java.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Deprecated.
This method intercepts "getReturnUrl" and returns this objects returnUrl attribute.
|
public WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject, ClassLoader classLoader)
proxiedBusinessObject
- The BusinessObject that this instance is providing access to.public WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject, String returnUrl, ClassLoader classLoader)
proxiedBusinessObject
- The BusinessObject that this instance is providing access to.returnUrl
- The returnUrl String for selection of a result from the UIpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface net.sf.cglib.proxy.InvocationHandler
Throwable
InvocationHandler.invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[]
args)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.