jBPM distribution 6.1.0.Beta3

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

Packages that use HistoryAuditTask
org.jbpm.services.task.audit.commands   
org.jbpm.services.task.audit.service   
 

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

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

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

Methods in org.jbpm.services.task.audit.service that return types with arguments of type HistoryAuditTask
 List<HistoryAuditTask> TaskAuditServiceImpl.getAllHistoryAuditTasks(int offset, int count)
           
 List<HistoryAuditTask> TaskAuditService.getAllHistoryAuditTasks(int offset, int count)
           
 List<HistoryAuditTask> TaskAuditServiceImpl.getAllHistoryAuditTasksByUser(String userId, int offset, int count)
           
 List<HistoryAuditTask> TaskAuditService.getAllHistoryAuditTasksByUser(String userId, int offset, int count)
           
 


jBPM distribution 6.1.0.Beta3

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