| Package | Description |
|---|---|
| org.jbpm.executor.impl.jpa | |
| org.jbpm.process.audit |
Business Activity Monitoring (BAM) resources supporting activity events and activity logs.
|
| org.jbpm.process.audit.command | |
| org.jbpm.services.task.audit.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorJPAAuditService |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandBasedAuditLogService |
class |
JPAAuditLogService
The idea here is that we have a entity manager factory (similar to a session factory)
that we repeatedly use to generate an entity manager (which is a persistence context)
for the specific service command.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuditLogService |
AuditCommand.auditLogService |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditCommand.setAuditLogService(AuditLogService auditLogService) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskJPAAuditService |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.