Uses of Interface
org.camunda.bpm.model.dmn.DmnModelInstance
-
Packages that use DmnModelInstance Package Description 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 Modifier and Type Method Description DmnModelInstanceDmnModelInstance. clone()Copies the DMN model instance but not the model.static DmnModelInstanceDmn. createEmptyModel()Allows creating an new, emptyDmnModelInstance.protected DmnModelInstanceDmn. doCreateEmptyModel()protected DmnModelInstanceDmn. doReadModelFromFile(File file)protected DmnModelInstanceDmn. doReadModelFromInputStream(InputStream is)static DmnModelInstanceDmn. readModelFromFile(File file)Allows reading aDmnModelInstancefrom a File.static DmnModelInstanceDmn. readModelFromStream(InputStream stream)Allows reading aDmnModelInstancefrom anInputStreamMethods in org.camunda.bpm.model.dmn with parameters of type DmnModelInstance Modifier and Type Method Description static StringDmn. convertToString(DmnModelInstance modelInstance)Allows the conversion of aDmnModelInstanceto anString.protected StringDmn. doConvertToString(DmnModelInstance modelInstance)protected voidDmn. doValidateModel(DmnModelInstance modelInstance)protected voidDmn. doWriteModelToFile(File file, DmnModelInstance modelInstance)protected voidDmn. doWriteModelToOutputStream(OutputStream os, DmnModelInstance modelInstance)static voidDmn. validateModel(DmnModelInstance modelInstance)Validate model DOM documentstatic voidDmn. writeModelToFile(File file, DmnModelInstance modelInstance)Allows writing aDmnModelInstanceto a File.static voidDmn. writeModelToStream(OutputStream stream, DmnModelInstance modelInstance)Allows writing aDmnModelInstanceto anOutputStream. -
Uses of DmnModelInstance in org.camunda.bpm.model.dmn.impl
Classes in org.camunda.bpm.model.dmn.impl that implement DmnModelInstance Modifier and Type Class Description classDmnModelInstanceImplMethods in org.camunda.bpm.model.dmn.impl that return DmnModelInstance Modifier and Type Method Description DmnModelInstanceDmnModelInstanceImpl. clone()
-