jBPM distribution 6.0.0.CR5

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

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

Uses of NodeInstanceLog in org.jbpm.process.audit
 

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

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

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


jBPM distribution 6.0.0.CR5

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