Uses of Interface
org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.api
Modifier and TypeMethodDescriptionCmmnRepositoryService.createDeployment()
Starts creating a new deployment -
Uses of CmmnDeploymentBuilder in org.flowable.cmmn.api.repository
Modifier 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.