jBPM :: Distribution 6.2.0-SNAPSHOT

Uses of Interface
org.kie.api.runtime.manager.audit.AuditService

Packages that use AuditService
org.jbpm.executor.impl.jpa   
org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs. 
org.jbpm.runtime.manager.impl   
org.jbpm.services.task.audit.service   
org.jbpm.test   
org.kie.api.runtime.manager   
 

Uses of AuditService in org.jbpm.executor.impl.jpa
 

Classes in org.jbpm.executor.impl.jpa that implement AuditService
 class ExecutorJPAAuditService
           
 

Uses of AuditService in org.jbpm.process.audit
 

Subinterfaces of AuditService in org.jbpm.process.audit
 interface AuditLogService
          Implementations of this class deal with ProcessInstanceLog, NodeInstanceLog and VariableInstanceLog entities.
 

Classes in org.jbpm.process.audit that implement AuditService
 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 AuditService in org.jbpm.runtime.manager.impl
 

Methods in org.jbpm.runtime.manager.impl that return AuditService
 AuditService RuntimeEngineImpl.getAuditService()
           
 

Uses of AuditService in org.jbpm.services.task.audit.service
 

Classes in org.jbpm.services.task.audit.service that implement AuditService
 class TaskJPAAuditService
           
 

Uses of AuditService in org.jbpm.test
 

Methods in org.jbpm.test that return AuditService
protected  AuditService JbpmJUnitBaseTestCase.getLogService()
           
 

Uses of AuditService in org.kie.api.runtime.manager
 

Methods in org.kie.api.runtime.manager that return AuditService
 AuditService RuntimeEngine.getAuditService()
          Returns AuditService that gives access to underlying runtime data such as process instance, node instance and variable log entries.
 


jBPM :: Distribution 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.