Class HalTaskList
java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<T>
org.camunda.bpm.engine.rest.hal.HalCollectionResource<HalTaskList>
org.camunda.bpm.engine.rest.hal.task.HalTaskList
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
count
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HalTaskList
fromTaskList
(List<Task> tasks, long count) static HalTaskList
generate
(List<Task> tasks, long count, ProcessEngine engine) Methods inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
getCount
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
Constructor Details
-
HalTaskList
public HalTaskList()
-
-
Method Details
-
generate
-
fromTaskList
-