Uses of Interface
org.flowable.app.api.repository.AppDeploymentBuilder
-
Packages that use AppDeploymentBuilder Package Description org.flowable.app.api org.flowable.app.api.repository -
-
Uses of AppDeploymentBuilder in org.flowable.app.api
Methods in org.flowable.app.api that return AppDeploymentBuilder Modifier and Type Method Description AppDeploymentBuilderAppRepositoryService. createDeployment()Starts creating a new deployment -
Uses of AppDeploymentBuilder in org.flowable.app.api.repository
Methods in org.flowable.app.api.repository that return AppDeploymentBuilder Modifier and Type Method Description AppDeploymentBuilderAppDeploymentBuilder. addBytes(String resourceName, byte[] bytes)AppDeploymentBuilderAppDeploymentBuilder. addClasspathResource(String resource)AppDeploymentBuilderAppDeploymentBuilder. addInputStream(String resourceName, InputStream inputStream)AppDeploymentBuilderAppDeploymentBuilder. addString(String resourceName, String text)AppDeploymentBuilderAppDeploymentBuilder. addZipInputStream(ZipInputStream zipInputStream)AppDeploymentBuilderAppDeploymentBuilder. category(String category)Gives the deployment the given category.AppDeploymentBuilderAppDeploymentBuilder. disableSchemaValidation()If called, no XML schema validation against the XSD.AppDeploymentBuilderAppDeploymentBuilder. enableDuplicateFiltering()If set, this deployment will be compared to any previous deployment.AppDeploymentBuilderAppDeploymentBuilder. key(String key)Gives the deployment the given key.AppDeploymentBuilderAppDeploymentBuilder. name(String name)Gives the deployment the given name.AppDeploymentBuilderAppDeploymentBuilder. tenantId(String tenantId)Gives the deployment the given tenant id.
-