Uses of Interface
org.camunda.bpm.model.dmn.DmnModelInstance
Packages that use DmnModelInstance
-
Uses of DmnModelInstance in org.camunda.bpm.model.dmn
Methods in org.camunda.bpm.model.dmn that return DmnModelInstanceModifier and TypeMethodDescriptionDmnModelInstance.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 DmnModelInstancestatic 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 DmnModelInstanceModifier and TypeMethodDescriptionstatic 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 DmnModelInstanceMethods in org.camunda.bpm.model.dmn.impl that return DmnModelInstance