Uses of Class
org.camunda.bpm.cycle.web.dto.BpmnDiagramStatusDTO

Packages that use BpmnDiagramStatusDTO
org.camunda.bpm.cycle.web.dto Classes meant for JSON serialization and query data aggregation. 
org.camunda.bpm.cycle.web.service.resource   
 

Uses of BpmnDiagramStatusDTO in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return BpmnDiagramStatusDTO
 BpmnDiagramStatusDTO BpmnDiagramDTO.getSyncStatus()
           
 

Methods in org.camunda.bpm.cycle.web.dto with parameters of type BpmnDiagramStatusDTO
 void BpmnDiagramDTO.setSyncStatus(BpmnDiagramStatusDTO syncStatus)
           
 

Uses of BpmnDiagramStatusDTO in org.camunda.bpm.cycle.web.service.resource
 

Methods in org.camunda.bpm.cycle.web.service.resource that return BpmnDiagramStatusDTO
 BpmnDiagramStatusDTO BpmnDiagramService.synchronizationStatus(long id)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.