Uses of Interface
org.camunda.bpm.model.dmn.DmnModelInstance

Packages that use DmnModelInstance
org.camunda.bpm.model.dmn   
org.camunda.bpm.model.dmn.impl   
 

Uses of DmnModelInstance in org.camunda.bpm.model.dmn
 

Methods in org.camunda.bpm.model.dmn that return DmnModelInstance
 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
 

Methods in org.camunda.bpm.model.dmn with parameters of type DmnModelInstance
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.
 

Uses of DmnModelInstance in org.camunda.bpm.model.dmn.impl
 

Classes in org.camunda.bpm.model.dmn.impl that implement DmnModelInstance
 class DmnModelInstanceImpl
           
 

Methods in org.camunda.bpm.model.dmn.impl that return DmnModelInstance
 DmnModelInstance DmnModelInstanceImpl.clone()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.