jBPM distribution 6.2.0.CR1

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

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

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.getAuditLogService()
           
 

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.getAuditLogService()
          Returns AuditService that gives access to underlying runtime data such as process instance, node instance and variable log entries.
 


jBPM distribution 6.2.0.CR1

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