jBPM distribution 6.0.0.CR4-Pre1

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

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> StaticAuditLogService.findNodeInstances(long processInstanceId)
           
static List<NodeInstanceLog> JPAProcessInstanceDbLog.findNodeInstances(long processInstanceId)
          Deprecated.  
 List<NodeInstanceLog> JPAAuditLogService.findNodeInstances(long processInstanceId)
           
 List<NodeInstanceLog> AuditLogService.findNodeInstances(long processInstanceId)
           
static List<NodeInstanceLog> StaticAuditLogService.findNodeInstances(long processInstanceId, String nodeId)
           
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)
           
 

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

Constructors in org.jbpm.process.audit.xml with parameters of type NodeInstanceLog
JaxbNodeInstanceLog(NodeInstanceLog origLog)
           
 


jBPM distribution 6.0.0.CR4-Pre1

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