| AsyncEventScheduler |
The AsyncEventScheduler starts a scheduler service to process async events in
an asynchronous way by calling the AsyncEventService.
|
| AsyncEventService |
The AsyncEventService can be used to process workflow events in an
asynchronous batch process.
|
| DocumentEvent |
The DocumentEvent provides a CDI observer pattern.
|
| DocumentService |
The DocumentService is used to save and load instances of ItemCollections
into a Database.
|
| EventLogService |
The EventLogService is a service to create and access an event log .
|
| HealthCheckService |
The Imixs HealthCheckService implements the Microservice HealthCheck
interface.
|
| ImixsConfigSource |
The ImixsConfigSource is a custom config source based on Microprofile Config
API.
|
| MetricService |
The Imixs MetricSerivce is a monitoring resource for Imixs-Workflow in the
prometheus format.
|
| ModelService |
The ModelManager is independent form the IX JEE Entity EJBs and uses the
standard IntemCollection Object as a data transfer object to communicate with
clients.
|
| ProcessingEvent |
The ProcessingEvent provides a CDI event fired by the WorkflowService EJB.
|
| ReportService |
The ReportService supports methods to create, process and find report
instances.
|
| SetupEvent |
The SetupEvent provides a CDI observer pattern.
|
| SetupService |
The SetupService EJB initializes the Imxis-Workflow engine and returns the
current status.
|
| SimulationService |
The SimulationService can be used to simulate a process life cycle without
storing any data into the database.
|
| TextEvent |
The TextEvent provides a CDI observer pattern.
|
| TextForEachAdapter |
The TextForEachAdapter can be used to format text fragments with the
'for-each' tag.
|
| TextItemValueAdapter |
The TextItemValueAdapter replaces text fragments with the values of a named
Item.
|
| TextPropertyValueAdapter |
The TextPropertyValueAdapter replaces text fragments with named system
property values.
|
| UserGroupEvent |
The UserGroupEvent provides a CDI observer pattern.
|
| WorkflowScheduler |
This EJB implements a Imixs Scheduler Interface and scans workitems for
scheduled activities.
|
| WorkflowSchedulerController |
The WorkflowSchedulerController is used to start and stop the standard workflow scheduler.
|
| WorkflowService |
The WorkflowService is the Java EE Implementation for the Imixs Workflow Core
API.
|