jBPM :: Audit 6.0.0.CR4

Uses of Class
org.jbpm.process.audit.ProcessInstanceLog

Packages that use ProcessInstanceLog
org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs. 
org.jbpm.process.audit.command   
org.jbpm.process.audit.xml   
 

Uses of ProcessInstanceLog in org.jbpm.process.audit
 

Methods in org.jbpm.process.audit that return ProcessInstanceLog
 ProcessInstanceLog AuditLogService.findProcessInstance(long processInstanceId)
           
static ProcessInstanceLog JPAProcessInstanceDbLog.findProcessInstance(long processInstanceId)
          Deprecated.  
 ProcessInstanceLog JPAAuditLogService.findProcessInstance(long processInstanceId)
           
static ProcessInstanceLog StaticAuditLogService.findProcessInstance(long processInstanceId)
           
 

Methods in org.jbpm.process.audit that return types with arguments of type ProcessInstanceLog
 List<ProcessInstanceLog> AuditLogService.findActiveProcessInstances(String processId)
           
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findActiveProcessInstances(String processId)
          Deprecated.  
 List<ProcessInstanceLog> JPAAuditLogService.findActiveProcessInstances(String processId)
           
static List<ProcessInstanceLog> StaticAuditLogService.findActiveProcessInstances(String processId)
           
 List<ProcessInstanceLog> AuditLogService.findProcessInstances()
          Service methods
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findProcessInstances()
          Deprecated.  
 List<ProcessInstanceLog> JPAAuditLogService.findProcessInstances()
           
static List<ProcessInstanceLog> StaticAuditLogService.findProcessInstances()
           
 List<ProcessInstanceLog> AuditLogService.findProcessInstances(String processId)
           
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findProcessInstances(String processId)
          Deprecated.  
 List<ProcessInstanceLog> JPAAuditLogService.findProcessInstances(String processId)
           
static List<ProcessInstanceLog> StaticAuditLogService.findProcessInstances(String processId)
           
 List<ProcessInstanceLog> AuditLogService.findSubProcessInstances(long processInstanceId)
           
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findSubProcessInstances(long processInstanceId)
          Deprecated.  
 List<ProcessInstanceLog> JPAAuditLogService.findSubProcessInstances(long processInstanceId)
           
static List<ProcessInstanceLog> StaticAuditLogService.findSubProcessInstances(long processInstanceId)
           
 

Uses of ProcessInstanceLog in org.jbpm.process.audit.command
 

Methods in org.jbpm.process.audit.command that return ProcessInstanceLog
 ProcessInstanceLog FindProcessInstanceCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.process.audit.command that return types with arguments of type ProcessInstanceLog
 List<ProcessInstanceLog> FindActiveProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 List<ProcessInstanceLog> FindSubProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 List<ProcessInstanceLog> FindProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Uses of ProcessInstanceLog in org.jbpm.process.audit.xml
 

Constructors in org.jbpm.process.audit.xml with parameters of type ProcessInstanceLog
JaxbProcessInstanceLog(ProcessInstanceLog processInstanceLog)
           
 


jBPM :: Audit 6.0.0.CR4

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