Uses of Class
org.camunda.bpm.engine.rest.hal.task.HalTaskList

Packages that use HalTaskList
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
static HalTaskList HalTaskList.fromTaskList(List<Task> tasks, long count)
           
static HalTaskList HalTaskList.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 HalTaskList
 HalTaskList TaskRestServiceImpl.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
protected  HalTaskList FilterResourceImpl.convertToHalTaskList(List<Task> tasks, long count)
           
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type HalTaskList
protected  Map<String,List<VariableInstance>> FilterResourceImpl.getVariableInstancesForTasks(HalTaskList halTaskList)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.