| Package | Description |
|---|---|
| org.camunda.bpm.engine.rest.hal.task | |
| org.camunda.bpm.engine.rest.impl | |
| org.camunda.bpm.engine.rest.sub.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
static HalTaskList |
HalTaskList.fromTaskList(List<Task> tasks,
long count) |
static HalTaskList |
HalTaskList.generate(List<Task> tasks,
long count,
ProcessEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
HalTaskList |
TaskRestServiceImpl.getHalTasks(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected HalTaskList |
FilterResourceImpl.convertToHalTaskList(List<Task> tasks,
long count) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<VariableInstance>> |
FilterResourceImpl.getVariableInstancesForTasks(HalTaskList halTaskList) |
Copyright © 2018 camunda services GmbH. All rights reserved.