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