Class PlatformDeploymentBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.repository.PlatformDeploymentBuilderImpl
- All Implemented Interfaces:
PlatformDeploymentBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PlatformDeploymentEntityprotected booleanprotected PlatformRepositoryServiceImplprotected PlatformResourceEntityManager -
Constructor Summary
Constructors -
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.booleanGives the deployment the given key.Gives the deployment the given name.parentDeploymentId(String parentDeploymentId) Gives the deployment the given parent deployment id.protected StringstripFoldersFromResourceName(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:
addInputStreamin interfacePlatformDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResourcein interfacePlatformDeploymentBuilder
-
addString
- Specified by:
addStringin interfacePlatformDeploymentBuilder
-
addBytes
- Specified by:
addBytesin interfacePlatformDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStreamin interfacePlatformDeploymentBuilder
-
stripFoldersFromResourceName
-
name
Description copied from interface:PlatformDeploymentBuilderGives the deployment the given name.- Specified by:
namein interfacePlatformDeploymentBuilder
-
category
Description copied from interface:PlatformDeploymentBuilderGives the deployment the given category.- Specified by:
categoryin interfacePlatformDeploymentBuilder
-
key
Description copied from interface:PlatformDeploymentBuilderGives the deployment the given key.- Specified by:
keyin interfacePlatformDeploymentBuilder
-
parentDeploymentId
Description copied from interface:PlatformDeploymentBuilderGives the deployment the given parent deployment id.- Specified by:
parentDeploymentIdin interfacePlatformDeploymentBuilder
-
tenantId
Description copied from interface:PlatformDeploymentBuilderGives the deployment the given tenant id.- Specified by:
tenantIdin interfacePlatformDeploymentBuilder
-
enableDuplicateFiltering
Description copied from interface:PlatformDeploymentBuilderIf 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:
enableDuplicateFilteringin interfacePlatformDeploymentBuilder
-
deploy
Description copied from interface:PlatformDeploymentBuilderDeploys all provided sources to the CMMN engine.- Specified by:
deployin interfacePlatformDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-