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

Packages that use HalTask
org.camunda.bpm.engine.rest.hal.task   
org.camunda.bpm.engine.rest.sub.runtime.impl   
org.camunda.bpm.engine.rest.sub.task.impl   
 

Uses of HalTask in org.camunda.bpm.engine.rest.hal.task
 

Methods in org.camunda.bpm.engine.rest.hal.task that return HalTask
static HalTask HalTask.fromTask(Task task)
           
static HalTask HalTask.generate(Task task, ProcessEngine engine)
           
 

Uses of HalTask in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return HalTask
protected  HalTask FilterResourceImpl.convertToHalTask(Task task)
           
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type HalTask
protected  void FilterResourceImpl.embedVariableValuesInHalTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
           
protected  Map<String,List<VariableInstance>> FilterResourceImpl.getVariableInstancesForTasks(HalTask... halTasks)
           
protected  LinkedHashSet<String> FilterResourceImpl.getVariableScopeIds(HalTask... halTasks)
           
protected  List<HalResource<?>> FilterResourceImpl.getVariableValuesForTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
           
 

Uses of HalTask in org.camunda.bpm.engine.rest.sub.task.impl
 

Methods in org.camunda.bpm.engine.rest.sub.task.impl that return HalTask
 HalTask TaskResourceImpl.getHalTask()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.