| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.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 UI| Method Detail | 
|---|
public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
invoke in interface net.sf.cglib.proxy.InvocationHandlerThrowableInvocationHandler.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 | |||||||||