| Package | Description |
|---|---|
| org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
static RoundtripDTO |
RoundtripDTO.wrap(Roundtrip roundtrip)
Wraps a roundtrip as a data object
|
static RoundtripDTO |
RoundtripDTO.wrapIncludeDiagrams(Roundtrip roundtrip)
Wraps a roundtrip as a data object including
|
| Modifier and Type | Method and Description |
|---|---|
static List<RoundtripDTO> |
RoundtripDTO.wrapAll(List<Roundtrip> trackers)
Wraps a list of roundtrips as a list of the respective roundtrip data objects
|
| Constructor and Description |
|---|
RoundtripDTO(Roundtrip r) |
RoundtripDTO(Roundtrip r,
BpmnDiagram leftHandSide,
BpmnDiagram rightHandSide) |
Copyright © 2015. All rights reserved.