Uses of Interface
org.camunda.bpm.model.cmmn.CmmnModelInstance
-
Packages that use CmmnModelInstance Package Description 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 Modifier and Type Method Description CmmnModelInstanceCmmnModelInstance. clone()Copies the CMMN model instance but not the model.static CmmnModelInstanceCmmn. createEmptyModel()Allows creating an new, emptyCmmnModelInstance.protected CmmnModelInstanceCmmn. doCreateEmptyModel()protected CmmnModelInstanceCmmn. doReadModelFromFile(File file)protected CmmnModelInstanceCmmn. doReadModelFromInputStream(InputStream is)static CmmnModelInstanceCmmn. readModelFromFile(File file)Allows reading aCmmnModelInstancefrom a File.static CmmnModelInstanceCmmn. readModelFromStream(InputStream stream)Allows reading aCmmnModelInstancefrom anInputStreamMethods in org.camunda.bpm.model.cmmn with parameters of type CmmnModelInstance Modifier and Type Method Description static StringCmmn. convertToString(CmmnModelInstance modelInstance)Allows the conversion of aCmmnModelInstanceto anString.protected StringCmmn. doConvertToString(CmmnModelInstance modelInstance)protected voidCmmn. doValidateModel(CmmnModelInstance modelInstance)protected voidCmmn. doWriteModelToFile(File file, CmmnModelInstance modelInstance)protected voidCmmn. doWriteModelToOutputStream(OutputStream os, CmmnModelInstance modelInstance)static voidCmmn. validateModel(CmmnModelInstance modelInstance)Validate model DOM documentstatic voidCmmn. writeModelToFile(File file, CmmnModelInstance modelInstance)Allows writing aCmmnModelInstanceto a File.static voidCmmn. writeModelToStream(OutputStream stream, CmmnModelInstance modelInstance)Allows writing aCmmnModelInstanceto anOutputStream. -
Uses of CmmnModelInstance in org.camunda.bpm.model.cmmn.impl
Classes in org.camunda.bpm.model.cmmn.impl that implement CmmnModelInstance Modifier and Type Class Description classCmmnModelInstanceImplMethods in org.camunda.bpm.model.cmmn.impl that return CmmnModelInstance Modifier and Type Method Description CmmnModelInstanceCmmnModelInstanceImpl. clone()
-