|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.workflow.attribute.WorkflowLookupableInvocationHandler
public class WorkflowLookupableInvocationHandler
This class provides access to the properties of business objects returned as search results by the WorkflowLookupableImpl.
org.kuali.rice.kew.attribute.WorkflowLookupableImpl
Constructor Summary | |
---|---|
WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject,
ClassLoader classLoader)
Deprecated. Constructs a WorkflowLookupableInvocationHandler.java. |
|
WorkflowLookupableInvocationHandler(BusinessObject proxiedBusinessObject,
String returnUrl,
ClassLoader classLoader)
Deprecated. Constructs a WorkflowLookupableInvocationHandler.java. |
Method Summary | |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Deprecated. This method intercepts "getReturnUrl" and returns this objects returnUrl attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 UIMethod Detail |
---|
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |