jBPM Console NG - Human Tasks Backend 6.2.0.CR3

org.jbpm.console.ng.ht.backend.server
Class TaskAuditServiceImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.TaskAuditServiceImpl
All Implemented Interfaces:
GenericServiceEntryPoint<TaskEventKey,TaskEventSummary>, TaskAuditService

@ApplicationScoped
public class TaskAuditServiceImpl
extends Object
implements TaskAuditService


Constructor Summary
TaskAuditServiceImpl()
           
 
Method Summary
 List<TaskEventSummary> getAllTaskEventsByProcessInstanceId(long processInstanceId, String filter)
           
 org.uberfire.paging.PageResponse<TaskEventSummary> getData(QueryFilter filter)
           
 TaskEventSummary getItem(TaskEventKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskAuditServiceImpl

public TaskAuditServiceImpl()
Method Detail

getData

public org.uberfire.paging.PageResponse<TaskEventSummary> getData(QueryFilter filter)
Specified by:
getData in interface GenericServiceEntryPoint<TaskEventKey,TaskEventSummary>

getItem

public TaskEventSummary getItem(TaskEventKey key)
Specified by:
getItem in interface GenericServiceEntryPoint<TaskEventKey,TaskEventSummary>

getAllTaskEventsByProcessInstanceId

public List<TaskEventSummary> getAllTaskEventsByProcessInstanceId(long processInstanceId,
                                                                  String filter)
Specified by:
getAllTaskEventsByProcessInstanceId in interface TaskAuditService

jBPM Console NG - Human Tasks Backend 6.2.0.CR3

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