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<Task> tasks, long count) static HalTaskListHalTaskList.generate(List<Task> tasks, long count, 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(jakarta.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<Task> tasks, long count) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type HalTaskListModifier and TypeMethodDescriptionprotected Map<String,List<VariableInstance>> FilterResourceImpl.getVariableInstancesForTasks(HalTaskList halTaskList)