Uses of Interface
com.flowable.platform.api.repository.PlatformDeploymentBuilder
Package
Description
-
Uses of PlatformDeploymentBuilder in com.flowable.platform.api.repository
Modifier and TypeMethodDescriptionPlatformDeploymentBuilder.addClasspathResource
(String resource) PlatformDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) PlatformDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.PlatformRepositoryService.createDeployment()
Starts creating a new deploymentPlatformDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.PlatformDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of PlatformDeploymentBuilder in com.flowable.platform.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
AbstractPlatformAutoDeploymentStrategy.addResource
(Resource resource, PlatformDeploymentBuilder deploymentBuilder) protected void
AbstractPlatformAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder) -
Uses of PlatformDeploymentBuilder in com.flowable.platform.engine.impl.repository
Modifier and TypeMethodDescriptionPlatformDeploymentBuilderImpl.addClasspathResource
(String resource) PlatformDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) PlatformDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) PlatformRepositoryServiceImpl.createDeployment()
PlatformDeploymentBuilderImpl.enableDuplicateFiltering()
PlatformDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId)