Uses of Interface
org.camunda.bpm.model.cmmn.CmmnModelInstance
Packages that use CmmnModelInstance
-
Uses of CmmnModelInstance in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return CmmnModelInstanceModifier and TypeMethodDescriptionCmmnModelInstance.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 CmmnModelInstanceModifier and TypeMethodDescriptionstatic 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 CmmnModelInstanceMethods in org.camunda.bpm.model.cmmn.impl that return CmmnModelInstance