Class AppDeploymentBuilderImpl
java.lang.Object
com.flowable.app.engine.impl.repository.AppDeploymentBuilderImpl
- All Implemented Interfaces:
AppDeploymentBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected AppDeploymentEntity
protected boolean
protected boolean
protected AppRepositoryServiceImpl
protected AppResourceEntityManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource
(String resource) addInputStream
(String resourceName, InputStream inputStream) addZipInputStream
(ZipInputStream zipInputStream) deploy()
boolean
boolean
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isXsdValidationEnabled
protected boolean isXsdValidationEnabled -
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
AppDeploymentBuilderImpl
public AppDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
- Specified by:
addInputStream
in interfaceAppDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResource
in interfaceAppDeploymentBuilder
-
addString
- Specified by:
addString
in interfaceAppDeploymentBuilder
-
addBytes
- Specified by:
addBytes
in interfaceAppDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStream
in interfaceAppDeploymentBuilder
-
name
- Specified by:
name
in interfaceAppDeploymentBuilder
-
category
- Specified by:
category
in interfaceAppDeploymentBuilder
-
key
- Specified by:
key
in interfaceAppDeploymentBuilder
-
disableSchemaValidation
- Specified by:
disableSchemaValidation
in interfaceAppDeploymentBuilder
-
tenantId
- Specified by:
tenantId
in interfaceAppDeploymentBuilder
-
enableDuplicateFiltering
- Specified by:
enableDuplicateFiltering
in interfaceAppDeploymentBuilder
-
deploy
- Specified by:
deploy
in interfaceAppDeploymentBuilder
-
getDeployment
-
isXsdValidationEnabled
public boolean isXsdValidationEnabled() -
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-