Uses of Class
org.camunda.bpm.engine.rest.hal.task.HalTaskList
Packages that use HalTaskList
Package
Description
-
Uses of HalTaskList in org.camunda.bpm.engine.rest.hal.task
Methods in org.camunda.bpm.engine.rest.hal.task that return HalTaskListModifier and TypeMethodDescriptionstatic HalTaskListHalTaskList.fromTaskList(List<org.camunda.bpm.engine.task.Task> tasks, long count) static HalTaskListHalTaskList.generate(List<org.camunda.bpm.engine.task.Task> tasks, long count, org.camunda.bpm.engine.ProcessEngine engine) -
Uses of HalTaskList in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return HalTaskListModifier and TypeMethodDescriptionTaskRestServiceImpl.getHalTasks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of HalTaskList in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return HalTaskListModifier and TypeMethodDescriptionprotected HalTaskListFilterResourceImpl.convertToHalTaskList(List<org.camunda.bpm.engine.task.Task> tasks, long count) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type HalTaskListModifier and TypeMethodDescriptionFilterResourceImpl.getVariableInstancesForTasks(HalTaskList halTaskList)