| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.mailevents | |
| de.aristaflow.adept2.core.runtimemanager.executionenvironments |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MailEventActivityHandler.handleField(java.lang.String field,
Parameter param,
MailEvent event,
ActivityData data)
Gets the designated field from the message of the designated mail event and
stores the value for the output parameter in the designated data context.
|
protected void |
MailEventActivityHandler.handleRegEx(java.lang.String regex,
Parameter param,
MailEvent event,
ActivityData data)
Applies the designated regular expression to (the string representation of)
the content of the message of the designated mail event and stores the
match for the output parameter in the designated data context.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActivityData |
ExecutionEnvironment.actData
The activity instance and data context wrapper for this execution.
|
| Modifier and Type | Method and Description |
|---|---|
protected ActivityData |
ExecutionEnvironment.createActivityData(ActivityInstance actInst,
DataContext dataCont,
java.util.logging.Logger adLogger)
Creates new activity data based on the designated information.
|