public class FormDeploymentBuilderImpl extends Object implements FormDeploymentBuilder, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_ENCODING |
protected FormDeploymentEntity |
deployment |
protected boolean |
isDuplicateFilterEnabled |
protected FormRepositoryServiceImpl |
repositoryService |
protected FormResourceEntityManager |
resourceEntityManager |
| Constructor and Description |
|---|
FormDeploymentBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentBuilder |
addClasspathResource(String resource) |
FormDeploymentBuilder |
addFormBytes(String resourceName,
byte[] formBytes) |
FormDeploymentBuilder |
addFormDefinition(String resourceName,
String formDefinition) |
FormDeploymentBuilder |
addInputStream(String resourceName,
InputStream inputStream) |
FormDeploymentBuilder |
addString(String resourceName,
String text) |
FormDeploymentBuilder |
category(String category) |
FormDeployment |
deploy() |
FormDeploymentBuilder |
enableDuplicateFiltering() |
FormDeploymentEntity |
getDeployment() |
boolean |
isDuplicateFilterEnabled() |
FormDeploymentBuilder |
name(String name) |
FormDeploymentBuilder |
parentDeploymentId(String parentDeploymentId) |
FormDeploymentBuilder |
tenantId(String tenantId) |
protected static final String DEFAULT_ENCODING
protected transient FormRepositoryServiceImpl repositoryService
protected transient FormResourceEntityManager resourceEntityManager
protected FormDeploymentEntity deployment
protected boolean isDuplicateFilterEnabled
public FormDeploymentBuilder addInputStream(String resourceName, InputStream inputStream)
addInputStream in interface FormDeploymentBuilderpublic FormDeploymentBuilder addClasspathResource(String resource)
addClasspathResource in interface FormDeploymentBuilderpublic FormDeploymentBuilder addString(String resourceName, String text)
addString in interface FormDeploymentBuilderpublic FormDeploymentBuilder addFormBytes(String resourceName, byte[] formBytes)
addFormBytes in interface FormDeploymentBuilderpublic FormDeploymentBuilder addFormDefinition(String resourceName, String formDefinition)
addFormDefinition in interface FormDeploymentBuilderpublic FormDeploymentBuilder name(String name)
name in interface FormDeploymentBuilderpublic FormDeploymentBuilder category(String category)
category in interface FormDeploymentBuilderpublic FormDeploymentBuilder tenantId(String tenantId)
tenantId in interface FormDeploymentBuilderpublic FormDeploymentBuilder parentDeploymentId(String parentDeploymentId)
parentDeploymentId in interface FormDeploymentBuilderpublic FormDeploymentBuilder enableDuplicateFiltering()
enableDuplicateFiltering in interface FormDeploymentBuilderpublic FormDeployment deploy()
deploy in interface FormDeploymentBuilderpublic FormDeploymentEntity getDeployment()
public boolean isDuplicateFilterEnabled()
Copyright © 2021 Flowable. All rights reserved.