Serialized Form


Package gr.uoa.di.madgik.execution.datatype

Class gr.uoa.di.madgik.execution.datatype.DataTypeArray extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

IDataType[] Value
The array of data types.


ArrayClassCode

String ArrayClassCode
The Array code. This is expected to follow the same schema as java arrays, but the component type must be one of the values defined in IDataType.DataTypes except IDataType.DataTypes.Array


DefaultConverter

String DefaultConverter
In case the component type is IDataType.DataTypes.Convertable, this can store the default converter class name to be used for these elements


DefaultComponentType

String DefaultComponentType
The Default component type.

Class gr.uoa.di.madgik.execution.datatype.DataTypeBooleanClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

Boolean Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeBooleanPrimitive extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

boolean Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeConvertable extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

String Value
The Value that is produced and can be passed to the IObjectConverter.


Converter

String Converter
The Converter name that can be used to retrieve the instance of the IObjectConverter associated with the data type.

Class gr.uoa.di.madgik.execution.datatype.DataTypeDoubleClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

Double Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeDoublePrimitive extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

double Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeFloatClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

Float Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeFloatPrimitive extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

float Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeIntegerClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

Integer Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeIntegerPrimitive extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

int Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeLongClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

Long Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeLongPrimitive extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

long Value
The Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeReflectable extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Items

ReflectableItem[] Items
The collection of Items.

Class gr.uoa.di.madgik.execution.datatype.DataTypeResultSet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

URI Value
The locator Value.

Class gr.uoa.di.madgik.execution.datatype.DataTypeString extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Value

String Value
The payload Value.

Class gr.uoa.di.madgik.execution.datatype.NamedDataType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Name

String Name
The Name of the type.


Token

String Token
The Token of the type.


IsAvailable

Boolean IsAvailable
Whether the value for this type is available.


Value

IDataType Value
The actual type.

Class gr.uoa.di.madgik.execution.datatype.ReflectableItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Name

String Name
The Name of the item.


Token

String Token
The Token of the item.


Value

IDataType Value
The Value of the item.


Package gr.uoa.di.madgik.execution.engine

Class gr.uoa.di.madgik.execution.engine.ExecutionHandle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Events

Hashtable<K,V> Events
The Events.


Plan

ExecutionPlan Plan
The Plan.


State

ExecutionHandle.HandleState State
The State.


Completed

boolean Completed
Whether the plan is Completed.


CompletedWithSuccess

boolean CompletedWithSuccess
Whether the plan Completed with success.


CompletedWithError

boolean CompletedWithError
Whether the plan Completed with error.


CompletionError

ExecutionException CompletionError
The error with which the plan Completed.


lockMe

Boolean lockMe
Synchronization object.


AliveContextHandlers

Set<E> AliveContextHandlers
A container of context handlers to keep alive until the plan completes.


IsolationInfo

BoundaryIsolationInfo IsolationInfo
Isolation info relative to the node this handle monitors.


SynchActionsRunning

Object SynchActionsRunning
Synchronization object for the actions running within the node this handle monitors.


ActionsRunningWithingBoundary

int ActionsRunningWithingBoundary
The number of running Actions running within the node this handle monitors.


hostingNodeInfo

String hostingNodeInfo
Hosting node information


Package gr.uoa.di.madgik.execution.exception

Class gr.uoa.di.madgik.execution.exception.ExecutionBreakException extends ExecutionException implements Serializable

serialVersionUID: 232168702853560055L

Class gr.uoa.di.madgik.execution.exception.ExecutionCancelException extends ExecutionException implements Serializable

serialVersionUID: 232168702853560055L

Class gr.uoa.di.madgik.execution.exception.ExecutionEngineFullException extends ExecutionException implements Serializable

serialVersionUID: 232168702853560055L

Class gr.uoa.di.madgik.execution.exception.ExecutionException extends Exception implements Serializable

serialVersionUID: 6417323912348013145L

Class gr.uoa.di.madgik.execution.exception.ExecutionInternalErrorException extends ExecutionException implements Serializable

serialVersionUID: 232168702853560055L

Class gr.uoa.di.madgik.execution.exception.ExecutionRunTimeException extends ExecutionException implements Serializable

serialVersionUID: 232168702853560055L

Serialized Fields

CauseFullName

String CauseFullName
The Cause full name.


CauseSimpleName

String CauseSimpleName
The Cause simple name.

Class gr.uoa.di.madgik.execution.exception.ExecutionSerializationException extends ExecutionException implements Serializable

serialVersionUID: 4349358164866325240L

Class gr.uoa.di.madgik.execution.exception.ExecutionValidationException extends ExecutionException implements Serializable

serialVersionUID: -4470009987749250776L


Package gr.uoa.di.madgik.execution.plan

Class gr.uoa.di.madgik.execution.plan.ExecutionPlan extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Root

IPlanElement Root
The Root element of the plan


EnvHints

gr.uoa.di.madgik.environment.hint.EnvHintCollection EnvHints

Variables

VariableCollection Variables
The Variables that are shared between all the plan elements


Config

PlanConfig Config
The Configuration for the execution of the plan


CleanUpLocalFiles

List<E> CleanUpLocalFiles
A list of files that are to be cleaned up after the execution of the plan in the node that the instance of the sub plan that contains this list is located


CleanUpSS

ValueCollection CleanUpSS

CleanUpSSExclude

ValueCollection CleanUpSSExclude

Class gr.uoa.di.madgik.execution.plan.PlanConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ConcurrentActionsPerBoundary

int ConcurrentActionsPerBoundary
The Concurrent actions per boundary.


Utiliaztion

float Utiliaztion
The utilization percentage of each execution node.


PassedBy

int PassedBy
The times a plan can be passed by in a queue.


RestrictActionTypes

List<E> RestrictActionTypes
The Restrict action types.


ModeOfConnection

PlanConfig.ConnectionMode ModeOfConnection
The Mode of connection.


ConnectionCallbackTimeout

long ConnectionCallbackTimeout
The Connection callback timeout.


ChokeProgressReporting

boolean ChokeProgressReporting
Whether progress reporting events should be choked. By default this value is set to false


ChokePerformanceReporting

boolean ChokePerformanceReporting
Whether performance reporting events should be choked. By default this value is set to false


Package gr.uoa.di.madgik.execution.plan.element

Class gr.uoa.di.madgik.execution.plan.element.BagPlanElement extends PlanElementBase implements Serializable

serialVersionUID: 1L

Serialized Fields

ID

String ID
The ID of the element.


Name

String Name
The Name of the element.


ElementCollection

Map<K,V> ElementCollection
The Element collection that make up the flow that this element will orchestrate.


TerminateOnNoProgress

boolean TerminateOnNoProgress
If set, when no more elements are running and none of the not yet executed elements can be run based on their execution conditions, the execution is terminated.


TerminationCondition

ConditionTree TerminationCondition
If set, everytime an element is completed the condition is evaluated and if it evaluates to true, the execution is terminated.


workers

List<E> workers
The list of background workers that are currently running monitoring the execution of the elements that have been started.


synchWorker

Boolean synchWorker
Synchronization object for the list of workers.

Class gr.uoa.di.madgik.execution.plan.element.BoundaryPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Root

IPlanElement Root
The Root of the sub plan that is to be executed to the remote execution container.


Triggers

List<E> Triggers
The contingency Triggers that can be applied to this element in case of an error


Config

BoundaryConfig Config
The remote execution container access configuration


Isolation

BoundaryIsolationInfo Isolation
The remote execution container can be isolated to a sub-directory temporarily created for this execution purposes so that files created during this execution do not overlap with other executions taking place in parallel.


CleanUpLocalFiles

List<E> CleanUpLocalFiles
A list of files that will be present in the remote execution container and which after the execution should be cleaned up


Attachments

Set<E> Attachments
The Attachments that are to be moved to the remote execution container directly though the connection established with the remote container

Class gr.uoa.di.madgik.execution.plan.element.BreakPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Message

String Message
The Message of the exception to be thrown

Class gr.uoa.di.madgik.execution.plan.element.CheckpointPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element.


Name

String Name
The Name of the element


Triggers

List<E> Triggers
The contingency Triggers supported


Inputs

List<E> Inputs
The Inputs that store the locators to be checkpointed.


Output

IOutputParameter Output
The Output where to store the created store locator


Config

CheckpointConfig Config
The configuration to use when creating the store locator

Class gr.uoa.di.madgik.execution.plan.element.ConditionalPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


IfFlow

ConditionalFlow IfFlow
The If flow.


ElseIfFlows

List<E> ElseIfFlows
The Else if flows.


ElseFlow

IPlanElement ElseFlow
The Else flow.

Class gr.uoa.di.madgik.execution.plan.element.FileTransferPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Input

IInputParameter Input
This parameter holds the input value of the FileTransferPlanElement operation. If the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Retrieve, this parameter is expected to have the StorageSystem identifier of the document to retrieve. in case the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Store, this parameter is expected to have the path of the file to store to the StorageSystem


Output

IOutputParameter Output
After the file transfer operation this parameter will contain the respective StorageSystem return value. in case the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Retrieve, this parameter will be set to the name of the file that is retrieved by the StorageSystem. If the FileTransferPlanElement.MoveTo parameter is set, the filename that is retrieved by this parameter is stored in FileTransferPlanElement.Output. If the direction is set to FileTransferPlanElement.TransferDirection.Store, the StorageSystem identifier assigned to the stored file is set to FileTransferPlanElement.Output


Direction

FileTransferPlanElement.TransferDirection Direction
The Direction.


MoveTo

IInputParameter MoveTo
After a file has been retrieved from the StorageSystem, it is stored in a temporary location. This parameter can be set to retrieve a filename that the temporary file should be renamed to. This value is only considered in case the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Retrieve


Permissions

String Permissions
The Permissions to set to the file transfered. The value follows the UNIX pattern of the 4 digits where permissions for owner, group and others are set. This value is only considered in case the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Retrieve


IsExecutable

boolean IsExecutable
Flag indicating that the file transfered is executable and should have its permissions set accordingly. This value is only considered in case the FileTransferPlanElement.Direction field has a value of FileTransferPlanElement.TransferDirection.Retrieve


OutputStoreMode

FileTransferPlanElement.StoreMode OutputStoreMode

StoreUrlLocation

String StoreUrlLocation

accessInfo

FileTransferPlanElement.AccessInfo accessInfo

Class gr.uoa.di.madgik.execution.plan.element.FlowPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element.


Name

String Name
The Name of the element.


ElementCollection

List<E> ElementCollection
The Element collection that are to be executed in parallel


workers

List<E> workers
The list of background workers that are currently running monitoring the execution of the elements that have been started.


synchWorker

Boolean synchWorker
Synchronization object for the list of workers.

Class gr.uoa.di.madgik.execution.plan.element.LoopPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Root

IPlanElement Root
The Root of the subplan that is to be executed on every iteration


LoopCondition

ConditionTree LoopCondition
The condition of the loop which is evaluated on every iteration performed until it is evaluated to false in which case the loop is broken

Class gr.uoa.di.madgik.execution.plan.element.ParameterProcessingPlanElement extends PlanElementBase implements Serializable

serialVersionUID: 1L

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Parameters

List<E> Parameters
The Parameters that are to be evaluated

Class gr.uoa.di.madgik.execution.plan.element.PlanElementBase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Resume

Boolean Resume
Synchronization object used to resume execution


startInit

long startInit
The start initialization time


sumInit

long sumInit
The sum of initialization time


startFinilize

long startFinilize
The start finalization time.


sumFinilize

long sumFinilize
The sum of finalization time.


startChildren

long startChildren
The start of the children execution time


sumChildren

long sumChildren
The sum of the children execution time


startTotal

long startTotal
The start of total execution time


sumTotal

long sumTotal
The sum of total execution time


startCall

long startCall
The start of sub call time


sumCall

long sumCall
The sum of sub call time


callCount

int callCount
The sub call count.

Class gr.uoa.di.madgik.execution.plan.element.PojoPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Triggers

List<E> Triggers
The contingency triggers applicable to element


Calls

List<E> Calls
The list of invocations that are to be performed in the class PojoPlanElement.ClassName in the order specified by the calls. Instances of this list are expected to be of type SimpleCall


ClassName

String ClassName
The Class name to invoke the calls specified in the PojoPlanElement.Calls to


SupportsExecutionContext

boolean SupportsExecutionContext
Whether or not the class PojoPlanElement.ClassName should be provided with an IExecutionContext. In cases of java objects as this, to enable execution context both this flag needs to be set as well as the class being used needs to implement the interface IExecutionContextEnabled


ExecutionContextConfig

ExecutionContextConfigBase 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

Class gr.uoa.di.madgik.execution.plan.element.SequencePlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


ElementCollection

List<E> ElementCollection
The Element collection that are to be executed in sequence

Class gr.uoa.di.madgik.execution.plan.element.ShellPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Triggers

List<E> Triggers
The Triggers this element supports


Command

String Command
The executable that is to be started


ArgumentParameters

List<E> ArgumentParameters
The parameters that should be provided to the process's executable


StdInParameter

IInputParameter StdInParameter
The parameter to retrieve the products of the standard input. If the ShellPlanElement.StdInIsFile is set then this parameter will hold the file that the input should be read from


StdInIsFile

boolean StdInIsFile
A flag indicating that the standard input should be retrieved by a file


StdOutParameter

IInputOutputParameter StdOutParameter
The parameter to store the product of the standard error output. If the ShellPlanElement.StdOutIsFile is set then this parameter will hold the file that the output was dumped to


StdOutIsFile

boolean StdOutIsFile
A flag indicating that the standard output products should be stored in a file


StdOutOnlineFilter

ParameterFilterBase StdOutOnlineFilter
A filter that can be applied on the fly in the output of the element's standard output


StdErrParameter

IInputOutputParameter StdErrParameter
The parameter to store the product of the standard error output. If the ShellPlanElement.StdErrIsFile is set then this parameter will hold the file that the output was dumped to


StdErrIsFile

boolean StdErrIsFile
A flag indicating that the standard error output should be stored in a file


StdErrOnlineFilter

ParameterFilterBase StdErrOnlineFilter
A filter that can be applied on the fly in the output of the element's standard error


StdExitValueParameter

IOutputParameter StdExitValueParameter
The parameter where to store the exit value of the process


ExitCodeErrors

List<E> ExitCodeErrors
A mapping of exit codes to the respective errors they should produce


Environment

List<E> Environment
The environmental variables that must be set for the process being started

Class gr.uoa.di.madgik.execution.plan.element.TryCatchFinallyPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


TryFlow

IPlanElement TryFlow
The Try flow.


CatchFlows

List<E> CatchFlows
The Catch flows.


FinallyFlow

IPlanElement FinallyFlow
The Finally flow.

Class gr.uoa.di.madgik.execution.plan.element.WaitPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


WaitPeriod

long WaitPeriod
The Wait period in milliseconds

Class gr.uoa.di.madgik.execution.plan.element.WSRESTPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Triggers

List<E> Triggers
The Triggers.


Calls

List<E> Calls
The list of invocations that are to be performed in the service WSRESTPlanElement.ServiceEndPoint in the order specified by the calls. Instances of this list are expected to be of type WSRESTCall


ServiceEndPoint

IInputOutputParameter ServiceEndPoint
The Service end point to contact


SupportsExecutionContext

boolean SupportsExecutionContext
Whether or not the WS WSRESTPlanElement.ServiceEndPoint should be provided with an IExecutionContext. In cases of WS invocations as this, to enable execution context both this flag needs to be set as well as the invocation envelop


ExecutionContextConfig

ExecutionContextConfigBase 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

Class gr.uoa.di.madgik.execution.plan.element.WSSOAPPlanElement extends PlanElementBase implements Serializable

Serialized Fields

ID

String ID
The ID of the element


Name

String Name
The Name of the element


Triggers

List<E> Triggers
The Triggers.


Calls

List<E> Calls
The list of invocations that are to be performed in the service WSSOAPPlanElement.ServiceEndPoint in the order specified by the calls. Instances of this list are expected to be of type WSSOAPCall


ServiceEndPoint

IInputOutputParameter ServiceEndPoint
The Service end point to contact


SupportsExecutionContext

boolean SupportsExecutionContext
Whether or not the WS WSSOAPPlanElement.ServiceEndPoint should be provided with an IExecutionContext. In cases of WS invocations as this, to enable execution context both this flag needs to be set as well as the invocation envelop


ExecutionContextConfig

ExecutionContextConfigBase 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


Package gr.uoa.di.madgik.execution.plan.element.condition

Class gr.uoa.di.madgik.execution.plan.element.condition.ConditionTree extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Root

IConditionTreeElement Root

Class gr.uoa.di.madgik.execution.plan.element.condition.ConditionTreeLeaf extends Object implements Serializable

Serialized Fields

Condition

IPlanCondition Condition

Class gr.uoa.di.madgik.execution.plan.element.condition.ConditionTreeNode extends Object implements Serializable

Serialized Fields

Verb

ConditionTreeNode.NodeVerb Verb

Post

ConditionTreeNode.PostVerb Post

Childen

List<E> Childen

Package gr.uoa.di.madgik.execution.plan.element.filter

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterArrayEvaluationFilter extends ParameterFilterBase implements Serializable

Serialized Fields

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

FilteredVariableNames

List<E> FilteredVariableNames

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterComposeFilter extends ParameterFilterBase implements Serializable

Serialized Fields

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

FilteredVariableNames

List<E> FilteredVariableNames

PromoteArray

boolean PromoteArray

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterDecomposeFilter extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

OutputVariableNames

List<E> OutputVariableNames

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterEmitPayloadFilter extends ParameterFilterBase implements Serializable

Serialized Fields

PlanNodeID

String PlanNodeID

EmitVariableName

String EmitVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterExternalFilter extends ParameterFilterBase implements Serializable

Serialized Fields

ExternalFilter

IExternalFilter ExternalFilter

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterFilterBase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Order

int Order

TokenMapping

Map<K,V> TokenMapping

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterObjectConvertableFilter extends ParameterFilterBase implements Serializable

serialVersionUID: 1L

Serialized Fields

FilteredVariableName

String FilteredVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterObjectReflectableFilter extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

TargetReflectableVariableName

String TargetReflectableVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterReflectableFromTemplateFilter extends ParameterFilterBase implements Serializable

Serialized Fields

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

FilteredVariableName

String FilteredVariableName

TemplateVariableName

String TemplateVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterReflectableToTemplateFilter extends ParameterFilterBase implements Serializable

Serialized Fields

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

FilteredVariableName

String FilteredVariableName

TemplateVariableName

String TemplateVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterSerializationFilter extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

TokenProvidingVariableNames

Set<E> TokenProvidingVariableNames

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterXPathFilter extends ParameterFilterBase implements Serializable

Serialized Fields

OutputQueryResultType

ParameterXPathFilter.OutputResultType OutputQueryResultType

FilteredVariableName

String FilteredVariableName

FilterExpressionVariableName

String FilterExpressionVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterXsltFilter extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

FilterExpressionVariableName

String FilterExpressionVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterXsltFilterFrom1DArray extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

FilterExpressionVariableName

String FilterExpressionVariableName

ValueTagVariableName

String ValueTagVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

Class gr.uoa.di.madgik.execution.plan.element.filter.ParameterXsltFilterTo1DArray extends ParameterFilterBase implements Serializable

Serialized Fields

FilteredVariableName

String FilteredVariableName

FilterExpressionVariableName

String FilterExpressionVariableName

IterationExpressionVariableName

String IterationExpressionVariableName

SelectionExpressionVariableName

String SelectionExpressionVariableName

StoreOutput

boolean StoreOutput

StoreOutputVariableName

String StoreOutputVariableName

Package gr.uoa.di.madgik.execution.plan.element.invocable

Class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase extends Object implements Serializable

Serialized Fields

Order

int Order

ArgumentName

String ArgumentName

Parameter

IInputParameter Parameter

Class gr.uoa.di.madgik.execution.plan.element.invocable.BoundaryConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

HostName

String HostName

Port

int Port

NozzleConfig

gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig NozzleConfig

Class gr.uoa.di.madgik.execution.plan.element.invocable.CallBase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Order

int Order

MethodName

String MethodName

ArgumentList

List<E> ArgumentList

OutputParameter

IOutputParameter OutputParameter

Class gr.uoa.di.madgik.execution.plan.element.invocable.ExceptionExitCodeMaping extends Object implements Serializable

Serialized Fields

ExitCode

int ExitCode

ErrorFullName

String ErrorFullName

ErrorSimpleName

String ErrorSimpleName

Message

String Message

TypeOfMapping

ExceptionExitCodeMaping.MapType TypeOfMapping

Class gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ProxyType

ExecutionContextConfigBase.ContextProxyType ProxyType

KeepContextAlive

boolean KeepContextAlive

Package gr.uoa.di.madgik.execution.plan.element.invocable.simple

Class gr.uoa.di.madgik.execution.plan.element.invocable.simple.SimpleArgument extends ArgumentBase implements Serializable

Class gr.uoa.di.madgik.execution.plan.element.invocable.simple.SimpleCall extends CallBase implements Serializable

Class gr.uoa.di.madgik.execution.plan.element.invocable.simple.SimpleExecutionContextConfig extends ExecutionContextConfigBase implements Serializable

serialVersionUID: 1L


Package gr.uoa.di.madgik.execution.plan.element.invocable.ws

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSExecutionContextConfig extends ExecutionContextConfigBase implements Serializable

serialVersionUID: 1L

Serialized Fields

NozzleConfig

gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig NozzleConfig

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSRESTArgument extends ArgumentBase implements Serializable

serialVersionUID: 1L

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSRESTCall extends CallBase implements Serializable

serialVersionUID: 1L

Serialized Fields

ExecutionContextToken

String ExecutionContextToken

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSRESTSimpleProxy extends Object implements Serializable

serialVersionUID: 1L

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPArgument extends ArgumentBase implements Serializable

serialVersionUID: 1L

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPCall extends CallBase implements Serializable

serialVersionUID: 1L

Serialized Fields

ActionURN

String ActionURN

ExecutionContextToken

String ExecutionContextToken

PostCreationFilters

List<E> PostCreationFilters

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPProxyWrapper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ServiceEndPoint

URL ServiceEndPoint

Handle

ExecutionHandle Handle

SupportsExecutionContext

boolean SupportsExecutionContext

SuppliedContextProxy

ExecutionContextConfigBase SuppliedContextProxy

ID

String ID

Class gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPSimpleProxy extends Object implements Serializable

serialVersionUID: 1L


Package gr.uoa.di.madgik.execution.plan.element.variable

Class gr.uoa.di.madgik.execution.plan.element.variable.FilteredInOutParameter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Filters

List<E> Filters

UpdateVariableName

String UpdateVariableName

Class gr.uoa.di.madgik.execution.plan.element.variable.FilteredInParameter extends Object implements Serializable

Serialized Fields

Filters

List<E> Filters

Class gr.uoa.di.madgik.execution.plan.element.variable.FilteredOutParameter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Filters

List<E> Filters

UpdateVariableName

String UpdateVariableName

Class gr.uoa.di.madgik.execution.plan.element.variable.SimpleInOutParameter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

VariableName

String VariableName

Class gr.uoa.di.madgik.execution.plan.element.variable.SimpleInParameter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

VariableName

String VariableName

Class gr.uoa.di.madgik.execution.plan.element.variable.SimpleOutParameter extends Object implements Serializable

Serialized Fields

VariableName

String VariableName

Class gr.uoa.di.madgik.execution.plan.element.variable.VariableCollection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Variables

Hashtable<K,V> Variables

lockMe

Boolean lockMe

Package gr.uoa.di.madgik.execution.utils

Class gr.uoa.di.madgik.execution.utils.ValueCollection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Collection

Set<E> Collection

lockMe

Boolean lockMe



Copyright © 2013. All Rights Reserved.