| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityEventManager
To allow for event handler to execute activities and to control these
executions, an
ActivityEventManager provides a subset of the
methods of a RuntimeService. |
interface |
InstanceStartEventManager
To allow for event handler to start process instances, an
InstanceStartEventManager provides some methods of a
TemplateManager and of
InstanceControl. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventManager
The event manager creates event handler and event sources.
|
class |
DefaultEventManager
The default event manager supports events based on SQL databases, (incoming) mails and changes in
the file system.
|
| Constructor and Description |
|---|
FileEventActivitySource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FileEventSource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FileMarkHandler(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
| Constructor and Description |
|---|
MailEventActivitySource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
MailEventSource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
MailEventSource(Configuration conf,
EventManager eventManager,
Registry registry,
java.lang.Class<?> confDesc)
Constructor for subclasses allowing to set a separate class for the
configuration description.
|
MailFlagHandler(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager
called by a service registry. |