Uses of Interface
org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
Packages that use CmmnDeploymentBuilder
Package
Description
-
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return CmmnDeploymentBuilderModifier and TypeMethodDescriptionCmmnRepositoryService.createDeployment()
Starts creating a new deployment -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.api.repository
Methods in org.flowable.cmmn.api.repository that return CmmnDeploymentBuilderModifier and TypeMethodDescriptionCmmnDeploymentBuilder.addClasspathResource
(String resource) CmmnDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) CmmnDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.CmmnDeploymentBuilder.disableSchemaValidation()
If called, no XML schema validation against the BPMN 2.0 XSD.CmmnDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.CmmnDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CmmnDeploymentBuilder -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.engine.impl.repository
Classes in org.flowable.cmmn.engine.impl.repository that implement CmmnDeploymentBuilderMethods in org.flowable.cmmn.engine.impl.repository that return CmmnDeploymentBuilderModifier and TypeMethodDescriptionCmmnDeploymentBuilderImpl.addClasspathResource
(String resource) CmmnDeploymentBuilderImpl.addCmmnBytes
(String resourceName, byte[] cmmnBytes) CmmnDeploymentBuilderImpl.addCmmnModel
(String resourceName, CmmnModel cmmnModel) CmmnDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) CmmnDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) CmmnDeploymentBuilderImpl.disableSchemaValidation()
CmmnDeploymentBuilderImpl.enableDuplicateFiltering()
CmmnDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId) -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type CmmnDeploymentBuilderModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.enhanceDeployment
(CmmnDeploymentBuilder cmmnDeploymentBuilder) -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.spring.autodeployment
Methods in org.flowable.cmmn.spring.autodeployment with parameters of type CmmnDeploymentBuilderModifier and TypeMethodDescriptionprotected void
AbstractCmmnAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, CmmnDeploymentBuilder deploymentBuilder) protected void
AbstractCmmnAutoDeploymentStrategy.addResource
(Resource resource, CmmnDeploymentBuilder deploymentBuilder)