org.jbpm.console.ng.ht.backend.server
Class TaskAuditServiceImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.TaskAuditServiceImpl
- All Implemented Interfaces:
- GenericServiceEntryPoint<TaskEventKey,TaskEventSummary>, TaskAuditService
@ApplicationScoped
public class TaskAuditServiceImpl
- extends Object
- implements TaskAuditService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskAuditServiceImpl
public TaskAuditServiceImpl()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.