Package | Description |
---|---|
org.jbpm.process.audit |
Business Activity Monitoring (BAM) resources supporting activity events and activity logs.
|
org.jbpm.process.audit.command |
Modifier and Type | Method and Description |
---|---|
List<NodeInstanceLog> |
AuditLogService.findNodeInstances(long processInstanceId) |
List<NodeInstanceLog> |
JPAAuditLogService.findNodeInstances(long processInstanceId) |
List<NodeInstanceLog> |
CommandBasedAuditLogService.findNodeInstances(long processInstanceId) |
List<NodeInstanceLog> |
AuditLogService.findNodeInstances(long processInstanceId,
String nodeId) |
List<NodeInstanceLog> |
JPAAuditLogService.findNodeInstances(long processInstanceId,
String nodeId) |
List<NodeInstanceLog> |
CommandBasedAuditLogService.findNodeInstances(long processInstanceId,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
List<NodeInstanceLog> |
FindNodeInstancesCommand.execute(org.kie.internal.command.Context cntxt) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.