org.jbpm.process.audit
public interface AuditLogService
ProcessInstanceLog
, NodeInstanceLog
and VariableInstanceLog
entities.
Please see the public methods for the interface of this service.Modifier and Type | Method and Description |
---|---|
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()
Service methods
|
List<ProcessInstanceLog> |
findProcessInstances(String processId) |
List<ProcessInstanceLog> |
findSubProcessInstances(long processInstanceId) |
List<VariableInstanceLog> |
findVariableInstances(long processInstanceId) |
List<VariableInstanceLog> |
findVariableInstances(long processInstanceId,
String variableId) |
String |
getPersistenceUnitName() |
void |
setEnvironment(org.kie.api.runtime.Environment env) |
void |
setPersistenceUnitName(String persistenceUnitName) |
void setEnvironment(org.kie.api.runtime.Environment env)
String getPersistenceUnitName()
void setPersistenceUnitName(String persistenceUnitName)
List<ProcessInstanceLog> findProcessInstances()
List<ProcessInstanceLog> findProcessInstances(String processId)
List<ProcessInstanceLog> findActiveProcessInstances(String processId)
ProcessInstanceLog findProcessInstance(long processInstanceId)
List<ProcessInstanceLog> findSubProcessInstances(long processInstanceId)
List<NodeInstanceLog> findNodeInstances(long processInstanceId)
List<NodeInstanceLog> findNodeInstances(long processInstanceId, String nodeId)
List<VariableInstanceLog> findVariableInstances(long processInstanceId)
List<VariableInstanceLog> findVariableInstances(long processInstanceId, String variableId)
void clear()
void dispose()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.