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 booleanAbstractActivityEventHandler. 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 booleanFileEventActivityHandler. 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 booleanMailEventActivityHandler. 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 ActivityDataExecutionEnvironment. 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 interfaceSerialisableDataContextA 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 classSettableDataContextASettableDataContextallows 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 DataContextActivityData. dataContextThe data context for the execution environment.Methods in de.aristaflow.adept2.model.runtimeenvironment that return DataContext Modifier and Type Method Description DataContextRuntimeEnvironmentFactory. getDataContext(ClientSessionFactory sessionFactory, DataContainer dataContainer, Thread componentThread)Deprecated, for removal: This API element is subject to removal in a future version.DataContextRuntimeEnvironmentFactory. getDataContext(ClientSessionFactory sessionFactory, DataContainer dataContainer, Thread componentThread, Logger logger)Returns an application related data context and initialises it's data container with the provided valueDataContextSessionContext. 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 SessionContextRuntimeEnvironmentFactory. 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.SessionContextRuntimeEnvironmentFactory. 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)
-