|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoundtripDTO | |
|---|---|
| org.camunda.bpm.cycle.web.dto | Classes meant for JSON serialization and query data aggregation. |
| org.camunda.bpm.cycle.web.service.resource | |
| Uses of RoundtripDTO in org.camunda.bpm.cycle.web.dto |
|---|
| Methods in org.camunda.bpm.cycle.web.dto that return RoundtripDTO | |
|---|---|
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 |
| Methods in org.camunda.bpm.cycle.web.dto that return types with arguments of type RoundtripDTO | |
|---|---|
static List<RoundtripDTO> |
RoundtripDTO.wrapAll(List<Roundtrip> trackers)
Wraps a list of roundtrips as a list of the respective roundtrip data objects |
| Uses of RoundtripDTO in org.camunda.bpm.cycle.web.service.resource |
|---|
| Methods in org.camunda.bpm.cycle.web.service.resource that return RoundtripDTO | |
|---|---|
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)
|
| Methods in org.camunda.bpm.cycle.web.service.resource that return types with arguments of type RoundtripDTO | |
|---|---|
List<RoundtripDTO> |
RoundtripService.list()
|
| Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type RoundtripDTO | |
|---|---|
RoundtripDTO |
RoundtripService.create(RoundtripDTO data)
|
RoundtripDTO |
RoundtripService.update(RoundtripDTO data)
|
RoundtripDTO |
RoundtripService.updateDetails(RoundtripDTO data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||