Package | Description |
---|---|
org.jbpm.process.audit |
Business Activity Monitoring (BAM) resources supporting activity events and activity logs.
|
org.jbpm.process.audit.command | |
org.jbpm.process.audit.xml |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceLog> |
JPAAuditLogService.findVariableInstances(long processInstanceId) |
static List<VariableInstanceLog> |
StaticAuditLogService.findVariableInstances(long processInstanceId) |
List<VariableInstanceLog> |
AuditLogService.findVariableInstances(long processInstanceId) |
static List<VariableInstanceLog> |
JPAProcessInstanceDbLog.findVariableInstances(long processInstanceId)
Deprecated.
|
List<VariableInstanceLog> |
JPAAuditLogService.findVariableInstances(long processInstanceId,
String variableId) |
static List<VariableInstanceLog> |
StaticAuditLogService.findVariableInstances(long processInstanceId,
String variableId) |
List<VariableInstanceLog> |
AuditLogService.findVariableInstances(long processInstanceId,
String variableId) |
static List<VariableInstanceLog> |
JPAProcessInstanceDbLog.findVariableInstances(long processInstanceId,
String variableId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceLog> |
FindVariableInstancesCommand.execute(org.kie.internal.command.Context cntxt) |
Constructor and Description |
---|
JaxbVariableInstanceLog(VariableInstanceLog origLog) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.