Uses of Interface
org.flowable.form.api.FormDeploymentBuilder
-
-
Uses of FormDeploymentBuilder in org.flowable.form.api
Methods in org.flowable.form.api that return FormDeploymentBuilder Modifier and Type Method Description FormDeploymentBuilderFormDeploymentBuilder. addClasspathResource(String resource)FormDeploymentBuilderFormDeploymentBuilder. addFormBytes(String resourceName, byte[] formBytes)FormDeploymentBuilderFormDeploymentBuilder. addFormDefinition(String resourceName, String formDefinition)FormDeploymentBuilderFormDeploymentBuilder. addInputStream(String resourceName, InputStream inputStream)FormDeploymentBuilderFormDeploymentBuilder. addString(String resourceName, String text)FormDeploymentBuilderFormDeploymentBuilder. category(String category)Gives the deployment the given category.FormDeploymentBuilderFormRepositoryService. createDeployment()FormDeploymentBuilderFormDeploymentBuilder. enableDuplicateFiltering()Allows to add a property to the deployment builder that influences the deployment.FormDeploymentBuilderFormDeploymentBuilder. name(String name)Gives the deployment the given name.FormDeploymentBuilderFormDeploymentBuilder. parentDeploymentId(String parentDeploymentId)Gives the deployment the given parent deployment id.FormDeploymentBuilderFormDeploymentBuilder. tenantId(String tenantId)Gives the deployment the given tenant id.
-