Uses of Class
com.gooddata.sdk.service.gdc.DataStoreService
Packages that use DataStoreService
Package
Description
-
Uses of DataStoreService in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return DataStoreServiceModifier and TypeMethodDescriptionGoodData.getDataStoreService()Get initialized service for data store (user staging/WebDAV) management (to upload, download, delete, ...)Methods in com.gooddata.sdk.service that return types with arguments of type DataStoreServiceModifier and TypeMethodDescriptiondefault Optional<DataStoreService>GoodDataRestProvider.getDataStoreService(Supplier<String> stagingUriSupplier) Configured DataStoreService if provided. -
Uses of DataStoreService in com.gooddata.sdk.service.dataload.processes
Constructors in com.gooddata.sdk.service.dataload.processes with parameters of type DataStoreServiceModifierConstructorDescriptionProcessService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, DataStoreService dataStoreService, GoodDataSettings settings) Sets RESTful HTTP Spring template. -
Uses of DataStoreService in com.gooddata.sdk.service.dataset
Constructors in com.gooddata.sdk.service.dataset with parameters of type DataStoreServiceModifierConstructorDescriptionDatasetService(org.springframework.web.client.RestTemplate restTemplate, DataStoreService dataStoreService, GoodDataSettings settings) -
Uses of DataStoreService in com.gooddata.sdk.service.httpcomponents
Methods in com.gooddata.sdk.service.httpcomponents that return types with arguments of type DataStoreServiceModifier and TypeMethodDescriptionSingleEndpointGoodDataRestProvider.getDataStoreService(Supplier<String> stagingUriSupplier)