Uses of Interface
org.flowable.form.api.FormDeploymentBuilder
Packages that use FormDeploymentBuilder
-
Uses of FormDeploymentBuilder in org.flowable.form.api
Methods in org.flowable.form.api that return FormDeploymentBuilderModifier and TypeMethodDescriptionFormDeploymentBuilder.addClasspathResource
(String resource) FormDeploymentBuilder.addFormBytes
(String resourceName, byte[] formBytes) FormDeploymentBuilder.addFormDefinition
(String resourceName, String formDefinition) FormDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) Gives the deployment the given category.FormRepositoryService.createDeployment()
FormDeploymentBuilder.enableDuplicateFiltering()
Allows to add a property to the deployment builder that influences the deployment.Gives the deployment the given name.FormDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id.