|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the super interface for any process step of a Task.
Field Summary | |
static java.lang.String |
ANALYSIS
The analysis type string. |
static java.lang.String |
DATASOURCE
The datasource type string. |
static java.lang.String |
DATATARGET
The datatarget type string. |
static java.lang.String |
MODELMANAGER
The model manager type string. |
static java.lang.String |
PARAMKEY_LANGUAGE_PACK
The default key to acces the language pack of the plugin if any was provided by the descriptor of the plugin class |
static java.lang.String |
PARAMKEY_PLUGIN_NAME
The default key, where the ProcessDescriptor stores
the plugins home directory he loaded the class from |
static java.lang.String |
POSTPROCESS
The postprocess type string. |
static java.lang.String |
PREPROCESS
The preprocess type string. |
static java.lang.String |
USERINTERFACE
The user interface type string. |
Method Summary | |
void |
init(java.util.Properties parametermap)
the initialisation of a process instance the described parameterlist will be given here |
void |
reinit()
called, if a process threw the goBackException |
Field Detail |
public static final java.lang.String PARAMKEY_LANGUAGE_PACK
public static final java.lang.String PARAMKEY_PLUGIN_NAME
ProcessDescriptor
stores
the plugins home directory he loaded the class from
public static final java.lang.String DATASOURCE
public static final java.lang.String PREPROCESS
public static final java.lang.String MODELMANAGER
public static final java.lang.String USERINTERFACE
public static final java.lang.String ANALYSIS
public static final java.lang.String POSTPROCESS
public static final java.lang.String DATATARGET
Method Detail |
public void init(java.util.Properties parametermap)
public void reinit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |