Class PlatformDeploymentBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.repository.PlatformDeploymentBuilderImpl
- All Implemented Interfaces:
PlatformDeploymentBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected PlatformDeploymentEntity
protected boolean
protected PlatformRepositoryServiceImpl
protected PlatformResourceEntityManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource
(String resource) addInputStream
(String resourceName, InputStream inputStream) addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.deploy()
Deploys all provided sources to the CMMN engine.If set, this deployment will be compared to any previous deployment.boolean
Gives the deployment the given key.Gives the deployment the given name.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.protected String
stripFoldersFromResourceName
(String resourceName) Gives the deployment the given tenant id.
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
PlatformDeploymentBuilderImpl
public PlatformDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
- Specified by:
addInputStream
in interfacePlatformDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResource
in interfacePlatformDeploymentBuilder
-
addString
- Specified by:
addString
in interfacePlatformDeploymentBuilder
-
addBytes
- Specified by:
addBytes
in interfacePlatformDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStream
in interfacePlatformDeploymentBuilder
-
stripFoldersFromResourceName
-
name
Description copied from interface:PlatformDeploymentBuilder
Gives the deployment the given name.- Specified by:
name
in interfacePlatformDeploymentBuilder
-
category
Description copied from interface:PlatformDeploymentBuilder
Gives the deployment the given category.- Specified by:
category
in interfacePlatformDeploymentBuilder
-
key
Description copied from interface:PlatformDeploymentBuilder
Gives the deployment the given key.- Specified by:
key
in interfacePlatformDeploymentBuilder
-
parentDeploymentId
Description copied from interface:PlatformDeploymentBuilder
Gives the deployment the given parent deployment id.- Specified by:
parentDeploymentId
in interfacePlatformDeploymentBuilder
-
tenantId
Description copied from interface:PlatformDeploymentBuilder
Gives the deployment the given tenant id.- Specified by:
tenantId
in interfacePlatformDeploymentBuilder
-
enableDuplicateFiltering
Description copied from interface:PlatformDeploymentBuilder
If set, this deployment will be compared to any previous deployment. This means that every (non-generated) resource will be compared with the provided resources of this deployment.- Specified by:
enableDuplicateFiltering
in interfacePlatformDeploymentBuilder
-
deploy
Description copied from interface:PlatformDeploymentBuilder
Deploys all provided sources to the CMMN engine.- Specified by:
deploy
in interfacePlatformDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-