public class CommandBasedAuditLogService extends Object implements AuditLogService
Constructor and Description |
---|
CommandBasedAuditLogService(org.kie.api.runtime.CommandExecutor executor) |
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 activeProcesses) |
List<VariableInstanceLog> |
findVariableInstancesByNameAndValue(String variableId,
String value,
boolean activeProcesses) |
public CommandBasedAuditLogService(org.kie.api.runtime.CommandExecutor executor)
public List<ProcessInstanceLog> findProcessInstances()
AuditLogService
findProcessInstances
in interface AuditLogService
public List<ProcessInstanceLog> findProcessInstances(String processId)
findProcessInstances
in interface AuditLogService
public List<ProcessInstanceLog> findActiveProcessInstances(String processId)
findActiveProcessInstances
in interface AuditLogService
public ProcessInstanceLog findProcessInstance(long processInstanceId)
findProcessInstance
in interface AuditLogService
public List<ProcessInstanceLog> findSubProcessInstances(long processInstanceId)
findSubProcessInstances
in interface AuditLogService
public List<NodeInstanceLog> findNodeInstances(long processInstanceId)
findNodeInstances
in interface AuditLogService
public List<NodeInstanceLog> findNodeInstances(long processInstanceId, String nodeId)
findNodeInstances
in interface AuditLogService
public List<VariableInstanceLog> findVariableInstances(long processInstanceId)
findVariableInstances
in interface AuditLogService
public List<VariableInstanceLog> findVariableInstances(long processInstanceId, String variableId)
findVariableInstances
in interface AuditLogService
public List<VariableInstanceLog> findVariableInstancesByName(String variableId, boolean activeProcesses)
findVariableInstancesByName
in interface AuditLogService
public List<VariableInstanceLog> findVariableInstancesByNameAndValue(String variableId, String value, boolean activeProcesses)
findVariableInstancesByNameAndValue
in interface AuditLogService
public void clear()
clear
in interface AuditLogService
public void dispose()
dispose
in interface AuditLogService
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.