Uses of Interface
org.flowable.dmn.api.DmnDeploymentBuilder
Packages that use DmnDeploymentBuilder
Package
Description
-
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. -
Uses of DmnDeploymentBuilder in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl that return DmnDeploymentBuilder -
Uses of DmnDeploymentBuilder in org.flowable.dmn.engine.impl.repository
Classes in org.flowable.dmn.engine.impl.repository that implement DmnDeploymentBuilderMethods in org.flowable.dmn.engine.impl.repository that return DmnDeploymentBuilderModifier and TypeMethodDescriptionDmnDeploymentBuilderImpl.addClasspathResource
(String resource) DmnDeploymentBuilderImpl.addDmnBytes
(String resourceName, byte[] dmnBytes) DmnDeploymentBuilderImpl.addDmnModel
(String resourceName, DmnDefinition dmnDefinition) DmnDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) DmnDeploymentBuilderImpl.disableSchemaValidation()
DmnDeploymentBuilderImpl.enableDuplicateFiltering()
DmnDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId) -
Uses of DmnDeploymentBuilder in org.flowable.dmn.spring.autodeployment
Methods in org.flowable.dmn.spring.autodeployment with parameters of type DmnDeploymentBuilderModifier and TypeMethodDescriptionprotected void
AbstractDmnAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, DmnDeploymentBuilder deploymentBuilder) protected void
AbstractDmnAutoDeploymentStrategy.addResource
(Resource resource, DmnDeploymentBuilder deploymentBuilder)