gr.uoa.di.madgik.workflow.adaptor.utils
Class AdaptorUtils

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.adaptor.utils.AdaptorUtils

public class AdaptorUtils
extends Object


Constructor Summary
AdaptorUtils()
           
 
Method Summary
static gr.uoa.di.madgik.execution.plan.element.invocable.ExceptionExitCodeMaping GetExitCodeMapping(int exitCode, String Message, gr.uoa.di.madgik.execution.plan.element.invocable.ExceptionExitCodeMaping.MapType TypeOfMapping)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameter(boolean Value, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameter(String ParameterName, boolean Value, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameterWithValue(String Value, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(String ParameterID, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter GetInParameter(String ParameterID)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter GetInParameter(String Value, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
static gr.uoa.di.madgik.execution.plan.element.variable.SimpleOutParameter GetOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptorUtils

public AdaptorUtils()
Method Detail

GetExitCodeMapping

public static gr.uoa.di.madgik.execution.plan.element.invocable.ExceptionExitCodeMaping GetExitCodeMapping(int exitCode,
                                                                                                           String Message,
                                                                                                           gr.uoa.di.madgik.execution.plan.element.invocable.ExceptionExitCodeMaping.MapType TypeOfMapping)

GetInOutPrameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)

GetInParameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter GetInParameter(String ParameterID)

GetInParameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter GetInParameter(String Value,
                                                                                                gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
                                                                                         throws gr.uoa.di.madgik.execution.exception.ExecutionValidationException
Throws:
gr.uoa.di.madgik.execution.exception.ExecutionValidationException

GetOutPrameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleOutParameter GetOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)

GetInOutParameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameter(boolean Value,
                                                                                                      gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
                                                                                               throws gr.uoa.di.madgik.execution.exception.ExecutionValidationException
Throws:
gr.uoa.di.madgik.execution.exception.ExecutionValidationException

GetInOutParameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameter(String ParameterName,
                                                                                                      boolean Value,
                                                                                                      gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
                                                                                               throws gr.uoa.di.madgik.execution.exception.ExecutionValidationException
Throws:
gr.uoa.di.madgik.execution.exception.ExecutionValidationException

GetInOutParameterWithValue

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutParameterWithValue(String Value,
                                                                                                               gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
                                                                                                        throws gr.uoa.di.madgik.execution.exception.ExecutionValidationException
Throws:
gr.uoa.di.madgik.execution.exception.ExecutionValidationException

GetInOutPrameter

public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(String ParameterID,
                                                                                                     gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)


Copyright © 2013. All Rights Reserved.