public abstract class PluginProxy
extends java.lang.Object
| Constructor and Description | 
|---|
PluginProxy(java.lang.String pluginClass)  | 
PluginProxy(java.lang.String pluginClass,
           WorkflowExecutionContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
PluginResult | 
execute()  | 
java.lang.Class | 
getTarget()  | 
WorkflowExecutionContext | 
getWorkflowExecutionContext()  | 
protected void | 
setTarget(java.lang.Class pTarget)  | 
void | 
setWorkflowExecutionContext(WorkflowExecutionContext pExecutionContext)  | 
public PluginProxy(java.lang.String pluginClass)
            throws FlexCheckedException
FlexCheckedExceptionpublic PluginProxy(java.lang.String pluginClass,
                   WorkflowExecutionContext context)
            throws FlexCheckedException
FlexCheckedExceptionpublic PluginResult execute() throws FlexCheckedException
FlexCheckedExceptionprotected void setTarget(java.lang.Class pTarget)
public java.lang.Class getTarget()
public void setWorkflowExecutionContext(WorkflowExecutionContext pExecutionContext)
public WorkflowExecutionContext getWorkflowExecutionContext()