C# Класс Summer.Batch.Core.Job.Flow.Support.State.StepState

IState implementation that delegates to an IFlowExecutor to execute the specified Step.
Наследование: Summer.Batch.Core.Job.Flow.Support.State.AbstractState, IStepHolder, IStepLocator
Показать файл Открыть проект

Открытые методы

Метод Описание
GetStep ( string stepName ) : IStep

@see IStepLocator#GetStep .

GetStepNames ( ) : ICollection

@see IStepLocator#GetStepNames .

Handle ( IFlowExecutor executor ) : FlowExecutionStatus

@see IState#Handle .

IsEndState ( ) : bool

@see IState#IsEndState

StepState ( IStep step ) : System

Custom constructor using an IStep.

StepState ( IStep step, string name ) : System

Custom constructor using an IStep and a name.

StepState ( string name ) : System

Custom constructor using a name.

Описание методов

GetStep() публичный Метод

@see IStepLocator#GetStep .
 
public GetStep ( string stepName ) : IStep
stepName string
Результат IStep

GetStepNames() публичный Метод

@see IStepLocator#GetStepNames .
public GetStepNames ( ) : ICollection
Результат ICollection

Handle() публичный Метод

@see IState#Handle .
 
public Handle ( IFlowExecutor executor ) : FlowExecutionStatus
executor IFlowExecutor
Результат FlowExecutionStatus

IsEndState() публичный Метод

@see IState#IsEndState
public IsEndState ( ) : bool
Результат bool

StepState() публичный Метод

Custom constructor using an IStep.
public StepState ( IStep step ) : System
step IStep
Результат System

StepState() публичный Метод

Custom constructor using an IStep and a name.
public StepState ( IStep step, string name ) : System
step IStep
name string
Результат System

StepState() публичный Метод

Custom constructor using a name.
public StepState ( string name ) : System
name string
Результат System