jBPM distribution 6.2.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   
 

Uses of ProcessInstanceLog in org.jbpm.process.audit
 

Methods in org.jbpm.process.audit that return ProcessInstanceLog
 ProcessInstanceLog JPAAuditLogService.findProcessInstance(long processInstanceId)
           
 ProcessInstanceLog CommandBasedAuditLogService.findProcessInstance(long processInstanceId)
           
 ProcessInstanceLog AuditLogService.findProcessInstance(long processInstanceId)
           
 

Methods in org.jbpm.process.audit that return types with arguments of type ProcessInstanceLog
 List<ProcessInstanceLog> JPAAuditLogService.findActiveProcessInstances()
           
 List<ProcessInstanceLog> CommandBasedAuditLogService.findActiveProcessInstances()
           
 List<ProcessInstanceLog> AuditLogService.findActiveProcessInstances()
           
 List<ProcessInstanceLog> JPAAuditLogService.findActiveProcessInstances(String processId)
           
 List<ProcessInstanceLog> CommandBasedAuditLogService.findActiveProcessInstances(String processId)
           
 List<ProcessInstanceLog> AuditLogService.findActiveProcessInstances(String processId)
           
 List<ProcessInstanceLog> JPAAuditLogService.findProcessInstances()
           
 List<ProcessInstanceLog> CommandBasedAuditLogService.findProcessInstances()
           
 List<ProcessInstanceLog> AuditLogService.findProcessInstances()
          Service methods
 List<ProcessInstanceLog> JPAAuditLogService.findProcessInstances(String processId)
           
 List<ProcessInstanceLog> CommandBasedAuditLogService.findProcessInstances(String processId)
           
 List<ProcessInstanceLog> AuditLogService.findProcessInstances(String processId)
           
 List<ProcessInstanceLog> JPAAuditLogService.findSubProcessInstances(long processInstanceId)
           
 List<ProcessInstanceLog> CommandBasedAuditLogService.findSubProcessInstances(long processInstanceId)
           
 List<ProcessInstanceLog> AuditLogService.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> FindSubProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 List<ProcessInstanceLog> FindProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 List<ProcessInstanceLog> FindActiveProcessInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 


jBPM distribution 6.2.0.CR4

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