org.camunda.bpm.engine.rest.dto.repository
Class DecisionDefinitionDiagramDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.DecisionDefinitionDiagramDto
public class DecisionDefinitionDiagramDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
dmnXml
protected String dmnXml
DecisionDefinitionDiagramDto
public DecisionDefinitionDiagramDto()
getId
public String getId()
getDmnXml
public String getDmnXml()
create
public static DecisionDefinitionDiagramDto create(String id,
String dmnXml)
Copyright © 2016 camunda services GmbH. All rights reserved.