Uses of Interface
com.flowable.core.content.api.DocumentDeploymentBuilder
Package
Description
-
Uses of DocumentDeploymentBuilder in com.flowable.content.engine.impl.repository
Modifier and TypeMethodDescriptionDocumentDeploymentBuilderImpl.addClasspathResource
(String resource) DocumentDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) DocumentDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) DocumentRepositoryServiceImpl.createDeployment()
DocumentDeploymentBuilderImpl.enableDuplicateFiltering()
DocumentDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId) -
Uses of DocumentDeploymentBuilder in com.flowable.content.spring.autodeployment
Modifier and TypeMethodDescriptionprotected void
AbstractContentAutoDeploymentStrategy.addResource
(Resource resource, DocumentDeploymentBuilder deploymentBuilder) protected void
AbstractContentAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder) -
Uses of DocumentDeploymentBuilder in com.flowable.core.content.api
Modifier and TypeMethodDescriptionDocumentDeploymentBuilder.addClasspathResource
(String resource) DocumentDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) DocumentDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.DocumentRepositoryService.createDeployment()
Starts creating a new deploymentDocumentDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.DocumentDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id.