Summer.Batch.Core.Job.Flow.Support.State.FlowState Class Reference

State that delegates to an IFlow. More...

Inheritance diagram for Summer.Batch.Core.Job.Flow.Support.State.FlowState:
Summer.Batch.Core.Job.Flow.Support.State.AbstractState Summer.Batch.Core.Job.Flow.IFlowHolder Summer.Batch.Core.Job.Flow.IState

Public Member Functions

 FlowState (string name)
 Custom constructor using a name. More...
 
 FlowState (IFlow flow, string name)
 Custom constructor using a flow and a name. More...
 
override FlowExecutionStatus Handle (IFlowExecutor executor)
 
override bool IsEndState ()
 
ICollection< IFlowGetFlows ()
 
- Public Member Functions inherited from Summer.Batch.Core.Job.Flow.Support.State.AbstractState
string GetName ()
 
override string ToString ()
 ToString override. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Summer.Batch.Core.Job.Flow.Support.State.AbstractState
 AbstractState (string name)
 Custom constructor using a name. More...
 

Detailed Description

State that delegates to an IFlow.

Constructor & Destructor Documentation

Summer.Batch.Core.Job.Flow.Support.State.FlowState.FlowState ( string  name)

Custom constructor using a name.

Parameters
name
Summer.Batch.Core.Job.Flow.Support.State.FlowState.FlowState ( IFlow  flow,
string  name 
)

Custom constructor using a flow and a name.

Parameters
flow
name

Member Function Documentation

ICollection<IFlow> Summer.Batch.Core.Job.Flow.Support.State.FlowState.GetFlows ( )
override FlowExecutionStatus Summer.Batch.Core.Job.Flow.Support.State.FlowState.Handle ( IFlowExecutor  executor)
virtual

See also
IState::Handle .
Parameters
executor
Returns

Implements Summer.Batch.Core.Job.Flow.Support.State.AbstractState.

override bool Summer.Batch.Core.Job.Flow.Support.State.FlowState.IsEndState ( )
virtual

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Job/Flow/Support/State/FlowState.cs