jBPM distribution 6.2.0.CR1

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

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

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

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

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

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

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

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

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

Methods in org.kie.api.runtime.manager.audit that return ProcessInstanceLog
 ProcessInstanceLog AuditService.findProcessInstance(long processInstanceId)
          Returns process instance log for given process instance id
 

Methods in org.kie.api.runtime.manager.audit that return types with arguments of type ProcessInstanceLog
 List<? extends ProcessInstanceLog> AuditService.findActiveProcessInstances(String processId)
          Returns all active process instances for given process id
 List<? extends ProcessInstanceLog> AuditService.findProcessInstances()
          Returns all known process instances currently available to the audit service
 List<? extends ProcessInstanceLog> AuditService.findProcessInstances(String processId)
          Returns all known process instances for given process id
 List<? extends ProcessInstanceLog> AuditService.findSubProcessInstances(long processInstanceId)
          Returns all known subprocess instance logs for given process instance id - considered parent process instance id
 


jBPM distribution 6.2.0.CR1

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