See: Description
Interface | Description |
---|---|
AuditLogService |
This class is essentially a very simple implementation of a service
that deals with
ProcessInstanceLog , NodeInstanceLog
and VariableInstanceLog entities. |
Class | Description |
---|---|
AbstractAuditLogger | |
AuditLoggerFactory |
Factory for producing support audit loggers.
|
CommandBasedAuditLogService | |
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.
|
JPAWorkingMemoryDbLogger |
Enables history log via JPA.
|
NodeInstanceLog | |
ProcessInstanceLog | |
VariableInstanceLog |
Enum | Description |
---|---|
AuditLoggerFactory.Type |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.