public interface AdministratorContext
Administrator
.Modifier and Type | Method and Description |
---|---|
void |
doFlow(FlowMetaData<?> flowMetaData,
Object parameter)
Instigates a flow to be run.
|
ThreadState |
getThreadState()
Obtains the
ThreadState . |
ThreadState getThreadState()
ThreadState
.ThreadState
.void doFlow(FlowMetaData<?> flowMetaData, Object parameter)
flowMetaData
- FlowMetaData
of the JobSequence
to instigate.parameter
- Parameter that will be available from the
TaskContext.getObject(int)
of the first Task
of the flow to be run.Copyright © 2005–2016. All rights reserved.