org.jbpm.process.audit
Class JPAProcessInstanceDbLog

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

public class JPAProcessInstanceDbLog
extends Object


Constructor Summary
JPAProcessInstanceDbLog()
           
JPAProcessInstanceDbLog(Environment env)
           
 
Method Summary
 void clear()
           
 void dispose()
           
 List<ProcessInstanceLog> findActiveProcessInstances(String processId)
           
 List<NodeInstanceLog> findNodeInstances(long processInstanceId)
           
 List<NodeInstanceLog> findNodeInstances(long processInstanceId, String nodeId)
           
 ProcessInstanceLog findProcessInstance(long processInstanceId)
           
 List<ProcessInstanceLog> findProcessInstances()
           
 List<ProcessInstanceLog> findProcessInstances(String processId)
           
 List<VariableInstanceLog> findVariableInstances(long processInstanceId)
           
 List<VariableInstanceLog> findVariableInstances(long processInstanceId, String variableId)
           
protected  javax.persistence.EntityManager getEntityManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAProcessInstanceDbLog

public JPAProcessInstanceDbLog()

JPAProcessInstanceDbLog

public JPAProcessInstanceDbLog(Environment env)
Method Detail

findProcessInstances

public List<ProcessInstanceLog> findProcessInstances()

findProcessInstances

public List<ProcessInstanceLog> findProcessInstances(String processId)

findActiveProcessInstances

public List<ProcessInstanceLog> findActiveProcessInstances(String processId)

findProcessInstance

public ProcessInstanceLog findProcessInstance(long processInstanceId)

findNodeInstances

public List<NodeInstanceLog> findNodeInstances(long processInstanceId)

findNodeInstances

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

findVariableInstances

public List<VariableInstanceLog> findVariableInstances(long processInstanceId)

findVariableInstances

public List<VariableInstanceLog> findVariableInstances(long processInstanceId,
                                                       String variableId)

clear

public void clear()

getEntityManager

protected javax.persistence.EntityManager getEntityManager()

dispose

public void dispose()


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