Uses of Interface
org.camunda.bpm.model.cmmn.CmmnModelInstance

Packages that use CmmnModelInstance
org.camunda.bpm.model.cmmn   
org.camunda.bpm.model.cmmn.impl   
 

Uses of CmmnModelInstance in org.camunda.bpm.model.cmmn
 

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

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

Uses of CmmnModelInstance in org.camunda.bpm.model.cmmn.impl
 

Classes in org.camunda.bpm.model.cmmn.impl that implement CmmnModelInstance
 class CmmnModelInstanceImpl
           
 

Methods in org.camunda.bpm.model.cmmn.impl that return CmmnModelInstance
 CmmnModelInstance CmmnModelInstanceImpl.clone()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.