org.obe.spi.service |
Provides services and resource repositories used by the run-time engine.
|
Java Source File Name | Type | Comment |
ApplicationEventBroker.java | Interface | Provides access to temporal events and external events originating in third
party applications.
The workflow engine subscribes to events by specifying the event type, an
optional set of event keys, an optional predicate, and a set of correlation
keys. |
AssignmentStrategyFactory.java | Interface | Provides management and registration for work item assignment strategies. |
AsyncManager.java | Interface | Provides an asynchronous internal execution service. |
CalendarFactory.java | Interface | Standard interface for a calendar factory. |
CompletionStrategyFactory.java | Interface | Provides management and registration for activity completion strategies. |
DataConverter.java | Interface | Converts data between different classes. |
EvaluatorFactory.java | Interface | Provides management and registration for pluggable script evaluators. |
FunctionFactory.java | Interface | Provides management and registration for pluggable script functions. |
InstanceRepository.java | Interface | Provides transactional caching and persistence services for process
instances. |
ProcessRepository.java | Interface | Provides persistence for packages and process definitions. |
ResourceRepository.java | Interface | A repository for XML documents, schemas, DTDs, transforms and templates. |
SecurityRealm.java | Interface | Standard interface to a security realm. |
ServerConfig.java | Class | Provides access to OBE server configuration information. |
ServiceManager.java | Class | Provides access to system-level services. |
ToolAgentFactory.java | Interface | Standard interface for a tool agent factory. |
WorkflowEventBroker.java | Interface | Provides access to OBE run-time events.
The event object passed to a listener provides access to the entity that was
the source of the event. |
XPDLParserFactory.java | Class | Supports parsing multiple process definition languages into the XPDL model. |