Uses of Class
org.camunda.bpm.engine.rest.hal.task.HalTaskList
-
Packages that use HalTaskList Package Description org.camunda.bpm.engine.rest.hal.task org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of HalTaskList in org.camunda.bpm.engine.rest.hal.task
Methods in org.camunda.bpm.engine.rest.hal.task that return HalTaskList Modifier and Type Method Description static 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 HalTaskList Modifier and Type Method Description HalTaskListTaskRestServiceImpl. 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 HalTaskList Modifier and Type Method Description protected 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 HalTaskList Modifier and Type Method Description protected Map<String,List<org.camunda.bpm.engine.runtime.VariableInstance>>FilterResourceImpl. getVariableInstancesForTasks(HalTaskList halTaskList)
-