java.util.List<? extends VariableInstanceLog> |
AuditService.findVariableInstances(java.lang.String processInstanceId) |
Returns all variable logs for given process instance id
|
java.util.List<? extends VariableInstanceLog> |
AuditService.findVariableInstances(java.lang.String processInstanceId,
java.lang.String variableId) |
Returns all variable logs for given process instance id and variable identifier
|
java.util.List<? extends VariableInstanceLog> |
AuditService.findVariableInstancesByName(java.lang.String variableId,
boolean onlyActiveProcesses) |
Returns all variable logs that are identified by variable id regardless of what process instance they belong to
|
java.util.List<? extends VariableInstanceLog> |
AuditService.findVariableInstancesByNameAndValue(java.lang.String variableId,
java.lang.String value,
boolean onlyActiveProcesses) |
Returns all variable logs that are identified by variable id and has given value
regardless of what process instance they belong to
|