Uses of Class
org.camunda.bpm.cycle.entity.Roundtrip.SyncMode

Packages that use Roundtrip.SyncMode
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   
 

Uses of Roundtrip.SyncMode in org.camunda.bpm.cycle.entity
 

Methods in org.camunda.bpm.cycle.entity that return Roundtrip.SyncMode
 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.
 

Methods in org.camunda.bpm.cycle.entity with parameters of type Roundtrip.SyncMode
 void Roundtrip.setLastSyncMode(Roundtrip.SyncMode lastSyncMode)
           
 

Uses of Roundtrip.SyncMode in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return Roundtrip.SyncMode
 Roundtrip.SyncMode RoundtripDTO.getLastSyncMode()
           
 

Methods in org.camunda.bpm.cycle.web.dto with parameters of type Roundtrip.SyncMode
 void RoundtripDTO.setLastSyncMode(Roundtrip.SyncMode lastSyncMode)
           
 

Uses of Roundtrip.SyncMode in org.camunda.bpm.cycle.web.service.resource
 

Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type Roundtrip.SyncMode
 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 © 2014 camunda services GmbH. All rights reserved.