Uses of Interface
org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
Packages that use CmmnDeploymentBuilder
-
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.