Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Packages that use ActivityData
Package
Description
-
Uses of ActivityData in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type ActivityDataModifier and TypeMethodDescriptionprotected 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 ActivityDataModifier and TypeFieldDescriptionprotected ActivityDataExecutionEnvironment.actDataThe activity instance and data context wrapper for this execution.Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that return ActivityDataModifier and TypeMethodDescriptionprotected 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 ActivityDataModifierConstructorDescriptionActivityData(ActivityData actData) Constructor for replacing the designated instance ofActivityDatawith this one.