Uses of Interface
org.flowable.dmn.api.DmnDeploymentBuilder
Packages that use DmnDeploymentBuilder
-
Uses of DmnDeploymentBuilder in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return DmnDeploymentBuilderModifier and TypeMethodDescriptionDmnDeploymentBuilder.addClasspathResource(String resource) DmnDeploymentBuilder.addDmnBytes(String resourceName, byte[] dmnBytes) DmnDeploymentBuilder.addDmnModel(String resourceName, DmnDefinition dmnDefinition) DmnDeploymentBuilder.addInputStream(String resourceName, InputStream inputStream) Gives the deployment the given category.DmnRepositoryService.createDeployment()DmnDeploymentBuilder.disableSchemaValidation()If called, no XML schema validation against the BPMN 2.0 XSD.DmnDeploymentBuilder.enableDuplicateFiltering()Gives the deployment the given name.DmnDeploymentBuilder.parentDeploymentId(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id.