Uses of Interface
com.flowable.core.content.api.DocumentDeploymentBuilder
Packages that use DocumentDeploymentBuilder
Package
Description
-
Uses of DocumentDeploymentBuilder in com.flowable.content.engine.impl.repository
Classes in com.flowable.content.engine.impl.repository that implement DocumentDeploymentBuilderMethods in com.flowable.content.engine.impl.repository that return DocumentDeploymentBuilderModifier 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
Methods in com.flowable.content.spring.autodeployment with parameters of type DocumentDeploymentBuilderModifier and TypeMethodDescriptionprotected voidAbstractContentAutoDeploymentStrategy.addResource(Resource resource, DocumentDeploymentBuilder deploymentBuilder) protected voidAbstractContentAutoDeploymentStrategy.addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder) -
Uses of DocumentDeploymentBuilder in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return DocumentDeploymentBuilderModifier 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.