public interface TaskFlowConfiguration<F extends Enum<F>>
JobSequence
.Modifier and Type | Method and Description |
---|---|
String |
getFlowName()
Obtains the name of this
JobSequence . |
int |
getIndex()
Obtains the index identifying this
JobSequence . |
TaskNodeReference |
getInitialTask()
Obtains the reference to the initial
Task of this JobSequence . |
FlowInstigationStrategyEnum |
getInstigationStrategy()
Obtains the strategy to instigate this
JobSequence . |
F |
getKey()
Obtains the key identifying this
JobSequence . |
String getFlowName()
JobSequence
.JobSequence
.FlowInstigationStrategyEnum getInstigationStrategy()
JobSequence
.JobSequence
.TaskNodeReference getInitialTask()
Task
of this JobSequence
.Task
of this JobSequence
.int getIndex()
JobSequence
.JobSequence
.F getKey()
JobSequence
.JobSequence
. null
if indexed.Copyright © 2005–2016. All rights reserved.