|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.process.audit.ProcessInstanceDbLog
@Deprecated public class ProcessInstanceDbLog
This class has been deprecated in favor of JPAProcessInstanceDbLog
.
Please, please use that class instead of this.
Constructor Summary | |
---|---|
ProcessInstanceDbLog()
Deprecated. |
Method Summary | |
---|---|
static void |
clear()
Deprecated. |
static List<ProcessInstanceLog> |
findActiveProcessInstances(String processId)
Deprecated. |
static List<NodeInstanceLog> |
findNodeInstances(long processInstanceId)
Deprecated. |
static List<NodeInstanceLog> |
findNodeInstances(long processInstanceId,
String nodeId)
Deprecated. |
static ProcessInstanceLog |
findProcessInstance(long processInstanceId)
Deprecated. |
static List<ProcessInstanceLog> |
findProcessInstances()
Deprecated. |
static List<ProcessInstanceLog> |
findProcessInstances(String processId)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessInstanceDbLog()
Method Detail |
---|
public static List<ProcessInstanceLog> findProcessInstances()
public static List<ProcessInstanceLog> findProcessInstances(String processId)
public static List<ProcessInstanceLog> findActiveProcessInstances(String processId)
public static ProcessInstanceLog findProcessInstance(long processInstanceId)
public static List<NodeInstanceLog> findNodeInstances(long processInstanceId)
public static List<NodeInstanceLog> findNodeInstances(long processInstanceId, String nodeId)
public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |