| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionHandle.FinalizeIsolation()
Finalize isolation.
|
void |
ExecutionHandle.InitializeIsolation()
Initialize isolation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlanElement.Execute(ExecutionHandle Handle)
Execute the element
|
void |
PlanElementBase.Execute(ExecutionHandle Handle) |
void |
LoopPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
TryCatchFinallyPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
FileTransferPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
WaitPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
FlowPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
ShellPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
SequencePlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
BagPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
WSRESTPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
BreakPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
ConditionalPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
CheckpointPlanElement.ExecuteExtender(ExecutionHandle Handle) |
protected void |
ParameterProcessingPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
WSSOAPPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
BoundaryPlanElement.ExecuteExtender(ExecutionHandle Handle) |
void |
PojoPlanElement.ExecuteExtender(ExecutionHandle Handle) |
protected abstract void |
PlanElementBase.ExecuteExtender(ExecutionHandle Handle)
Execute extender.
|
void |
PlanElementBase.ExecuteWithStateAwareness(ExecutionHandle Handle)
Execute with state awareness.
|
void |
LoopPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
TryCatchFinallyPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
FileTransferPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
WaitPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
FlowPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
ShellPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
SequencePlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
BagPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
WSRESTPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
BreakPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
ConditionalPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
CheckpointPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
ParameterProcessingPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
WSSOAPPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
BoundaryPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
PojoPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick) |
void |
IPlanElement.SetContingencyResourcePick(ExecutionHandle Handle,
String Pick)
Sets the picked resource in case the
IContingencyReaction.ReactionType#Pick reaction is supported |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConditionTree.EvaluateCondition(ExecutionHandle Handle) |
boolean |
BagElementDependencyPlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
ConditionTreeLeaf.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
TimeOutPlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
VariableIsAvailablePlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
ConditionTreeNode.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
ArrayIterationPlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
DecimalRangePlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
CounterPlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
IPlanCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
BooleanVariableCondition.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
IConditionTreeElement.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
boolean |
ConditionTree.EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactionNoneHandler.Handle(String ID,
Exception ex,
ExecutionHandle Handle,
PlanElementBase PlanElement) |
void |
ReactionRetryHandler.Handle(String ID,
Exception ex,
ExecutionHandle Handle,
PlanElementBase PlanElement) |
void |
ReactionPickHandler.Handle(String ID,
Exception ex,
ExecutionHandle Handle,
PlanElementBase PlanElement) |
void |
IContingencyReactionHandler.Handle(String ID,
Exception ex,
ExecutionHandle Handle,
PlanElementBase PlanElement) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ParameterXsltFilter.Process(ExecutionHandle Handle) |
Object |
ParameterEmitPayloadFilter.Process(ExecutionHandle Handle) |
Object |
ParameterReflectableToTemplateFilter.Process(ExecutionHandle Handle) |
Object |
ParameterXsltFilterFrom1DArray.Process(ExecutionHandle Handle) |
Object |
ParameterArrayEvaluationFilter.Process(ExecutionHandle Handle) |
Object |
ParameterObjectReflectableFilter.Process(ExecutionHandle Handle) |
Object |
ParameterXsltFilterTo1DArray.Process(ExecutionHandle Handle) |
Object |
ParameterComposeFilter.Process(ExecutionHandle Handle) |
Object |
ParameterObjectConvertableFilter.Process(ExecutionHandle Handle) |
Object |
ParameterXPathFilter.Process(ExecutionHandle Handle) |
Object |
ParameterReflectableFromTemplateFilter.Process(ExecutionHandle Handle) |
Object |
ParameterSerializationFilter.Process(ExecutionHandle Handle) |
Object |
IExternalFilter.Process(ExecutionHandle Handle) |
Object |
ParameterExternalFilter.Process(ExecutionHandle Handle) |
abstract Object |
ParameterFilterBase.Process(ExecutionHandle Handle) |
Object |
ParameterDecomposeFilter.Process(ExecutionHandle Handle) |
Object |
ParameterXsltFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterEmitPayloadFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterReflectableToTemplateFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterXsltFilterFrom1DArray.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterArrayEvaluationFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterObjectReflectableFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterXsltFilterTo1DArray.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterComposeFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterObjectConvertableFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterXPathFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterReflectableFromTemplateFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterSerializationFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
IExternalFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterExternalFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
abstract Object |
ParameterFilterBase.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
Object |
ParameterDecomposeFilter.ProcessOnLine(Object OnLineFilteredValue,
Set<NamedDataType> AdditionalValueProviders,
ExecutionHandle Handle) |
| Modifier and Type | Method and Description |
|---|---|
String |
BoundaryHandler.EngineSideProtocol() |
void |
ArgumentBase.EvaluateArgument(ExecutionHandle Handle) |
void |
CallBase.EvaluateArguments(ExecutionHandle Handle) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassReflectionWrapper.Instantiate(CallBase constructorCall) |
void |
ClassReflectionWrapper.Invoke(CallBase methodCall) |
| Modifier and Type | Method and Description |
|---|---|
Object |
WSRESTSimpleProxy.Invoke(URL ServiceEndPoint,
String path,
String resourceID,
WSRESTCall methodCall,
boolean SupportsExecutionContext,
gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator ContextChannel,
String ContextID,
WSExecutionContextConfig ContextConfig,
ExecutionHandle Handle,
String scope) |
Object |
WSSOAPSimpleProxy.Invoke(URL ServiceEndPoint,
WSSOAPCall methodCall,
boolean SupportsExecutionContext,
gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator ContextChannel,
String ContextID,
WSExecutionContextConfig ContextConfig,
ExecutionHandle Handle) |
void |
WSRESTProxyWrapper.Invoke(WSRESTCall methodCall,
ExecutionHandle Handle,
String scope,
String path,
String resourceID) |
void |
WSSOAPProxyWrapper.Invoke(WSSOAPCall methodCall,
ExecutionHandle Handle) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FilteredInParameter.GetParameterValue(ExecutionHandle Handle) |
Object |
SimpleInOutParameter.GetParameterValue(ExecutionHandle Handle) |
Object |
SimpleInParameter.GetParameterValue(ExecutionHandle Handle) |
Object |
FilteredInOutParameter.GetParameterValue(ExecutionHandle Handle) |
Object |
IInputParameter.GetParameterValue(ExecutionHandle Handle) |
void |
FilteredOutParameter.SetParameterValue(ExecutionHandle Handle,
Object Value) |
void |
SimpleOutParameter.SetParameterValue(ExecutionHandle Handle,
Object Value) |
void |
SimpleInOutParameter.SetParameterValue(ExecutionHandle Handle,
Object Value) |
void |
FilteredInOutParameter.SetParameterValue(ExecutionHandle Handle,
Object Value) |
void |
IOutputParameter.SetParameterValue(ExecutionHandle Handle,
Object Value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CatchElement.Execute(String ID,
ExecutionHandle Handle,
ExecutionRunTimeException Cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CatchElement.Execute(String ID,
ExecutionHandle Handle,
ExecutionRunTimeException Cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryIsolationInfo.FinalizeIsolation(ExecutionHandle Handle,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
void |
BoundaryIsolationInfo.InitializeIsolation(ExecutionHandle Handle,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
static void |
ExceptionUtils.ThrowTransformedException(Exception ex) |
static void |
ExceptionUtils.ThrowTransformedException(String CauseFullName,
String CauseSimpleName,
String Message) |
static void |
ExceptionUtils.ThrowTransformedException(Throwable ex) |
static void |
ExceptionUtils.ThrowTransformedRunTimeException(Exception ex) |
Copyright © 2015. All Rights Reserved.