org.jbpm.console.ng.ht.backend.server
Class TaskQueryServiceImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.TaskQueryServiceImpl
- All Implemented Interfaces:
- GenericServiceEntryPoint<TaskKey,TaskSummary>, TaskQueryService
@ApplicationScoped
public class TaskQueryServiceImpl
- extends Object
- implements TaskQueryService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskQueryServiceImpl
public TaskQueryServiceImpl()
getData
public org.uberfire.paging.PageResponse<TaskSummary> getData(QueryFilter filter)
- Specified by:
getData in interface GenericServiceEntryPoint<TaskKey,TaskSummary>
getItem
public TaskSummary getItem(TaskKey key)
- Specified by:
getItem in interface GenericServiceEntryPoint<TaskKey,TaskSummary>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.