Uses of Class
org.operaton.bpm.engine.rest.hal.task.HalTask
Packages that use HalTask
Package
Description
-
Uses of HalTask in org.operaton.bpm.engine.rest.hal.task
Methods in org.operaton.bpm.engine.rest.hal.task that return HalTask -
Uses of HalTask in org.operaton.bpm.engine.rest.sub.runtime.impl
Methods in org.operaton.bpm.engine.rest.sub.runtime.impl that return HalTaskModifier and TypeMethodDescriptionprotected HalTaskFilterResourceImpl.convertToHalTask(Task task) Methods in org.operaton.bpm.engine.rest.sub.runtime.impl with parameters of type HalTaskModifier and TypeMethodDescriptionprotected voidFilterResourceImpl.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.operaton.bpm.engine.rest.sub.task.impl
Methods in org.operaton.bpm.engine.rest.sub.task.impl that return HalTask