Uses of Class
gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase

Packages that use ExecutionContextConfigBase
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.invocable.simple   
gr.uoa.di.madgik.execution.plan.element.invocable.ws   
gr.uoa.di.madgik.execution.utils   
 

Uses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.plan.element
 

Fields in gr.uoa.di.madgik.execution.plan.element declared as ExecutionContextConfigBase
 ExecutionContextConfigBase WSRESTPlanElement.ExecutionContextConfig
          If the WSRESTPlanElement.SupportsExecutionContext is set, this configuration field specifies the configuration needed to initialize the elements that are to be used to the provided execution context
 ExecutionContextConfigBase WSSOAPPlanElement.ExecutionContextConfig
          If the WSSOAPPlanElement.SupportsExecutionContext is set, this configuration field specifies the configuration needed to initialize the elements that are to be used to the provided execution context
 ExecutionContextConfigBase PojoPlanElement.ExecutionContextConfig
          If the PojoPlanElement.SupportsExecutionContext is set, this configuration field specifies the configuration needed to initialize the elements that are to be used to the provided execution context
 

Uses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.plan.element.invocable.simple
 

Subclasses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.plan.element.invocable.simple
 class SimpleExecutionContextConfig
           
 

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable.simple with parameters of type ExecutionContextConfigBase
ClassReflectionWrapper(String ClassName, ExecutionHandle Handle, String ID, boolean SupportsExecutionContext, ExecutionContextConfigBase SuppliedContextProxy)
           
 

Uses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.plan.element.invocable.ws
 

Subclasses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.plan.element.invocable.ws
 class WSExecutionContextConfig
           
 

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable.ws with parameters of type ExecutionContextConfigBase
WSRESTProxyWrapper(ExecutionHandle Handle, String ID, URL ServiceEndPoint, boolean SupportsExecutionContext, ExecutionContextConfigBase SuppliedContextProxy)
           
WSSOAPProxyWrapper(ExecutionHandle Handle, String ID, URL ServiceEndPoint, boolean SupportsExecutionContext, ExecutionContextConfigBase SuppliedContextProxy)
           
 

Uses of ExecutionContextConfigBase in gr.uoa.di.madgik.execution.utils
 

Methods in gr.uoa.di.madgik.execution.utils that return ExecutionContextConfigBase
static ExecutionContextConfigBase PlanElementUtils.GetExecutionContextConfig(Element element)
           
 



Copyright © 2012. All Rights Reserved.