jBPM distribution 6.0.0-SNAPSHOT

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

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

Uses of VariableInstanceLog in org.jbpm.process.audit
 

Methods in org.jbpm.process.audit that return types with arguments of type VariableInstanceLog
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstances(long processInstanceId)
           
 List<VariableInstanceLog> CommandBasedAuditLogService.findVariableInstances(long processInstanceId)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstances(long processInstanceId)
           
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
 List<VariableInstanceLog> CommandBasedAuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstancesByName(String variableId, boolean onlyActiveProcesses)
           
 List<VariableInstanceLog> CommandBasedAuditLogService.findVariableInstancesByName(String variableId, boolean activeProcesses)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstancesByName(String variableId, boolean onlyActiveProcesses)
           
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstancesByNameAndValue(String variableId, String value, boolean onlyActiveProcesses)
           
 List<VariableInstanceLog> CommandBasedAuditLogService.findVariableInstancesByNameAndValue(String variableId, String value, boolean activeProcesses)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstancesByNameAndValue(String variableId, String value, boolean onlyActiveProcesses)
           
 

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

Methods in org.jbpm.process.audit.command that return types with arguments of type VariableInstanceLog
 List<VariableInstanceLog> FindVariableInstancesCommand.execute(org.kie.internal.command.Context cntxt)
           
 List<VariableInstanceLog> FindVariableInstancesByNameCommand.execute(org.kie.internal.command.Context cntxt)
           
 


jBPM distribution 6.0.0-SNAPSHOT

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