Uses of Interface
org.flowable.app.api.repository.AppDeploymentBuilder
Packages that use AppDeploymentBuilder
-
Uses of AppDeploymentBuilder in org.flowable.app.api
Methods in org.flowable.app.api that return AppDeploymentBuilderModifier and TypeMethodDescriptionAppRepositoryService.createDeployment()
Starts creating a new deployment -
Uses of AppDeploymentBuilder in org.flowable.app.api.repository
Methods in org.flowable.app.api.repository that return AppDeploymentBuilderModifier and TypeMethodDescriptionAppDeploymentBuilder.addClasspathResource
(String resource) AppDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) AppDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.AppDeploymentBuilder.disableSchemaValidation()
If called, no XML schema validation against the XSD.AppDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.Gives the deployment the given tenant id.