jBPM distribution 6.2.0.CR1

Uses of Interface
org.jbpm.services.task.audit.impl.model.api.AuditTask

Packages that use AuditTask
org.jbpm.services.task.audit.commands   
org.jbpm.services.task.audit.impl.model   
org.jbpm.services.task.audit.service   
 

Uses of AuditTask in org.jbpm.services.task.audit.commands
 

Methods in org.jbpm.services.task.audit.commands that return types with arguments of type AuditTask
 List<AuditTask> GetAllHistoryAuditTasksCommand.execute(org.kie.internal.command.Context context)
           
 List<AuditTask> GetAllHistoryAuditTasksByUserCommand.execute(org.kie.internal.command.Context context)
           
 

Uses of AuditTask in org.jbpm.services.task.audit.impl.model
 

Classes in org.jbpm.services.task.audit.impl.model that implement AuditTask
 class AuditTaskImpl
           
 

Uses of AuditTask in org.jbpm.services.task.audit.service
 

Methods in org.jbpm.services.task.audit.service that return types with arguments of type AuditTask
 List<AuditTask> TaskAuditServiceImpl.getAllAuditTasks(org.kie.internal.query.QueryFilter filter)
           
 List<AuditTask> TaskAuditService.getAllAuditTasks(org.kie.internal.query.QueryFilter filter)
           
 List<AuditTask> TaskAuditServiceImpl.getAllAuditTasksByUser(String userId, org.kie.internal.query.QueryFilter filter)
           
 List<AuditTask> TaskAuditService.getAllAuditTasksByUser(String userId, org.kie.internal.query.QueryFilter filter)
           
 


jBPM distribution 6.2.0.CR1

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