C# Class ESS.FW.Bpm.Engine.Impl.Cmd.GetExecutionVariableCmd

Inheritance: ICommand Show file Open project: zf321/ESS.FW.Bpm

Protected Properties

Property Type Description
ExecutionId string
IsLocal bool
VariableName string

Public Methods

Method Description
Execute ( CommandContext commandContext ) : object
GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System

Protected Methods

Method Description
CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void

Method Details

CheckGetExecutionVariable() protected method

protected CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void
execution ExecutionEntity
commandContext CommandContext
return void

Execute() public method

public Execute ( CommandContext commandContext ) : object
commandContext CommandContext
return object

GetExecutionVariableCmd() public method

public GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System
executionId string
variableName string
isLocal bool
return System

Property Details

ExecutionId protected property

protected string ExecutionId
return string

IsLocal protected property

protected bool IsLocal
return bool

VariableName protected property

protected string VariableName
return string