Index
A B C D E F G H I L M N O P R S T U V W Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractPollHandler<P,R> - Class in com.gooddata.sdk.service
-
For internal use by services employing polling.
- AbstractPollHandler(String, Class<P>, Class<R>) - Constructor for class com.gooddata.sdk.service.AbstractPollHandler
-
Creates a new instance of polling handler
- AbstractPollHandlerBase<P,R> - Class in com.gooddata.sdk.service
-
For internal use by services employing polling.
- AbstractPollHandlerBase(Class<P>, Class<R>) - Constructor for class com.gooddata.sdk.service.AbstractPollHandlerBase
- AbstractService - Class in com.gooddata.sdk.service
-
Parent for GoodData services providing helpers for REST API calls and polling.
- AbstractService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.AbstractService
-
Sets RESTful HTTP Spring template.
- AbstractService.OutputStreamResponseExtractor - Class in com.gooddata.sdk.service
- ACCOUNT_TEMPLATE - Static variable in class com.gooddata.sdk.service.account.AccountService
- AccountNotFoundException - Exception in com.gooddata.sdk.service.account
-
Account doesn't exist.
- AccountNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.sdk.service.account.AccountNotFoundException
- ACCOUNTS_TEMPLATE - Static variable in class com.gooddata.sdk.service.account.AccountService
- AccountService - Class in com.gooddata.sdk.service.account
-
Service to access and manipulate account.
- AccountService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.account.AccountService
-
Constructs service for GoodData account management.
- addUserToProject(Project, Account, Role...) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Add user in to the project
- addUserToWarehouse(Warehouse, WarehouseUser) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Add given user to given warehouse.
- ADMIN_URI_TEMPLATE - Static variable in class com.gooddata.sdk.service.auditevent.AuditEventService
- AFM_EXECUTION_URI - Static variable in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
URI string containing template link to the
/executeAfmresource. - AGGREGATED_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- AuditEventPageRequest - Class in com.gooddata.sdk.service.auditevent
-
Class to encapsulate time filtering and paging parameters
- AuditEventPageRequest() - Constructor for class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- AuditEventService - Class in com.gooddata.sdk.service.auditevent
-
List audit events.
- AuditEventService(RestTemplate, AccountService, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.auditevent.AuditEventService
-
Service for audit events
- AuditEventsForbiddenException - Exception in com.gooddata.sdk.service.auditevent
- AuditEventsForbiddenException(Throwable) - Constructor for exception com.gooddata.sdk.service.auditevent.AuditEventsForbiddenException
B
- buildHttpClient(HttpClientBuilder, GoodDataEndpoint, GoodDataSettings) - Method in interface com.gooddata.sdk.service.httpcomponents.GoodDataHttpClientBuilder
-
Builds
HttpClientfrom given builder, configured to connect to given endpoint applying given settings.
C
- canEqual(Object) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- com.gooddata.sdk.service - package com.gooddata.sdk.service
- com.gooddata.sdk.service.account - package com.gooddata.sdk.service.account
- com.gooddata.sdk.service.auditevent - package com.gooddata.sdk.service.auditevent
- com.gooddata.sdk.service.connector - package com.gooddata.sdk.service.connector
- com.gooddata.sdk.service.dataload - package com.gooddata.sdk.service.dataload
- com.gooddata.sdk.service.dataload.processes - package com.gooddata.sdk.service.dataload.processes
- com.gooddata.sdk.service.dataset - package com.gooddata.sdk.service.dataset
- com.gooddata.sdk.service.executeafm - package com.gooddata.sdk.service.executeafm
- com.gooddata.sdk.service.export - package com.gooddata.sdk.service.export
- com.gooddata.sdk.service.featureflag - package com.gooddata.sdk.service.featureflag
- com.gooddata.sdk.service.gdc - package com.gooddata.sdk.service.gdc
- com.gooddata.sdk.service.hierarchicalconfig - package com.gooddata.sdk.service.hierarchicalconfig
- com.gooddata.sdk.service.httpcomponents - package com.gooddata.sdk.service.httpcomponents
- com.gooddata.sdk.service.lcm - package com.gooddata.sdk.service.lcm
- com.gooddata.sdk.service.md - package com.gooddata.sdk.service.md
- com.gooddata.sdk.service.md.maintenance - package com.gooddata.sdk.service.md.maintenance
- com.gooddata.sdk.service.notification - package com.gooddata.sdk.service.notification
- com.gooddata.sdk.service.project - package com.gooddata.sdk.service.project
- com.gooddata.sdk.service.project.model - package com.gooddata.sdk.service.project.model
- com.gooddata.sdk.service.projecttemplate - package com.gooddata.sdk.service.projecttemplate
- com.gooddata.sdk.service.retry - package com.gooddata.sdk.service.retry
- com.gooddata.sdk.service.util - package com.gooddata.sdk.service.util
- com.gooddata.sdk.service.warehouse - package com.gooddata.sdk.service.warehouse
- ConnectorException - Exception in com.gooddata.sdk.service.connector
-
Represents error in ConnectorService.
- ConnectorException(String) - Constructor for exception com.gooddata.sdk.service.connector.ConnectorException
- ConnectorException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.connector.ConnectorException
- ConnectorService - Class in com.gooddata.sdk.service.connector
-
Service for connector integration creation, update of its settings or execution of its process.
- ConnectorService(RestTemplate, ProjectService, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.connector.ConnectorService
- copy(AuditEventPageRequest) - Static method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
-
Copy constructor
- create(RetrySettings, ClientHttpRequestFactory) - Static method in class com.gooddata.sdk.service.retry.RetryableRestTemplate
-
Creates new retryable REST template.
- createAccount(Account, String) - Method in class com.gooddata.sdk.service.account.AccountService
-
Creates new account in given organization (domain).
- createChannel(Account, Channel) - Method in class com.gooddata.sdk.service.notification.NotificationService
-
Create channel for notifications
- createHttpClient(HttpClientBuilder, GoodDataEndpoint, String) - Static method in class com.gooddata.sdk.service.httpcomponents.SstGoodDataRestProvider
-
Creates http client using given builder and endpoint, authenticating by sst.
- createHttpClient(HttpClientBuilder, GoodDataEndpoint, String, String) - Static method in class com.gooddata.sdk.service.httpcomponents.LoginPasswordGoodDataRestProvider
-
Creates http client using given builder and endpoint, authenticating by login and password.
- createHttpClientBuilder(GoodDataSettings) - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
-
Creates http client builder, applying given settings.
- createIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Create connector integration
- createIntegration(Project, Settings) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Create connector integration with given settings
- createObj(Project, T) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Create metadata object in given project
- createProcess(Project, DataloadProcess) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Create new process without data.
- createProcess(Project, DataloadProcess, File) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Create new process with given data by given project.
- createProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Create new process from appstore.
- createProcessPollResult(String) - Method in class com.gooddata.sdk.service.connector.ConnectorService
- createProject(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Create new project.
- createProjectFeatureFlag(Project, ProjectFeatureFlag) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- createRestTemplate(GoodDataEndpoint, GoodDataSettings, HttpClient) - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
-
Creates configured REST template
- createSchedule(Project, Schedule) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Create new schedule with given data by given project.
- createSubscription(Project, Account, Subscription) - Method in class com.gooddata.sdk.service.notification.NotificationService
-
Create subscription for notifications
- createWarehouse(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Create new warehouse.
D
- DatasetException - Exception in com.gooddata.sdk.service.dataset
-
Represents error in DatasetService
- DatasetException(String, String) - Constructor for exception com.gooddata.sdk.service.dataset.DatasetException
- DatasetException(String, String, Throwable) - Constructor for exception com.gooddata.sdk.service.dataset.DatasetException
- DatasetException(String, Collection<String>) - Constructor for exception com.gooddata.sdk.service.dataset.DatasetException
- DatasetException(String, Collection<String>, Throwable) - Constructor for exception com.gooddata.sdk.service.dataset.DatasetException
- DatasetService - Class in com.gooddata.sdk.service.dataset
-
Service to work with datasets, manifests and dataset uploads.
- DatasetService(RestTemplate, DataStoreService, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.dataset.DatasetService
- DataStoreException - Exception in com.gooddata.sdk.service.gdc
-
DataStore operation problem
- DataStoreException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.gdc.DataStoreException
- DataStoreService - Class in com.gooddata.sdk.service.gdc
-
Uploads, downloads, deletes, ...
- DataStoreService(SingleEndpointGoodDataRestProvider, Supplier<String>) - Constructor for class com.gooddata.sdk.service.gdc.DataStoreService
-
Creates new DataStoreService
- DEFAULT_RETRY_COUNT - Variable in class com.gooddata.sdk.service.retry.RetrySettings
- delete(String) - Method in class com.gooddata.sdk.service.gdc.DataStoreService
-
Delete given path from datastore.
- deleteIntegration(Project, ConnectorType) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Delete connector integration.
- deleteProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- DeprecationWarningRequestInterceptor - Class in com.gooddata.sdk.service
-
Intercepts the request-response to check for X-GDC-DEPRECATED header and log it's content.
- DeprecationWarningRequestInterceptor() - Constructor for class com.gooddata.sdk.service.DeprecationWarningRequestInterceptor
- doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class com.gooddata.sdk.service.retry.RetryableRestTemplate
- download(String) - Method in class com.gooddata.sdk.service.gdc.DataStoreService
-
Download given path and return data as stream
E
- endpoint - Variable in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- equals(Object) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- equals(Object) - Method in class com.gooddata.sdk.service.GoodDataSettings
- equals(Object) - Method in class com.gooddata.sdk.service.retry.RetrySettings
- executeAfm(Project, Execution) - Method in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Executes the given AFM execution returning the execution response
- ExecuteAfmService - Class in com.gooddata.sdk.service.executeafm
-
Service for executing reports with new visualization structures like AFM or Visualization Object.
- ExecuteAfmService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Constructor.
- executeProcess(ProcessExecution) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Run given execution under given process
- executeProcess(Project, ProcessExecution) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Execute connector process
- executeReport(String, ReportRequest) - Method in class com.gooddata.sdk.service.export.ExportService
- executeSchedule(Schedule) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Executes given schedule
- executeVisualization(Project, VisualizationExecution) - Method in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Executes the given execution returning the execution response
- ExecutionResultException - Exception in com.gooddata.sdk.service.executeafm
-
Signals problem while fetching
ExecutionResultincluding it's computation - export(ReportDefinition, ExportFormat, OutputStream) - Method in class com.gooddata.sdk.service.export.ExportService
-
Export the given report definition in the given format to the given output stream
- export(Report, ExportFormat, OutputStream) - Method in class com.gooddata.sdk.service.export.ExportService
-
Export the given report in the given format to the given output stream
- exportCsv(ReportDefinition, OutputStream) - Method in class com.gooddata.sdk.service.export.ExportService
-
Export the given Report Definition using the raw export (without columns/rows limitations)
- exportCsv(Report, OutputStream) - Method in class com.gooddata.sdk.service.export.ExportService
-
Export the given Report using the raw export (without columns/rows limitations)
- ExportException - Exception in com.gooddata.sdk.service.export
-
Exception during export
- ExportException(String) - Constructor for exception com.gooddata.sdk.service.export.ExportException
- ExportException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.export.ExportException
- ExportImportException - Exception in com.gooddata.sdk.service.md.maintenance
-
Exception thrown by ExportImportService when some task failed.
- ExportImportException(String) - Constructor for exception com.gooddata.sdk.service.md.maintenance.ExportImportException
- ExportImportException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.md.maintenance.ExportImportException
- ExportImportService - Class in com.gooddata.sdk.service.md.maintenance
-
Service providing metadata export/import tasks.
- ExportImportService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.md.maintenance.ExportImportService
- EXPORTING_URI - Static variable in class com.gooddata.sdk.service.export.ExportService
- exportPdf(GoodDataEndpoint, ProjectDashboard, ProjectDashboard.Tab, OutputStream) - Method in class com.gooddata.sdk.service.export.ExportService
-
Export the given dashboard tab in PDF format to the given output stream
- exportProject(Project, ExportProject) - Method in class com.gooddata.sdk.service.md.maintenance.ExportImportService
-
Exports complete project and returns token identifying this export
- ExportService - Class in com.gooddata.sdk.service.export
-
Export project data
- ExportService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.export.ExportService
-
Service for data export
- extractData(ClientHttpResponse) - Method in class com.gooddata.sdk.service.AbstractService.OutputStreamResponseExtractor
- extractData(ClientHttpResponse, Class<T>) - Method in class com.gooddata.sdk.service.AbstractService
F
- FeatureFlagService - Class in com.gooddata.sdk.service.featureflag
-
Deprecated.
- FeatureFlagService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.Constructs service for GoodData feature flags management.
- find(Project, Class<T>, Restriction...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find metadata by restrictions like identifier, title or summary.
- findUris(Project, Restriction...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find metadata URIs by restrictions.
- findUris(Project, Class<T>, Restriction...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find metadata URIs by restrictions like identifier, title or summary.
- FutureResult<T> - Interface in com.gooddata.sdk.service
-
Represents the result retrieved by polling on the REST API.
G
- GdcService - Class in com.gooddata.sdk.service.gdc
-
Service to work with GoodData API root.
- GdcService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.gdc.GdcService
- get() - Method in interface com.gooddata.sdk.service.FutureResult
-
Wait for the result to be available and return it's value
- get() - Method in class com.gooddata.sdk.service.PollResult
- get(long, TimeUnit) - Method in interface com.gooddata.sdk.service.FutureResult
-
Wait for the result to be available up to given time and return it's value
- get(long, TimeUnit) - Method in class com.gooddata.sdk.service.PollResult
- getAccountById(String) - Method in class com.gooddata.sdk.service.account.AccountService
-
Get account for given account id
- getAccountByUri(String) - Method in class com.gooddata.sdk.service.account.AccountService
-
Get account for given account id
- getAccountService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for account management (to get current account information, logout, ...)
- getAccountUri() - Method in exception com.gooddata.sdk.service.account.AccountNotFoundException
- getAttributeElements(Attribute) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Fetches attribute elements for given attribute using default display form.
- getAttributeElements(DisplayForm) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Fetches attribute elements by given display form.
- getAuditEventService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for audit events
- getAvailableProjectValidationTypes(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get available validation types for project.
- getConnectionRequestTimeout() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Returns the timeout in milliseconds used when requesting a connection from the connection manager.
- getConnectionTimeout() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Milliseconds until connection established.
- getConnectorService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for connector integration management (create, update, start process, ...).
- getConnectorType() - Method in exception com.gooddata.sdk.service.connector.IntegrationNotFoundException
- getCurrent() - Method in class com.gooddata.sdk.service.account.AccountService
-
Gets current account of logged user.
- getDatasetManifest(Project, String) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Obtains manifest from given project by given datasetId
- getDatasets() - Method in exception com.gooddata.sdk.service.dataset.DatasetException
-
Get datasets.
- getDatasetService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for dataset management (to list manifest, get datasets, load dataset, ...)
- getDataStoreService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for data store (user staging/WebDAV) management (to upload, download, delete, ...)
- getDataStoreService(Supplier<String>) - Method in interface com.gooddata.sdk.service.GoodDataRestProvider
-
Configured DataStoreService if provided.
- getDataStoreService(Supplier<String>) - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- getDefaultWarehouseSchema(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
get default warehouse schema
- getEndpoint() - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- getExecuteAfmService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for afm execution
- getExecutionDetail() - Method in exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- getExecutionDetailUri() - Method in exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- getExecutionLog(ProcessExecutionDetail, OutputStream) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get process execution log
- getExportImportService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for metadata export/import.
- getExportService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for exports management (export report,...)
- getFeatureFlagService() - Method in class com.gooddata.sdk.service.GoodData
-
Deprecated.Use
HierarchicalConfigServiceinstead. - getFrom() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- getGdcService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for API root management (to get API root links, ...)
- getGoodDataUserAgent() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
GoodData User agent
- getHierarchicalConfigService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for hierarchical config management
- getHostname() - Method in class com.gooddata.sdk.service.GoodDataEndpoint
- getHttpClient() - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- getIntegration(Project, ConnectorType) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Retrieve connector integration
- getLastUploadForDataset(Project, String) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Returns last upload for the dataset with given identifier in the given project.
- getLcmService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for Life Cycle Management
- getManifests(Template) - Method in class com.gooddata.sdk.service.projecttemplate.ProjectTemplateService
-
Deprecated.Get manifests of given template
- getMaxConnections() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Maximum number of connection used
- getMetadataService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for metadata management (to query, create and update project metadata like attributes, facts, metrics, reports, ...)
- getModelService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for model management (to get model diff, update model, ...)
- getNotificationService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for project notifications management.
- getObj(Project, Class<T>, Restriction...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Get metadata object by restrictions like identifier, title or summary.
- getObjById(Project, String, Class<T>) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Get metadata object by id.
- getObjByUri(String, Class<T>) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Get metadata object by URI (format is
/gdc/md/{PROJECT_ID}/obj/{OBJECT_ID}) - getObjsByUris(Project, Collection<String>) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Retrieves a collection of objects corresponding to the supplied collection of URIs.
- getObjUri(Project, Class<T>, Restriction...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Get metadata object URI by restrictions like identifier, title or summary.
- getOutputStage(Project) - Method in class com.gooddata.sdk.service.dataload.OutputStageService
-
Get output stage by given project.
- getOutputStageByUri(String) - Method in class com.gooddata.sdk.service.dataload.OutputStageService
-
Get output stage by given URI.
- getOutputStageService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for output stage management.
- getPollClass() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- getPollClass() - Method in interface com.gooddata.sdk.service.PollHandler
-
Get class of the polling object.
- getPolling() - Method in class com.gooddata.sdk.service.AbstractPollHandler
- getPolling() - Method in interface com.gooddata.sdk.service.PollHandler
-
Get URI used for polling.
- getPollingUri() - Method in class com.gooddata.sdk.service.AbstractPollHandler
- getPollingUri() - Method in interface com.gooddata.sdk.service.FutureResult
-
Get URI used for polling
- getPollingUri() - Method in interface com.gooddata.sdk.service.PollHandler
-
Get URI used for polling.
- getPollingUri() - Method in class com.gooddata.sdk.service.PollResult
-
Get URI used for polling
- getPollSleep() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Get sleep time in milliseconds between poll retries
- getPort() - Method in class com.gooddata.sdk.service.GoodDataEndpoint
- getPresetHeaders() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Preset headers
- getProcessById(Project, String) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get process by given id and project.
- getProcessByUri(String) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get process by given URI.
- getProcessService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for dataload processes management and process executions.
- getProcessSource(DataloadProcess, OutputStream) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get process source data.
- getProcessStatus(IntegrationProcessStatus) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Gets status of provided connector process.
- getProjectById(String) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get project by id.
- getProjectByUri(String) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get project by URI.
- getProjectConfigItem(Project, String) - Method in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
-
Returns config item for given project (even if it's inherited from its hierarchy).
- getProjectFeatureFlag(Project, String) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- getProjectModelDiff(Project, Reader) - Method in class com.gooddata.sdk.service.project.model.ModelService
- getProjectModelDiff(Project, String) - Method in class com.gooddata.sdk.service.project.model.ModelService
- getProjects() - Method in class com.gooddata.sdk.service.project.ProjectService
-
Deprecated.use
ProjectService.listProjects()orProjectService.listProjects(PageRequest)instead. Deprecated since version 3.0.0. Will be removed in one of future versions. - getProjectService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for project management (to list projects, create a project, ...)
- getProjectTemplates(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
- getProjectTemplateService() - Method in class com.gooddata.sdk.service.GoodData
-
Deprecated.The project templates are deprecated and stopped working on May 15, 2019. See https://support.gooddata.com/hc/en-us/articles/360016126334-April-4-2019 Deprecated since version 3.0.1. Will be removed in one of future versions.
- getProjectUri() - Method in exception com.gooddata.sdk.service.connector.IntegrationNotFoundException
- getProjectUri() - Method in exception com.gooddata.sdk.service.project.ProjectNotFoundException
- getProtocol() - Method in class com.gooddata.sdk.service.GoodDataEndpoint
- getRestTemplate() - Method in class com.gooddata.sdk.service.GoodData
- getRestTemplate() - Method in interface com.gooddata.sdk.service.GoodDataRestProvider
-
Configured RestTemplate instance.
- getRestTemplate() - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- getResult() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- getResult() - Method in interface com.gooddata.sdk.service.PollHandler
-
Return result after polling.
- getResult(ExecutionResponse) - Method in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Get for result of given response.
- getResult(ExecutionResponse, ResultPage) - Method in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Get for page of result of given response.
- getResultClass() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- getResultClass() - Method in interface com.gooddata.sdk.service.PollHandler
-
Get class of result after polling.
- getRetryCount() - Method in class com.gooddata.sdk.service.retry.RetrySettings
-
Total retry count.
- getRetryInitialInterval() - Method in class com.gooddata.sdk.service.retry.RetrySettings
- getRetryMaxInterval() - Method in class com.gooddata.sdk.service.retry.RetrySettings
- getRetryMultiplier() - Method in class com.gooddata.sdk.service.retry.RetrySettings
-
If set, exponential strategy is used.
- getRetrySettings() - Method in class com.gooddata.sdk.service.GoodDataSettings
- getRoleByUri(String) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get role by given URI.
- getRoles(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get set of user role by given project.
- getRootLinks() - Method in class com.gooddata.sdk.service.gdc.GdcService
-
Obtains GoodData API root links.
- getScheduleById(Project, String) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get schedule by given id and project.
- getScheduleByUri(String) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get schedule by given URI.
- getSeparatorSettings(Account) - Method in class com.gooddata.sdk.service.account.AccountService
-
Returns default thousand and decimal separator settings for the given account.
- GetServerErrorRetryStrategy - Class in com.gooddata.sdk.service.retry
-
Allows retry for GET method and some HTTP 5XX states mentioned in
GetServerErrorRetryStrategy.RETRYABLE_STATES. - GetServerErrorRetryStrategy() - Constructor for class com.gooddata.sdk.service.retry.GetServerErrorRetryStrategy
- getSettings() - Method in interface com.gooddata.sdk.service.GoodDataRestProvider
-
Settings used by the provider.
- getSettings() - Method in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- getSettings(Project, ConnectorType, Class<T>) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Get settings for given connector of given class.
- getSocketTimeout() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Milliseconds for inactivity between two consecutive data packets.
- getTemplateByUri(String) - Method in class com.gooddata.sdk.service.projecttemplate.ProjectTemplateService
-
Deprecated.Get project template by given uri.
- getTemplates() - Method in class com.gooddata.sdk.service.projecttemplate.ProjectTemplateService
-
Deprecated.List of all projects' templates
- getTo() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- getType() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- getUploadStatistics(Project) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Returns global upload statistics for the given project.
- getUri() - Method in exception com.gooddata.sdk.service.dataload.processes.ProcessNotFoundException
- getUri() - Method in exception com.gooddata.sdk.service.dataload.processes.ScheduleNotFoundException
- getUri() - Method in exception com.gooddata.sdk.service.project.RoleNotFoundException
- getUri(String) - Method in class com.gooddata.sdk.service.gdc.DataStoreService
-
Returns uri for given path (which is used by this service for upload, download or delete)
- getUser(Project, Account) - Method in class com.gooddata.sdk.service.project.ProjectService
-
get user in project
- getUserAgent() - Method in class com.gooddata.sdk.service.GoodDataSettings
-
User agent
- getUserUri() - Method in exception com.gooddata.sdk.service.warehouse.WarehouseUserNotFoundException
- getWarehouseById(String) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Get Warehouse identified by given id.
- getWarehouseByUri(String) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Get Warehouse identified by given uri.
- getWarehouseSchemaByName(Warehouse, String) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
get warehouse schema by name
- getWarehouseSchemaByUri(String) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
get warehouse schema by uri
- getWarehouseSchemaUri() - Method in exception com.gooddata.sdk.service.warehouse.WarehouseSchemaNotFoundException
- getWarehouseService() - Method in class com.gooddata.sdk.service.GoodData
-
Get initialized service for ADS management (create, access and delete ads instances).
- getWarehouseUri() - Method in exception com.gooddata.sdk.service.warehouse.WarehouseNotFoundException
- getZendesk4Reload(Reload) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Get Zendesk reload.
- getZendesk4ReloadByUri(String) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Get Zendesk reload.
- getZendesk4Settings(Project) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Get settings for zendesk4 connector.
- GoodData - Class in com.gooddata.sdk.service
-
Entry point for GoodData SDK usage.
- GoodData(GoodDataRestProvider) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance based on given
GoodDataRestProvider. - GoodData(String, String) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform under user with given credentials.
- GoodData(String, String, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform under user with given credentials.
- GoodData(String, String, String) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given host using given user's credentials.
- GoodData(String, String, String, int) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.
- GoodData(String, String, String, int, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.
- GoodData(String, String, String, int, String, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given host, port and protocol using given user's credentials.
- GoodData(String, String, String, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given host using given user's credentials.
- GoodDataEndpoint - Class in com.gooddata.sdk.service
-
GoodData Platform endpoint represented by host, port and protocol
- GoodDataEndpoint() - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol and secure.gooddata.com hostname
- GoodDataEndpoint(String) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol
- GoodDataEndpoint(String, int) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port using HTTPS protocol
- GoodDataEndpoint(String, int, String) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port and protocol
- GoodDataHttpClientBuilder - Interface in com.gooddata.sdk.service.httpcomponents
-
Custom GoodData http client builder providing custom functionality by descendants of
SingleEndpointGoodDataRestProvider. - GoodDataRestProvider - Interface in com.gooddata.sdk.service
-
The main interface responsible for GoodData platform REST connection management.
- GoodDataSettings - Class in com.gooddata.sdk.service
-
Gather various additional settings of
GoodData. - GoodDataSettings() - Constructor for class com.gooddata.sdk.service.GoodDataSettings
H
- handleError(ClientHttpResponse) - Method in class com.gooddata.sdk.service.util.ResponseErrorHandler
- handlePollException(GoodDataRestException) - Method in interface com.gooddata.sdk.service.PollHandler
-
Handle exception while polling.
- handlePollResult(P) - Method in interface com.gooddata.sdk.service.PollHandler
-
Handle result of single polling request.
- handlePollResult(T) - Method in class com.gooddata.sdk.service.SimplePollHandler
- hashCode() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- hashCode() - Method in class com.gooddata.sdk.service.GoodDataSettings
- hashCode() - Method in class com.gooddata.sdk.service.retry.RetrySettings
- HeaderSettingRequestInterceptor - Class in com.gooddata.sdk.service
-
Intercepts client-side HTTP requests and sets HTTP headers passed to constructor of this class.
- HeaderSettingRequestInterceptor(Map<String, String>) - Constructor for class com.gooddata.sdk.service.HeaderSettingRequestInterceptor
-
Construct interceptor for setting given HTTP headers.
- HierarchicalConfigService - Class in com.gooddata.sdk.service.hierarchicalconfig
-
Provides hierarchical configuration management a.k.a.
- HierarchicalConfigService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
- HOSTNAME - Static variable in class com.gooddata.sdk.service.GoodDataEndpoint
- httpClient - Variable in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
I
- identifiersToUris(Project, Collection<String>) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find metadata URIs for given identifiers.
- importProject(Project, ExportProjectToken) - Method in class com.gooddata.sdk.service.md.maintenance.ExportImportService
-
Imports complete project based on given token
- IntegrationNotFoundException - Exception in com.gooddata.sdk.service.connector
-
Integration for given project and connector type doesn't exist
- IntegrationNotFoundException(Project, ConnectorType, Throwable) - Constructor for exception com.gooddata.sdk.service.connector.IntegrationNotFoundException
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class com.gooddata.sdk.service.DeprecationWarningRequestInterceptor
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class com.gooddata.sdk.service.HeaderSettingRequestInterceptor
-
Intercept the given request, set headers passed to constructor, and return a response.
- isDone() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- isDone() - Method in interface com.gooddata.sdk.service.FutureResult
-
Checks if the result is available
- isDone() - Method in interface com.gooddata.sdk.service.PollHandler
-
Returns true when the polling is done, false otherwise.
- isDone() - Method in class com.gooddata.sdk.service.PollResult
- isFinished(ClientHttpResponse) - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- isFinished(ClientHttpResponse) - Method in interface com.gooddata.sdk.service.PollHandler
-
Check single polling response if whole polling process should finish.
L
- LCM_ENTITIES_TEMPLATE - Static variable in class com.gooddata.sdk.service.lcm.LcmService
- LcmService - Class in com.gooddata.sdk.service.lcm
-
Service, which provides access to lifecycle management objects.
- LcmService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.lcm.LcmService
-
Constructs service for GoodData Life Cycle Management.
- LIST_PROJECTS_TEMPLATE - Static variable in class com.gooddata.sdk.service.project.ProjectService
- listAuditEvents() - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for current account
- listAuditEvents(PageRequest) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for current account
- listAuditEvents(Account) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents(Account, PageRequest) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents(String) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listAuditEvents(String, PageRequest) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listDatasetLinks(Project) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Lists datasets (links) in project.
- listFeatureFlags(Project) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- listLcmEntities(Account) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
Lists all
LcmEntitiesfor givenAccount. - listLcmEntities(Account, PageRequest) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
Lists all
LcmEntitiesfor givenAccount. - listLcmEntities(Account, LcmEntityFilter) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
Lists
LcmEntitiesfor givenAccountfiltered according givenLcmEntityFilter. - listLcmEntities(Account, LcmEntityFilter, PageRequest) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
Lists
LcmEntitiesfor givenAccountfiltered according givenLcmEntityFilter. - listProcesses(Project) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get list of processes by given project.
- listProjectConfigItems(Project) - Method in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
-
Returns all config items for given project (including inherited ones from its hierarchy).
- listProjectFeatureFlags(Project) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- listProjects() - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get browser of projects that current user has access to.
- listProjects(PageRequest) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get defined page of paged list of projects that current user has access to.
- listSchedules(Project) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get browser of schedules by given project.
- listSchedules(Project, PageRequest) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get defined page of paged list of schedules by given project.
- listUploadsForDataset(Project, String) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Lists all uploads for the dataset with the given identifier in the given project.
- listUserProcesses() - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get list of current user processes by given user account.
- listUsers(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get browser of users by given project.
- listUsers(Project, PageRequest) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get defined page of paged list of users by given project.
- listWarehouses() - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Lists Warehouses.
- listWarehouses(PageRequest) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Lists Warehouses.
- listWarehouseSchemas(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
list schemas for Warehouse
- listWarehouseSchemas(Warehouse, PageRequest) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
list schemas for Warehouse
- listWarehouseUsers(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Lists warehouse users.
- listWarehouseUsers(Warehouse, PageRequest) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Lists warehouse users, starting with specified page.
- loadDataset(Project, DatasetManifest, InputStream) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Loads dataset into platform.
- loadDataset(Project, String, InputStream) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Gets DatasetManifest (using
DatasetService.getDatasetManifest(Project, String)first and then callsDatasetService.loadDataset(Project, DatasetManifest, java.io.InputStream) - loadDatasets(Project, DatasetManifest...) - Method in class com.gooddata.sdk.service.dataset.DatasetService
- loadDatasets(Project, Collection<DatasetManifest>) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Loads datasets into platform.
- LOGIN_TEMPLATE - Static variable in class com.gooddata.sdk.service.account.AccountService
- LoginPasswordGoodDataRestProvider - Class in com.gooddata.sdk.service.httpcomponents
-
The default
GoodDataRestProviderused internally byGoodData. - LoginPasswordGoodDataRestProvider(GoodDataEndpoint, GoodDataSettings, String, String) - Constructor for class com.gooddata.sdk.service.httpcomponents.LoginPasswordGoodDataRestProvider
-
Creates new instance.
- logout() - Method in class com.gooddata.sdk.service.account.AccountService
-
Performs user logout.
- logout() - Method in class com.gooddata.sdk.service.GoodData
-
Logout from GoodData Platform
M
- mapper - Variable in class com.gooddata.sdk.service.AbstractService
- MetadataService - Class in com.gooddata.sdk.service.md
-
Query, create and update project metadata - attributes, facts, metrics, reports,...
- MetadataService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.md.MetadataService
- ModelException - Exception in com.gooddata.sdk.service.project.model
-
Represents error in ModelService
- ModelException(String) - Constructor for exception com.gooddata.sdk.service.project.model.ModelException
- ModelException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.project.model.ModelException
- ModelService - Class in com.gooddata.sdk.service.project.model
-
Service for manipulating with project model
- ModelService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.project.model.ModelService
N
- NoDataExportException - Exception in com.gooddata.sdk.service.export
-
Thrown when report export contains no data
- NoDataExportException() - Constructor for exception com.gooddata.sdk.service.export.NoDataExportException
- NoDataExportException(String) - Constructor for exception com.gooddata.sdk.service.export.NoDataExportException
- NonUniqueObjException - Exception in com.gooddata.sdk.service.md
-
More than a single obj instance was found
- NonUniqueObjException(Class<T>, Collection<String>) - Constructor for exception com.gooddata.sdk.service.md.NonUniqueObjException
-
Construct a new instance of NonUniqueObjException.
- NotificationService - Class in com.gooddata.sdk.service.notification
-
Service to trigger and manage notifications.
- NotificationService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.notification.NotificationService
O
- OBJ_TEMPLATE - Static variable in class com.gooddata.sdk.service.export.ExportService
- OBJ_TEMPLATE - Static variable in class com.gooddata.sdk.service.md.MetadataService
- ObjCreateException - Exception in com.gooddata.sdk.service.md
-
Metadata object couldn't be created
- ObjCreateException(String, T) - Constructor for exception com.gooddata.sdk.service.md.ObjCreateException
-
Construct a new instance of ObjCreateException.
- ObjCreateException(T, Throwable) - Constructor for exception com.gooddata.sdk.service.md.ObjCreateException
-
Construct a new instance of ObjCreateException.
- ObjNotFoundException - Exception in com.gooddata.sdk.service.md
-
Metadata object of the given URI doesn't exist
- ObjNotFoundException(Obj) - Constructor for exception com.gooddata.sdk.service.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjNotFoundException(Class<T>) - Constructor for exception com.gooddata.sdk.service.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjNotFoundException(String) - Constructor for exception com.gooddata.sdk.service.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjNotFoundException(String, Class<T>, Exception) - Constructor for exception com.gooddata.sdk.service.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjUpdateException - Exception in com.gooddata.sdk.service.md
-
Metadata object couldn't be updated
- ObjUpdateException(String, T) - Constructor for exception com.gooddata.sdk.service.md.ObjUpdateException
-
Construct a new instance of ObjUpdateException.
- ObjUpdateException(T, Throwable) - Constructor for exception com.gooddata.sdk.service.md.ObjUpdateException
-
Construct a new instance of ObjUpdateException.
- onFinish() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
-
Method called after polling is successfully finished (default no-op)
- optimizeSliHash(Project) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Optimize SLI hash.
- OUTPUT_STAGE_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.OutputStageService
- OutputStageService - Class in com.gooddata.sdk.service.dataload
-
Service to manage output stage.
- OutputStageService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.dataload.OutputStageService
-
Sets RESTful HTTP Spring template.
- OutputStreamResponseExtractor(OutputStream) - Constructor for class com.gooddata.sdk.service.AbstractService.OutputStreamResponseExtractor
P
- partialExport(Project, PartialMdExport) - Method in class com.gooddata.sdk.service.md.maintenance.ExportImportService
-
Exports partial metadata from project and returns token identifying this export
- partialImport(Project, PartialMdExportToken) - Method in class com.gooddata.sdk.service.md.maintenance.ExportImportService
-
Imports partial metadata to project based on given token
- pollClass - Variable in class com.gooddata.sdk.service.AbstractPollHandlerBase
- PollHandler<P,R> - Interface in com.gooddata.sdk.service
-
For internal use by services employing polling.
- PollResult<T> - Class in com.gooddata.sdk.service
-
Represents the result retrieved by polling on the REST API.
- PollResult(AbstractService, PollHandler<?, T>) - Constructor for class com.gooddata.sdk.service.PollResult
-
Creates a new instance of the result to be eventually retrieved by polling on the REST API.
- PORT - Static variable in class com.gooddata.sdk.service.GoodDataEndpoint
- PROCESS_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.processes.ProcessService
- PROCESSES_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.processes.ProcessService
- ProcessExecutionException - Exception in com.gooddata.sdk.service.dataload.processes
-
Represents failure during process execution
- ProcessExecutionException(String) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, ProcessExecutionDetail) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, ProcessExecutionDetail, Throwable) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, Throwable, String) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- ProcessNotFoundException - Exception in com.gooddata.sdk.service.dataload.processes
-
Process of the given URI doesn't exist
- ProcessNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ProcessNotFoundException
- ProcessService - Class in com.gooddata.sdk.service.dataload.processes
-
Service to manage dataload processes and process executions.
- ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Sets RESTful HTTP Spring template.
- PROJECT_CONFIG_ITEM_TEMPLATE - Static variable in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
- PROJECT_CONFIG_ITEMS_TEMPLATE - Static variable in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
- PROJECT_FEATURE_FLAG_TEMPLATE - Static variable in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- PROJECT_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- PROJECT_TEMPLATE - Static variable in class com.gooddata.sdk.service.export.ExportService
- PROJECT_TEMPLATE - Static variable in class com.gooddata.sdk.service.project.ProjectService
- PROJECT_USER_TEMPLATE - Static variable in class com.gooddata.sdk.service.project.ProjectService
- PROJECT_USERS_TEMPLATE - Static variable in class com.gooddata.sdk.service.project.ProjectService
- ProjectNotFoundException - Exception in com.gooddata.sdk.service.project
-
Project of the given URI doesn't exist
- ProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.project.ProjectNotFoundException
- ProjectService - Class in com.gooddata.sdk.service.project
-
List projects, create a project, ...
- ProjectService(RestTemplate, AccountService, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.project.ProjectService
-
Constructs service for GoodData project management (list projects, create a project, ...).
- ProjectTemplateService - Class in com.gooddata.sdk.service.projecttemplate
-
Deprecated.The project templates are deprecated and stopped working on May 15, 2019. See https://support.gooddata.com/hc/en-us/articles/360016126334-April-4-2019 Deprecated since version 3.0.1. Will be removed in one of future versions.
- ProjectTemplateService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.projecttemplate.ProjectTemplateService
-
Deprecated.Sets RESTful HTTP Spring template.
- ProjectUsersUpdateException - Exception in com.gooddata.sdk.service.project
-
Unable to update users in project
- ProjectUsersUpdateException(String) - Constructor for exception com.gooddata.sdk.service.project.ProjectUsersUpdateException
- ProjectUsersUpdateException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.project.ProjectUsersUpdateException
- PROTOCOL - Static variable in class com.gooddata.sdk.service.GoodDataEndpoint
R
- removeAccount(Account) - Method in class com.gooddata.sdk.service.account.AccountService
-
Delete given account
- removeChannel(Channel) - Method in class com.gooddata.sdk.service.notification.NotificationService
-
Remove channel
- removeObj(Obj) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Remove metadata object URI
- removeObjByUri(String) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Remove metadata object by URI (format is
/gdc/md/{PROJECT_ID}/obj/{OBJECT_ID}) - removeProcess(DataloadProcess) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Delete given process
- removeProject(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Removes given project
- removeProjectConfigItem(ConfigItem) - Method in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
-
Removes existing project config item.
- removeSchedule(Schedule) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Delete given schedule
- removeSubscription(Subscription) - Method in class com.gooddata.sdk.service.notification.NotificationService
-
Remove subscription
- removeUserFromWarehouse(WarehouseUser) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Remove given user from warehouse instance
- removeWarehouse(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Delete Warehouse.
- ResponseErrorHandler - Class in com.gooddata.sdk.service.util
-
A response error handler able to extract GoodData error response
- ResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class com.gooddata.sdk.service.util.ResponseErrorHandler
- restTemplate - Variable in class com.gooddata.sdk.service.AbstractService
- restTemplate - Variable in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- RESULT_LIMIT - Static variable in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Query param representing limit of result data returned by AFM execution.
- RESULT_OFFSET - Static variable in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
Query param representing offset of result data returned by AFM execution.
- resultClass - Variable in class com.gooddata.sdk.service.AbstractPollHandlerBase
- RETRYABLE_METHODS - Static variable in class com.gooddata.sdk.service.retry.GetServerErrorRetryStrategy
- RETRYABLE_STATES - Static variable in class com.gooddata.sdk.service.retry.GetServerErrorRetryStrategy
- RetryableRestTemplate - Class in com.gooddata.sdk.service.retry
-
REST template with retry ability.
- RetryableRestTemplate(ClientHttpRequestFactory, RetryTemplate, RetryStrategy) - Constructor for class com.gooddata.sdk.service.retry.RetryableRestTemplate
-
Create a new instance of the
RetryableRestTemplate. - retryAllowed(String, int, URI) - Method in class com.gooddata.sdk.service.retry.GetServerErrorRetryStrategy
- retryAllowed(String, int, URI) - Method in interface com.gooddata.sdk.service.retry.RetryStrategy
-
Method says if retry is allowed for given parameter combination.
- RetrySettings - Class in com.gooddata.sdk.service.retry
-
Contains settings for HTTP requests retry.
- RetrySettings() - Constructor for class com.gooddata.sdk.service.retry.RetrySettings
- RetryStrategy - Interface in com.gooddata.sdk.service.retry
-
Interface for describing retry strategy.
- RoleNotFoundException - Exception in com.gooddata.sdk.service.project
-
Project role of the given URI doesn't exist
- RoleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.project.RoleNotFoundException
S
- SCHEDULE_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.processes.ProcessService
- ScheduleExecutionException - Exception in com.gooddata.sdk.service.dataload.processes
-
Represents error during schedule execution
- ScheduleExecutionException(String) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ScheduleExecutionException
- ScheduleExecutionException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ScheduleExecutionException
- ScheduleNotFoundException - Exception in com.gooddata.sdk.service.dataload.processes
-
Schedule of the given URI doesn't exist
- ScheduleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.dataload.processes.ScheduleNotFoundException
- SCHEDULES_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.processes.ProcessService
- scheduleZendesk4Reload(Project, Reload) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Scheduler new reload.
- SCHEMA_TEMPLATE - Static variable in class com.gooddata.sdk.service.warehouse.WarehouseService
- SCHEMAS_TEMPLATE - Static variable in class com.gooddata.sdk.service.warehouse.WarehouseService
- sendInvitations(Project, Invitation...) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Send project invitations to users
- SEPARATORS_TEMPLATE - Static variable in class com.gooddata.sdk.service.account.AccountService
- setConnectionRequestTimeout(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set timeout in milliseconds used when requesting a connection from the connection manager.
- setConnectionRequestTimeoutSeconds(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set timeout in seconds used when requesting a connection from the connection manager.
- setConnectionTimeout(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set timeout milliseconds until connection established.
- setConnectionTimeoutSeconds(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set timeout seconds until connection established.
- setFrom(ZonedDateTime) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
-
Specify lower bound of interval
- setMaxConnections(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set maximum number of connections used.
- setPollingUri(String) - Method in class com.gooddata.sdk.service.AbstractPollHandler
- setPollSleep(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set sleep time between poll retries
- setPollSleepSeconds(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set sleep time between poll retries
- setPresetHeader(String, String) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set preset header
- setProjectConfigItem(Project, ConfigItem) - Method in class com.gooddata.sdk.service.hierarchicalconfig.HierarchicalConfigService
-
Creates or updates config item for given project.
- setResult(R) - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
- setRetryCount(Integer) - Method in class com.gooddata.sdk.service.retry.RetrySettings
- setRetryInitialInterval(Long) - Method in class com.gooddata.sdk.service.retry.RetrySettings
- setRetryMaxInterval(Long) - Method in class com.gooddata.sdk.service.retry.RetrySettings
- setRetryMultiplier(Double) - Method in class com.gooddata.sdk.service.retry.RetrySettings
- setRetrySettings(RetrySettings) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set retry settings
- setSocketTimeout(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set socket timeout (maximum period inactivity between two consecutive data packets) milliseconds.
- setSocketTimeoutSeconds(int) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set socket timeout (maximum period inactivity between two consecutive data packets) seconds.
- settings - Variable in class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
- setTo(ZonedDateTime) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
-
Specify upper bound of interval
- setType(String) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
-
Specify event type for filtering purposes
- setUserAgent(String) - Method in class com.gooddata.sdk.service.GoodDataSettings
-
Set custom user agent as prefix for default user agent
- SimplePollHandler<T> - Class in com.gooddata.sdk.service
-
For internal use by services employing polling.
- SimplePollHandler(String, Class) - Constructor for class com.gooddata.sdk.service.SimplePollHandler
-
Creates a new instance of polling handler
- SingleEndpointGoodDataRestProvider - Class in com.gooddata.sdk.service.httpcomponents
-
GoodDataRestProvidercapable to be used with single API endpoint using the ApacheHttpClientto perform HTTP operations. - SingleEndpointGoodDataRestProvider(GoodDataEndpoint, GoodDataSettings, GoodDataHttpClientBuilder) - Constructor for class com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
-
Creates new instance.
- SstGoodDataRestProvider - Class in com.gooddata.sdk.service.httpcomponents
-
The
GoodDataRestProvider, which provides configured single endpoint REST connection using standard pre created SST to authenticate. - SstGoodDataRestProvider(GoodDataEndpoint, GoodDataSettings, String) - Constructor for class com.gooddata.sdk.service.httpcomponents.SstGoodDataRestProvider
-
Create SST REST provider
- STATUS_TEMPLATE - Static variable in class com.gooddata.sdk.service.connector.ConnectorService
T
- toString() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- toString() - Method in class com.gooddata.sdk.service.GoodDataSettings
- toUri() - Method in class com.gooddata.sdk.service.GoodDataEndpoint
- triggerEvent(Project, ProjectEvent) - Method in class com.gooddata.sdk.service.notification.NotificationService
-
Triggers given project event.
U
- updateAccount(Account) - Method in class com.gooddata.sdk.service.account.AccountService
-
Updates account
- updateIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Update connector integration
- updateObj(T) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Update given metadata object.
- updateOutputStage(OutputStage) - Method in class com.gooddata.sdk.service.dataload.OutputStageService
-
Update output stage.
- updateProcess(DataloadProcess, File) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Update process with given data by given project.
- updateProcessFromAppstore(DataloadProcess) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Update process with data from appstore by given project.
- updateProjectData(Project, String) - Method in class com.gooddata.sdk.service.dataset.DatasetService
-
Update project data with the given update script (MAQL).
- updateProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
Deprecated.
- updateProjectModel(Project, ModelDiff) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
Update project model with the MAQL script from given ModelDiff with the least side-effects (see
ModelDiff.getUpdateMaql()). - updateProjectModel(Project, ModelDiff.UpdateScript) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
Update project model with the given update script (MAQL).
- updateProjectModel(Project, String...) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
Update project model with the given update script(s) (MAQL).
- updateProjectModel(Project, Collection<String>) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
Update project model with the given update script(s) (MAQL).
- updateSchedule(Schedule) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Update the given schedule
- updateSettings(Project, Settings) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Update integration settings
- updateUserInProject(Project, User...) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Update user in the project
- updateWarehouse(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
Updates given Warehouse.
- updateWithPageParams(MutableUri) - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
- upload(String, InputStream) - Method in class com.gooddata.sdk.service.gdc.DataStoreService
-
Uploads given stream to given datastore path
- UPLOADS_INFO_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataset.DatasetService
- usedBy(Project, Obj, boolean, Class<? extends Obj>...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find all objects which use the given object.
- usedBy(Project, String, boolean, Class<? extends Obj>...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find all objects which use the given object.
- usedBy(Project, Collection<String>, boolean, Class<? extends Obj>...) - Method in class com.gooddata.sdk.service.md.MetadataService
-
Find all objects which use the given objects.
- USER_PROCESSES_TEMPLATE - Static variable in class com.gooddata.sdk.service.dataload.processes.ProcessService
- USER_URI_TEMPLATE - Static variable in class com.gooddata.sdk.service.auditevent.AuditEventService
- UserInProjectNotFoundException - Exception in com.gooddata.sdk.service.project
-
User in project is not found
- UserInProjectNotFoundException(String) - Constructor for exception com.gooddata.sdk.service.project.UserInProjectNotFoundException
- UserInProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.service.project.UserInProjectNotFoundException
- USERS_TEMPLATE - Static variable in class com.gooddata.sdk.service.warehouse.WarehouseService
V
- validateProject(Project) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Validate project using all available validations.
- validateProject(Project, ProjectValidationType...) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Validate project with given validations
- validateProject(Project, Set<ProjectValidationType>) - Method in class com.gooddata.sdk.service.project.ProjectService
-
Validate project with given validations
- VISUALIZATION_EXECUTION_URI - Static variable in class com.gooddata.sdk.service.executeafm.ExecuteAfmService
-
URI string containing template link to the
/executeVisualizationresource.
W
- WAREHOUSE_TEMPLATE - Static variable in class com.gooddata.sdk.service.warehouse.WarehouseService
- WarehouseNotFoundException - Exception in com.gooddata.sdk.service.warehouse
-
Warehouse instance doesn't exist.
- WarehouseNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.sdk.service.warehouse.WarehouseNotFoundException
- WarehouseSchemaNotFoundException - Exception in com.gooddata.sdk.service.warehouse
-
Warehouse schema doesn't exist.
- WarehouseSchemaNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.sdk.service.warehouse.WarehouseSchemaNotFoundException
- WarehouseService - Class in com.gooddata.sdk.service.warehouse
-
Provide access to warehouse API - create, update, list and delete warehouses.
- WarehouseService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.warehouse.WarehouseService
-
Sets RESTful HTTP Spring template.
- WarehouseUserNotFoundException - Exception in com.gooddata.sdk.service.warehouse
-
Warehouse instance doesn't exist.
- WarehouseUserNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.sdk.service.warehouse.WarehouseUserNotFoundException
- withIncrementedLimit() - Method in class com.gooddata.sdk.service.auditevent.AuditEventPageRequest
-
Copy this request parameters and increment request parameter limit.
Z
- zip(File, OutputStream) - Static method in class com.gooddata.sdk.service.util.ZipHelper
-
This method compresses the input file to zip format.
- zip(File, OutputStream, boolean) - Static method in class com.gooddata.sdk.service.util.ZipHelper
-
This method compresses the input file to zip format.
- ZipHelper - Class in com.gooddata.sdk.service.util
-
Utility class for manipulating zip archives.
- ZipHelper() - Constructor for class com.gooddata.sdk.service.util.ZipHelper
All Classes|All Packages