| Package | Description |
|---|---|
| org.flowable.form.api | |
| org.flowable.form.engine.impl | |
| org.flowable.form.engine.impl.repository | |
| org.flowable.form.rest | |
| org.flowable.form.spring.autodeployment |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentBuilder |
FormRepositoryServiceImpl.createDeployment() |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDeploymentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentBuilder |
FormDeploymentBuilderImpl.addClasspathResource(String resource) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.addFormBytes(String resourceName,
byte[] formBytes) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.addFormDefinition(String resourceName,
String formDefinition) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.addInputStream(String resourceName,
InputStream inputStream) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.addString(String resourceName,
String text) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.category(String category) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.enableDuplicateFiltering() |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.name(String name) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.parentDeploymentId(String parentDeploymentId) |
FormDeploymentBuilder |
FormDeploymentBuilderImpl.tenantId(String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRestApiInterceptor.enhanceDeployment(FormDeploymentBuilder deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFormAutoDeploymentStrategy.addResource(org.springframework.core.io.Resource resource,
FormDeploymentBuilder deploymentBuilder) |
protected void |
AbstractFormAutoDeploymentStrategy.addResource(org.springframework.core.io.Resource resource,
String resourceName,
FormDeploymentBuilder deploymentBuilder) |
Copyright © 2023 Flowable. All rights reserved.