Package | Description |
---|---|
org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
org.camunda.bpm.cycle.web.service.resource |
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
|
Modifier and Type | Method and Description |
---|---|
RoundtripDTO |
RoundtripService.create(long roundtripId,
String diagramLabel,
Roundtrip.SyncMode syncMode,
String modeler,
Long connectorId,
String parentFolderId,
String message) |
RoundtripDTO |
RoundtripService.create(RoundtripDTO data) |
RoundtripDTO |
RoundtripService.get(long id) |
RoundtripDTO |
RoundtripService.getDetails(long id) |
RoundtripDTO |
RoundtripService.update(RoundtripDTO data) |
RoundtripDTO |
RoundtripService.updateDetails(RoundtripDTO data) |
Modifier and Type | Method and Description |
---|---|
List<RoundtripDTO> |
RoundtripService.list() |
Modifier and Type | Method and Description |
---|---|
RoundtripDTO |
RoundtripService.create(RoundtripDTO data) |
RoundtripDTO |
RoundtripService.update(RoundtripDTO data) |
RoundtripDTO |
RoundtripService.updateDetails(RoundtripDTO data) |
Copyright © 2015. All rights reserved.