| Modifier and Type | Method and Description |
|---|---|
FormDeploymentBuilder |
FormDeploymentBuilder.addClasspathResource(String resource) |
FormDeploymentBuilder |
FormDeploymentBuilder.addFormBytes(String resourceName,
byte[] formBytes) |
FormDeploymentBuilder |
FormDeploymentBuilder.addFormDefinition(String resourceName,
String formDefinition) |
FormDeploymentBuilder |
FormDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
FormDeploymentBuilder |
FormDeploymentBuilder.addString(String resourceName,
String text) |
FormDeploymentBuilder |
FormDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
FormDeploymentBuilder |
FormRepositoryService.createDeployment() |
FormDeploymentBuilder |
FormDeploymentBuilder.enableDuplicateFiltering()
Allows to add a property to the deployment builder that influences the deployment.
|
FormDeploymentBuilder |
FormDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
FormDeploymentBuilder |
FormDeploymentBuilder.parentDeploymentId(String parentDeploymentId)
Gives the deployment the given parent deployment id.
|
FormDeploymentBuilder |
FormDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Copyright © 2018 Flowable. All rights reserved.