Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
-
Uses of ActivityData in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type ActivityData Modifier and Type Method Description protected voidMailEventActivityHandler. handleField(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 voidMailEventActivityHandler. handleRegEx(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. -
Uses of ActivityData in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Fields in de.aristaflow.adept2.core.runtimemanager.executionenvironments declared as ActivityData Modifier and Type Field Description protected ActivityDataExecutionEnvironment. actDataThe activity instance and data context wrapper for this execution.Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that return ActivityData Modifier and Type Method Description protected ActivityDataExecutionEnvironment. createActivityData(ActivityInstance actInst, DataContext dataCont, Logger adLogger)Creates new activity data based on the designated information. -
Uses of ActivityData in de.aristaflow.adept2.model.runtimeenvironment
Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type ActivityData Constructor Description ActivityData(ActivityData actData)Constructor for replacing the designated instance ofActivityDatawith this one.
-