| Package | Description |
|---|---|
| org.camunda.bpm.model.dmn | |
| org.camunda.bpm.model.dmn.impl |
| Modifier and Type | Method and Description |
|---|---|
DmnModelInstance |
DmnModelInstance.clone()
Copies the DMN model instance but not the model.
|
static DmnModelInstance |
Dmn.createEmptyModel()
Allows creating an new, empty
DmnModelInstance. |
protected DmnModelInstance |
Dmn.doCreateEmptyModel() |
protected DmnModelInstance |
Dmn.doReadModelFromFile(File file) |
protected DmnModelInstance |
Dmn.doReadModelFromInputStream(InputStream is) |
static DmnModelInstance |
Dmn.readModelFromFile(File file)
Allows reading a
DmnModelInstance from a File. |
static DmnModelInstance |
Dmn.readModelFromStream(InputStream stream)
Allows reading a
DmnModelInstance from an InputStream |
| Modifier and Type | Method and Description |
|---|---|
static String |
Dmn.convertToString(DmnModelInstance modelInstance)
Allows the conversion of a
DmnModelInstance to an String. |
protected String |
Dmn.doConvertToString(DmnModelInstance modelInstance) |
protected void |
Dmn.doValidateModel(DmnModelInstance modelInstance) |
protected void |
Dmn.doWriteModelToFile(File file,
DmnModelInstance modelInstance) |
protected void |
Dmn.doWriteModelToOutputStream(OutputStream os,
DmnModelInstance modelInstance) |
static void |
Dmn.validateModel(DmnModelInstance modelInstance)
Validate model DOM document
|
static void |
Dmn.writeModelToFile(File file,
DmnModelInstance modelInstance)
Allows writing a
DmnModelInstance to a File. |
static void |
Dmn.writeModelToStream(OutputStream stream,
DmnModelInstance modelInstance)
Allows writing a
DmnModelInstance to an OutputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnModelInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
DmnModelInstance |
DmnModelInstanceImpl.clone() |
Copyright © 2015–2020 camunda services GmbH. All rights reserved.