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. 
 

Uses of ProcessInstanceLog in org.jbpm.process.audit
 

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

Methods in org.jbpm.process.audit that return types with arguments of type ProcessInstanceLog
static List<ProcessInstanceLog> ProcessInstanceDbLog.findActiveProcessInstances(String processId)
          Deprecated.  
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findActiveProcessInstances(String processId)
           
static List<ProcessInstanceLog> ProcessInstanceDbLog.findProcessInstances()
          Deprecated.  
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findProcessInstances()
           
static List<ProcessInstanceLog> ProcessInstanceDbLog.findProcessInstances(String processId)
          Deprecated.  
static List<ProcessInstanceLog> JPAProcessInstanceDbLog.findProcessInstances(String processId)
           
 



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