Class FormDeploymentBuilderImpl
java.lang.Object
com.flowable.form.engine.impl.repository.FormDeploymentBuilderImpl
- All Implemented Interfaces:
Serializable
,org.flowable.form.api.FormDeploymentBuilder
public class FormDeploymentBuilderImpl
extends Object
implements org.flowable.form.api.FormDeploymentBuilder, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormDeploymentEntity
protected boolean
protected FormRepositoryServiceImpl
protected FormResourceEntityManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.form.api.FormDeploymentBuilder
addClasspathResource
(String resource) org.flowable.form.api.FormDeploymentBuilder
addFormBytes
(String resourceName, byte[] formBytes) org.flowable.form.api.FormDeploymentBuilder
addFormDefinition
(String resourceName, String formJson) org.flowable.form.api.FormDeploymentBuilder
addInputStream
(String resourceName, InputStream inputStream) org.flowable.form.api.FormDeploymentBuilder
org.flowable.form.api.FormDeploymentBuilder
org.flowable.form.api.FormDeployment
deploy()
org.flowable.form.api.FormDeploymentBuilder
boolean
org.flowable.form.api.FormDeploymentBuilder
org.flowable.form.api.FormDeploymentBuilder
parentDeploymentId
(String parentDeploymentId) org.flowable.form.api.FormDeploymentBuilder
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
FormDeploymentBuilderImpl
public FormDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
public org.flowable.form.api.FormDeploymentBuilder addInputStream(String resourceName, InputStream inputStream) - Specified by:
addInputStream
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResource
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addString
- Specified by:
addString
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addFormBytes
public org.flowable.form.api.FormDeploymentBuilder addFormBytes(String resourceName, byte[] formBytes) - Specified by:
addFormBytes
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addFormDefinition
public org.flowable.form.api.FormDeploymentBuilder addFormDefinition(String resourceName, String formJson) - Specified by:
addFormDefinition
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
name
- Specified by:
name
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
category
- Specified by:
category
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
tenantId
- Specified by:
tenantId
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
enableDuplicateFiltering
public org.flowable.form.api.FormDeploymentBuilder enableDuplicateFiltering()- Specified by:
enableDuplicateFiltering
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
deploy
public org.flowable.form.api.FormDeployment deploy()- Specified by:
deploy
in interfaceorg.flowable.form.api.FormDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-