|
jBPM distribution 6.0.2-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuditLogService | |
---|---|
org.jbpm.process.audit | Business Activity Monitoring (BAM) resources supporting activity events and activity logs. |
org.jbpm.process.audit.command | |
org.jbpm.test |
Uses of AuditLogService in org.jbpm.process.audit |
---|
Classes in org.jbpm.process.audit that implement AuditLogService | |
---|---|
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. |
Uses of AuditLogService in org.jbpm.process.audit.command |
---|
Fields in org.jbpm.process.audit.command declared as AuditLogService | |
---|---|
protected AuditLogService |
AuditCommand.auditLogService
|
Methods in org.jbpm.process.audit.command with parameters of type AuditLogService | |
---|---|
void |
AuditCommand.setAuditLogService(AuditLogService auditLogService)
|
Uses of AuditLogService in org.jbpm.test |
---|
Methods in org.jbpm.test that return AuditLogService | |
---|---|
protected AuditLogService |
JbpmJUnitBaseTestCase.getLogService()
|
|
jBPM distribution 6.0.2-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |