public class AdaptorUtils extends Object
| Constructor and Description |
|---|
AdaptorUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
public static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter GetInParameter(String ParameterID)
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
gr.uoa.di.madgik.execution.exception.ExecutionValidationExceptionpublic static gr.uoa.di.madgik.execution.plan.element.variable.SimpleOutParameter GetOutPrameter(gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
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
gr.uoa.di.madgik.execution.exception.ExecutionValidationExceptionpublic 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
gr.uoa.di.madgik.execution.exception.ExecutionValidationExceptionpublic 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
gr.uoa.di.madgik.execution.exception.ExecutionValidationExceptionpublic static gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter GetInOutPrameter(String ParameterID, gr.uoa.di.madgik.execution.plan.ExecutionPlan Plan)
Copyright © 2014. All Rights Reserved.