jBPM distribution 6.0.0.CR1

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   
org.jbpm.process.audit.xml   
 

Uses of VariableInstanceLog in org.jbpm.process.audit
 

Methods in org.jbpm.process.audit that return types with arguments of type VariableInstanceLog
static List<VariableInstanceLog> StaticAuditLogService.findVariableInstances(long processInstanceId)
           
static List<VariableInstanceLog> JPAProcessInstanceDbLog.findVariableInstances(long processInstanceId)
          Deprecated.  
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstances(long processInstanceId)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstances(long processInstanceId)
           
static List<VariableInstanceLog> StaticAuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
static List<VariableInstanceLog> JPAProcessInstanceDbLog.findVariableInstances(long processInstanceId, String variableId)
          Deprecated.  
 List<VariableInstanceLog> JPAAuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
 List<VariableInstanceLog> AuditLogService.findVariableInstances(long processInstanceId, String variableId)
           
 

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)
           
 

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

Constructors in org.jbpm.process.audit.xml with parameters of type VariableInstanceLog
JaxbVariableInstanceLog(VariableInstanceLog origLog)
           
 


jBPM distribution 6.0.0.CR1

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