Class FormDeploymentBuilderImpl
java.lang.Object
com.flowable.form.engine.impl.repository.FormDeploymentBuilderImpl
- All Implemented Interfaces:
Serializable
,FormDeploymentBuilder
public class FormDeploymentBuilderImpl
extends Object
implements 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 TypeMethodDescriptionaddClasspathResource
(String resource) addFormBytes
(String resourceName, byte[] formBytes) addFormDefinition
(String resourceName, String formJson) addInputStream
(String resourceName, InputStream inputStream) deploy()
boolean
parentDeploymentId
(String parentDeploymentId)
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
FormDeploymentBuilderImpl
public FormDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
- Specified by:
addInputStream
in interfaceFormDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResource
in interfaceFormDeploymentBuilder
-
addString
- Specified by:
addString
in interfaceFormDeploymentBuilder
-
addFormBytes
- Specified by:
addFormBytes
in interfaceFormDeploymentBuilder
-
addFormDefinition
- Specified by:
addFormDefinition
in interfaceFormDeploymentBuilder
-
name
- Specified by:
name
in interfaceFormDeploymentBuilder
-
category
- Specified by:
category
in interfaceFormDeploymentBuilder
-
tenantId
- Specified by:
tenantId
in interfaceFormDeploymentBuilder
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceFormDeploymentBuilder
-
enableDuplicateFiltering
- Specified by:
enableDuplicateFiltering
in interfaceFormDeploymentBuilder
-
deploy
- Specified by:
deploy
in interfaceFormDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-