| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractActivityEventHandler.processEvent(Event event,
ActivityInstance activity,
DataContext dataContext)
Processes the designated event for the designated activity instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FileEventActivityHandler.processEvent(Event event,
ActivityInstance activity,
DataContext dataContext) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MailEventActivityHandler.processEvent(Event event,
ActivityInstance activity,
DataContext dataContext) |
| 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.
|
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SettableDataContext
A
SettableDataContext allows to set the arbitrary input and
output parameters as well as the corresponding values. |
| Modifier and Type | Field and Description |
|---|---|
protected DataContext |
ActivityData.dataContext
The data context for the execution environment.
|
| Modifier and Type | Method and Description |
|---|---|
DataContext |
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.
|
DataContext |
RuntimeEnvironmentFactory.getDataContext(ClientSessionFactory sessionFactory,
DataContainer dataContainer,
java.lang.Thread componentThread)
Returns an application related data context and initialises it's data
container with the provided value
|
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
RuntimeEnvironmentFactory.getInitialSessionContext(ClientSessionFactory sessionFactory,
java.lang.String sessionID,
EBPInstanceReference ebpInstanceReference,
DataContext dataContext,
ExecutionContext executionContext,
GUIContext guiContext,
RuntimeEnvironment runtimeEnvironment,
java.lang.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,
java.lang.Thread componentThread)
Returns a session context based on the designated one.
|
| Constructor and Description |
|---|
ActivityData(ActivityInstance activityInstance,
DataContext dataContext,
java.util.logging.Logger logger)
|