jBPM :: Distribution 6.2.0-SNAPSHOT

Uses of Interface
org.kie.api.runtime.manager.audit.NodeInstanceLog

Packages that use NodeInstanceLog
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 NodeInstanceLog in org.jbpm.process.audit
 

Classes in org.jbpm.process.audit that implement NodeInstanceLog
 class NodeInstanceLog
           
 

Methods in org.jbpm.process.audit that return types with arguments of type NodeInstanceLog
 List<NodeInstanceLog> JPAAuditLogService.queryNodeInstanceLogs(org.kie.internal.query.data.QueryData queryData)
           
 List<NodeInstanceLog> CommandBasedAuditLogService.queryNodeInstanceLogs(org.kie.internal.query.data.QueryData queryData)
           
 List<NodeInstanceLog> AuditLogService.queryNodeInstanceLogs(org.kie.internal.query.data.QueryData queryData)
           
 

Uses of NodeInstanceLog in org.jbpm.process.audit.command
 

Methods in org.jbpm.process.audit.command that return types with arguments of type NodeInstanceLog
 List<NodeInstanceLog> AuditNodeInstanceLogQueryCommand.execute(org.kie.internal.command.Context context)
           
 

Uses of NodeInstanceLog in org.jbpm.process.audit.query
 

Methods in org.jbpm.process.audit.query that return types with arguments of type NodeInstanceLog
 org.kie.internal.query.ParametrizedQuery<NodeInstanceLog> NodeInstLogQueryBuilderImpl.buildQuery()
           
 

Uses of NodeInstanceLog in org.kie.api.runtime.manager.audit
 

Methods in org.kie.api.runtime.manager.audit that return types with arguments of type NodeInstanceLog
 List<? extends NodeInstanceLog> AuditService.findNodeInstances(long processInstanceId)
          Returns all node instances that were already triggered for given process instance id
 List<? extends NodeInstanceLog> AuditService.findNodeInstances(long processInstanceId, String nodeId)
          Returns all node instances that were already triggered for given process instance id and node identifier
 


jBPM :: Distribution 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.