Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
-
Uses of DataContext in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type DataContext Modifier and Type Method Description protected abstract boolean
AbstractActivityEventHandler. processEvent(Event event, ActivityInstance activity, DataContext dataContext)
Processes the designated event for the designated activity instance. -
Uses of DataContext in de.aristaflow.adept2.core.eventmanager.fileevents
Methods in de.aristaflow.adept2.core.eventmanager.fileevents with parameters of type DataContext Modifier and Type Method Description protected boolean
FileEventActivityHandler. processEvent(Event event, ActivityInstance activity, DataContext dataContext)
-
Uses of DataContext in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type DataContext Modifier and Type Method Description protected boolean
MailEventActivityHandler. processEvent(Event event, ActivityInstance activity, DataContext dataContext)
-
Uses of DataContext in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments with parameters of type DataContext Modifier and Type Method Description protected ActivityData
ExecutionEnvironment. createActivityData(ActivityInstance actInst, DataContext dataCont, Logger adLogger)
Creates new activity data based on the designated information. -
Uses of DataContext in de.aristaflow.adept2.model.runtimeenvironment
Subinterfaces of DataContext in de.aristaflow.adept2.model.runtimeenvironment Modifier and Type Interface Description interface
SerialisableDataContext
A data context that is serialisable and therefore provides access to all managed parameters without having to know their names or their types.Classes in de.aristaflow.adept2.model.runtimeenvironment that implement DataContext Modifier and Type Class Description class
SettableDataContext
ASettableDataContext
allows to set the arbitrary input and output parameters as well as the corresponding values.Fields in de.aristaflow.adept2.model.runtimeenvironment declared as DataContext Modifier and Type Field Description protected DataContext
ActivityData. dataContext
The data context for the execution environment.Methods in de.aristaflow.adept2.model.runtimeenvironment that return DataContext Modifier and Type Method Description DataContext
RuntimeEnvironmentFactory. getDataContext(ClientSessionFactory sessionFactory, DataContainer dataContainer, Thread componentThread)
Deprecated, for removal: This API element is subject to removal in a future version.DataContext
RuntimeEnvironmentFactory. getDataContext(ClientSessionFactory sessionFactory, DataContainer dataContainer, Thread componentThread, Logger logger)
Returns an application related data context and initialises it's data container with the provided valueDataContext
SessionContext. getDataContext()
Gets the data context, that is, an interface to get and set the values of all input and output parameters of an application.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type DataContext Modifier and Type Method Description SessionContext
RuntimeEnvironmentFactory. getInitialSessionContext(ClientSessionFactory sessionFactory, String sessionID, EBPInstanceReference ebpInstanceReference, DataContext dataContext, ExecutionContext executionContext, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.SessionContext
RuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns a session context based on the designated one.Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type DataContext Constructor Description ActivityData(ActivityInstance activityInstance, DataContext dataContext, Logger logger)
-