|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The MicroflowTask is the caore interface controller plugins in the OpenEmcee microflow framework. For more information please see the openemcee tutorial on our project website.
| Field Summary | |
static java.lang.String |
VCS_ID
Version control tag. |
| Method Summary | |
MicroflowTaskOutcome |
executeTask(MicroflowData data)
This method is where the callouts to model components occurrs, as well as determination of "outcome". |
boolean |
init(MicroflowParameters params)
This method is called once, and only once, prior to calling execute task. |
| Field Detail |
public static final java.lang.String VCS_ID
| Method Detail |
public boolean init(MicroflowParameters params)
params - A MicroflowParameters object which contains any parameters specified in the
microflow XML.
public MicroflowTaskOutcome executeTask(MicroflowData data)
data - This parameter provides access to the data associated
with the current Microflow.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||