Class AppDeploymentBuilderImpl
java.lang.Object
com.flowable.app.engine.impl.repository.AppDeploymentBuilderImpl
- All Implemented Interfaces:
AppDeploymentBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AppDeploymentEntityprotected booleanprotected booleanprotected AppRepositoryServiceImplprotected AppResourceEntityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource(String resource) addInputStream(String resourceName, InputStream inputStream) addZipInputStream(ZipInputStream zipInputStream) deploy()booleanboolean
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isXsdValidationEnabled
protected boolean isXsdValidationEnabled -
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
AppDeploymentBuilderImpl
public AppDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
- Specified by:
addInputStreamin interfaceAppDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResourcein interfaceAppDeploymentBuilder
-
addString
- Specified by:
addStringin interfaceAppDeploymentBuilder
-
addBytes
- Specified by:
addBytesin interfaceAppDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStreamin interfaceAppDeploymentBuilder
-
name
- Specified by:
namein interfaceAppDeploymentBuilder
-
category
- Specified by:
categoryin interfaceAppDeploymentBuilder
-
key
- Specified by:
keyin interfaceAppDeploymentBuilder
-
disableSchemaValidation
- Specified by:
disableSchemaValidationin interfaceAppDeploymentBuilder
-
tenantId
- Specified by:
tenantIdin interfaceAppDeploymentBuilder
-
enableDuplicateFiltering
- Specified by:
enableDuplicateFilteringin interfaceAppDeploymentBuilder
-
deploy
- Specified by:
deployin interfaceAppDeploymentBuilder
-
getDeployment
-
isXsdValidationEnabled
public boolean isXsdValidationEnabled() -
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-