org.jbpm.process.audit
Class ProcessInstanceDbLog

java.lang.Object
  extended by org.jbpm.process.audit.ProcessInstanceDbLog

public class ProcessInstanceDbLog
extends Object


Constructor Summary
ProcessInstanceDbLog()
           
 
Method Summary
static void clear()
           
static List<ProcessInstanceLog> findActiveProcessInstances(String processId)
           
static List<NodeInstanceLog> findNodeInstances(long processInstanceId)
           
static List<NodeInstanceLog> findNodeInstances(long processInstanceId, String nodeId)
           
static ProcessInstanceLog findProcessInstance(long processInstanceId)
           
static List<ProcessInstanceLog> findProcessInstances()
           
static List<ProcessInstanceLog> findProcessInstances(String processId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceDbLog

public ProcessInstanceDbLog()
Method Detail

findProcessInstances

public static List<ProcessInstanceLog> findProcessInstances()

findProcessInstances

public static List<ProcessInstanceLog> findProcessInstances(String processId)

findActiveProcessInstances

public static List<ProcessInstanceLog> findActiveProcessInstances(String processId)

findProcessInstance

public static ProcessInstanceLog findProcessInstance(long processInstanceId)

findNodeInstances

public static List<NodeInstanceLog> findNodeInstances(long processInstanceId)

findNodeInstances

public static List<NodeInstanceLog> findNodeInstances(long processInstanceId,
                                                      String nodeId)

clear

public static void clear()


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