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) |
List<VariableInstanceLog> |
findVariableInstancesByName(String variableId,
boolean onlyActiveProcesses) |
List<VariableInstanceLog> |
findVariableInstancesByNameAndValue(String variableId,
String value,
boolean onlyActiveProcesses) |
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)
List<VariableInstanceLog> findVariableInstancesByName(String variableId, boolean onlyActiveProcesses)
List<VariableInstanceLog> findVariableInstancesByNameAndValue(String variableId, String value, boolean onlyActiveProcesses)
void clear()
void dispose()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.