Uses of Class
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDiagramDto

Packages that use ProcessDefinitionDiagramDto
org.camunda.bpm.engine.rest.dto.repository   
org.camunda.bpm.engine.rest.sub.repository   
org.camunda.bpm.engine.rest.sub.repository.impl   
 

Uses of ProcessDefinitionDiagramDto in org.camunda.bpm.engine.rest.dto.repository
 

Methods in org.camunda.bpm.engine.rest.dto.repository that return ProcessDefinitionDiagramDto
static ProcessDefinitionDiagramDto ProcessDefinitionDiagramDto.create(String id, String bpmn20Xml)
           
 

Uses of ProcessDefinitionDiagramDto in org.camunda.bpm.engine.rest.sub.repository
 

Methods in org.camunda.bpm.engine.rest.sub.repository that return ProcessDefinitionDiagramDto
 ProcessDefinitionDiagramDto ProcessDefinitionResource.getProcessDefinitionBpmn20Xml()
           
 

Uses of ProcessDefinitionDiagramDto in org.camunda.bpm.engine.rest.sub.repository.impl
 

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return ProcessDefinitionDiagramDto
 ProcessDefinitionDiagramDto ProcessDefinitionResourceImpl.getProcessDefinitionBpmn20Xml()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.