Uses of Interface
org.jbpm.process.audit.AuditLogService
-
Packages that use AuditLogService 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 -
-
Uses of AuditLogService in org.jbpm.executor.impl.jpa
Classes in org.jbpm.executor.impl.jpa that implement AuditLogService Modifier and Type Class Description classExecutorJPAAuditService -
Uses of AuditLogService in org.jbpm.process.audit
Classes in org.jbpm.process.audit that implement AuditLogService Modifier and Type Class Description classCommandBasedAuditLogServiceclassJPAAuditLogService -
Uses of AuditLogService in org.jbpm.process.audit.command
Fields in org.jbpm.process.audit.command declared as AuditLogService Modifier and Type Field Description protected AuditLogServiceAuditCommand. auditLogServiceMethods in org.jbpm.process.audit.command with parameters of type AuditLogService Modifier and Type Method Description voidAuditCommand. setAuditLogService(AuditLogService auditLogService) -
Uses of AuditLogService in org.jbpm.services.task.audit.service
Classes in org.jbpm.services.task.audit.service that implement AuditLogService Modifier and Type Class Description classTaskJPAAuditService
-