Méthode | Description | |
---|---|---|
FlowJob ( string name ) : Summer.Batch.Core.Step |
Custom constructor with name.
|
|
GetStep ( string stepName ) : IStep |
@see AbstractJob#GetStep .
|
|
GetStepNames ( ) : ICollection |
@see AbstractJob#GetStepNames .
|
Méthode | Description | |
---|---|---|
DoExecute ( JobExecution execution ) : void |
@see AbstractJob#DoExecute .
|
Méthode | Description | |
---|---|---|
FindSteps ( IFlow flow, IStep>.IDictionary |
|
|
Init ( ) : void |
Initialize the step names.
|
protected DoExecute ( JobExecution execution ) : void | ||
execution | JobExecution | |
Résultat | void |
public FlowJob ( string name ) : Summer.Batch.Core.Step | ||
name | string | |
Résultat | Summer.Batch.Core.Step |