Package | Description |
---|---|
org.camunda.bpm.cycle.entity | |
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 |
---|---|
Roundtrip.SyncMode |
Roundtrip.getLastSyncMode() |
static Roundtrip.SyncMode |
Roundtrip.SyncMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Roundtrip.SyncMode[] |
Roundtrip.SyncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Roundtrip.setLastSyncMode(Roundtrip.SyncMode lastSyncMode) |
Modifier and Type | Method and Description |
---|---|
Roundtrip.SyncMode |
RoundtripDTO.getLastSyncMode() |
Modifier and Type | Method and Description |
---|---|
void |
RoundtripDTO.setLastSyncMode(Roundtrip.SyncMode lastSyncMode) |
Modifier and Type | Method and Description |
---|---|
RoundtripDTO |
RoundtripService.create(long roundtripId,
String diagramLabel,
Roundtrip.SyncMode syncMode,
String modeler,
Long connectorId,
String parentFolderId,
String message) |
SynchronizationResultDTO |
RoundtripService.doSynchronize(Roundtrip.SyncMode syncMode,
long roundtripId,
String message) |
Copyright © 2015. All rights reserved.