|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessContext<T>
| Method Summary | |
|---|---|
T |
getSeedData()
Returns the seed information |
boolean |
isStopped()
Is the process stopped |
void |
setSeedData(T seedObject)
Provide seed information to this ProcessContext, usually provided at time of workflow kickoff by the containing workflow processor. |
boolean |
stopProcess()
Activly informs the workflow process to stop processing no further activities will be executed |
| Method Detail |
|---|
boolean stopProcess()
boolean isStopped()
void setSeedData(T seedObject)
seedObject - - initial seed data for the workflowT getSeedData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||