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 FormDeploymentEntityprotected booleanprotected FormRepositoryServiceImplprotected FormResourceEntityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.form.api.FormDeploymentBuilderaddClasspathResource(String resource) org.flowable.form.api.FormDeploymentBuilderaddFormBytes(String resourceName, byte[] formBytes) org.flowable.form.api.FormDeploymentBuilderaddFormDefinition(String resourceName, String formJson) org.flowable.form.api.FormDeploymentBuilderaddInputStream(String resourceName, InputStream inputStream) org.flowable.form.api.FormDeploymentBuilderorg.flowable.form.api.FormDeploymentBuilderorg.flowable.form.api.FormDeploymentdeploy()org.flowable.form.api.FormDeploymentBuilderbooleanorg.flowable.form.api.FormDeploymentBuilderorg.flowable.form.api.FormDeploymentBuilderparentDeploymentId(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:
addInputStreamin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResourcein interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addString
- Specified by:
addStringin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addFormBytes
public org.flowable.form.api.FormDeploymentBuilder addFormBytes(String resourceName, byte[] formBytes) - Specified by:
addFormBytesin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
addFormDefinition
public org.flowable.form.api.FormDeploymentBuilder addFormDefinition(String resourceName, String formJson) - Specified by:
addFormDefinitionin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
name
- Specified by:
namein interfaceorg.flowable.form.api.FormDeploymentBuilder
-
category
- Specified by:
categoryin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
tenantId
- Specified by:
tenantIdin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
enableDuplicateFiltering
public org.flowable.form.api.FormDeploymentBuilder enableDuplicateFiltering()- Specified by:
enableDuplicateFilteringin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
deploy
public org.flowable.form.api.FormDeployment deploy()- Specified by:
deployin interfaceorg.flowable.form.api.FormDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-