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