|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BpmnModelInstance | |
|---|---|
| org.camunda.bpm.model.bpmn | |
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl | |
| Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn |
|---|
| Methods in org.camunda.bpm.model.bpmn that return BpmnModelInstance | |
|---|---|
static BpmnModelInstance |
Bpmn.createEmptyModel()
Allows creating an new, empty BpmnModelInstance. |
protected BpmnModelInstance |
Bpmn.doCreateEmptyModel()
|
protected BpmnModelInstance |
Bpmn.doReadModelFromFile(File file)
|
protected BpmnModelInstance |
Bpmn.doReadModelFromInputStream(InputStream is)
|
static BpmnModelInstance |
Bpmn.readModelFromFile(File file)
Allows reading a BpmnModelInstance from a File. |
static BpmnModelInstance |
Bpmn.readModelFromStream(InputStream stream)
Allows reading a BpmnModelInstance from an InputStream |
| Methods in org.camunda.bpm.model.bpmn with parameters of type BpmnModelInstance | |
|---|---|
static String |
Bpmn.convertToString(BpmnModelInstance modelInstance)
Allows the conversion of a BpmnModelInstance to an String. |
protected String |
Bpmn.doConvertToString(BpmnModelInstance modelInstance)
|
protected void |
Bpmn.doValidateModel(BpmnModelInstance modelInstance)
|
protected void |
Bpmn.doWriteModelToFile(File file,
BpmnModelInstance modelInstance)
|
protected void |
Bpmn.doWriteModelToOutputStream(OutputStream os,
BpmnModelInstance modelInstance)
|
static void |
Bpmn.validateModel(BpmnModelInstance modelInstance)
Validate model DOM document |
static void |
Bpmn.writeModelToFile(File file,
BpmnModelInstance modelInstance)
Allows writing a BpmnModelInstance to a File. |
static void |
Bpmn.writeModelToStream(OutputStream stream,
BpmnModelInstance modelInstance)
Allows writing a BpmnModelInstance to an OutputStream. |
| Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn.builder |
|---|
| Fields in org.camunda.bpm.model.bpmn.builder declared as BpmnModelInstance | |
|---|---|
protected BpmnModelInstance |
AbstractBpmnModelElementBuilder.modelInstance
|
| Methods in org.camunda.bpm.model.bpmn.builder that return BpmnModelInstance | |
|---|---|
BpmnModelInstance |
AbstractBpmnModelElementBuilder.done()
Finishes the process building. |
| Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn.impl |
|---|
| Classes in org.camunda.bpm.model.bpmn.impl that implement BpmnModelInstance | |
|---|---|
class |
BpmnModelInstanceImpl
The Bpmn Model |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||