|
jBPM distribution 6.2.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableInstanceLog | |
|---|---|
| org.jbpm.process.audit | Business Activity Monitoring (BAM) resources supporting activity events and activity logs. |
| org.jbpm.process.audit.command | |
| org.jbpm.process.audit.query | |
| org.kie.api.runtime.manager.audit | |
| Uses of VariableInstanceLog in org.jbpm.process.audit |
|---|
| Classes in org.jbpm.process.audit that implement VariableInstanceLog | |
|---|---|
class |
VariableInstanceLog
|
| Methods in org.jbpm.process.audit that return types with arguments of type VariableInstanceLog | |
|---|---|
List<VariableInstanceLog> |
JPAAuditLogService.queryVariableInstanceLogs(org.kie.internal.query.data.QueryData queryData)
|
List<VariableInstanceLog> |
CommandBasedAuditLogService.queryVariableInstanceLogs(org.kie.internal.query.data.QueryData queryData)
|
List<VariableInstanceLog> |
AuditLogService.queryVariableInstanceLogs(org.kie.internal.query.data.QueryData queryData)
|
| Uses of VariableInstanceLog in org.jbpm.process.audit.command |
|---|
| Methods in org.jbpm.process.audit.command that return types with arguments of type VariableInstanceLog | |
|---|---|
List<VariableInstanceLog> |
AuditVariableInstanceLogQueryCommand.execute(org.kie.internal.command.Context context)
|
| Uses of VariableInstanceLog in org.jbpm.process.audit.query |
|---|
| Methods in org.jbpm.process.audit.query that return types with arguments of type VariableInstanceLog | |
|---|---|
org.kie.internal.query.ParametrizedQuery<VariableInstanceLog> |
VarInstLogQueryBuilderImpl.buildQuery()
|
| Uses of VariableInstanceLog in org.kie.api.runtime.manager.audit |
|---|
| Methods in org.kie.api.runtime.manager.audit that return types with arguments of type VariableInstanceLog | |
|---|---|
List<? extends VariableInstanceLog> |
AuditService.findVariableInstances(long processInstanceId)
Returns all variable logs for given process instance id |
List<? extends VariableInstanceLog> |
AuditService.findVariableInstances(long processInstanceId,
String variableId)
Returns all variable logs for given process instance id and variable identifier |
List<? extends VariableInstanceLog> |
AuditService.findVariableInstancesByName(String variableId,
boolean onlyActiveProcesses)
Returns all variable logs that are identified by variable id regardless of what process instance they belong to |
List<? extends VariableInstanceLog> |
AuditService.findVariableInstancesByNameAndValue(String variableId,
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 |
|
jBPM distribution 6.2.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||