Uses of Interface
com.flowable.platform.api.repository.PlatformDeploymentBuilder
Packages that use PlatformDeploymentBuilder
Package
Description
-
Uses of PlatformDeploymentBuilder in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return PlatformDeploymentBuilderModifier 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
Methods in com.flowable.platform.engine.autodeployment with parameters of type PlatformDeploymentBuilderModifier 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
Classes in com.flowable.platform.engine.impl.repository that implement PlatformDeploymentBuilderMethods in com.flowable.platform.engine.impl.repository that return PlatformDeploymentBuilderModifier and TypeMethodDescriptionPlatformDeploymentBuilderImpl.addClasspathResource
(String resource) PlatformDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) PlatformDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) PlatformRepositoryServiceImpl.createDeployment()
PlatformDeploymentBuilderImpl.enableDuplicateFiltering()
PlatformDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId)