All Classes

Class Description
AbstractPollHandler<P,​R>
For internal use by services employing polling.
AbstractPollHandlerBase<P,​R>
For internal use by services employing polling.
AbstractService
Parent for GoodData services providing helpers for REST API calls and polling.
AbstractService.OutputStreamResponseExtractor  
AccountNotFoundException
Account doesn't exist.
AccountService
Service to access and manipulate account.
AuditEventPageRequest
Class to encapsulate time filtering and paging parameters
AuditEventService
List audit events.
AuditEventsForbiddenException  
ConnectorException
Represents error in ConnectorService.
ConnectorService
Service for connector integration creation, update of its settings or execution of its process.
DatasetException
Represents error in DatasetService
DatasetService
Service to work with datasets, manifests and dataset uploads.
DataStoreException
DataStore operation problem
DataStoreService
Uploads, downloads, deletes, ...
DeprecationWarningRequestInterceptor
Intercepts the request-response to check for X-GDC-DEPRECATED header and log it's content.
ExecuteAfmService
Service for executing reports with new visualization structures like AFM or Visualization Object.
ExecutionResultException
Signals problem while fetching ExecutionResult including it's computation
ExportException
Exception during export
ExportImportException
Exception thrown by ExportImportService when some task failed.
ExportImportService
Service providing metadata export/import tasks.
ExportService
Export project data
FeatureFlagService Deprecated.
FutureResult<T>
Represents the result retrieved by polling on the REST API.
GdcService
Service to work with GoodData API root.
GetServerErrorRetryStrategy
Allows retry for GET method and some HTTP 5XX states mentioned in GetServerErrorRetryStrategy.RETRYABLE_STATES.
GoodData
Entry point for GoodData SDK usage.
GoodDataEndpoint
GoodData Platform endpoint represented by host, port and protocol
GoodDataHttpClientBuilder
Custom GoodData http client builder providing custom functionality by descendants of SingleEndpointGoodDataRestProvider.
GoodDataRestProvider
The main interface responsible for GoodData platform REST connection management.
GoodDataSettings
Gather various additional settings of GoodData.
HeaderSettingRequestInterceptor
Intercepts client-side HTTP requests and sets HTTP headers passed to constructor of this class.
HierarchicalConfigService
Provides hierarchical configuration management a.k.a.
IntegrationNotFoundException
Integration for given project and connector type doesn't exist
LcmService
Service, which provides access to lifecycle management objects.
LoginPasswordGoodDataRestProvider
The default GoodDataRestProvider used internally by GoodData.
MetadataService
Query, create and update project metadata - attributes, facts, metrics, reports,...
ModelException
Represents error in ModelService
ModelService
Service for manipulating with project model
NoDataExportException
Thrown when report export contains no data
NonUniqueObjException
More than a single obj instance was found
NotificationService
Service to trigger and manage notifications.
ObjCreateException
Metadata object couldn't be created
ObjNotFoundException
Metadata object of the given URI doesn't exist
ObjUpdateException
Metadata object couldn't be updated
OutputStageService
Service to manage output stage.
PollHandler<P,​R>
For internal use by services employing polling.
PollResult<T>
Represents the result retrieved by polling on the REST API.
ProcessExecutionException
Represents failure during process execution
ProcessNotFoundException
Process of the given URI doesn't exist
ProcessService
Service to manage dataload processes and process executions.
ProjectNotFoundException
Project of the given URI doesn't exist
ProjectService
List projects, create a project, ...
ProjectTemplateService Deprecated.
The project templates are deprecated and stopped working on May 15, 2019.
ProjectUsersUpdateException
Unable to update users in project
ResponseErrorHandler
A response error handler able to extract GoodData error response
RetryableRestTemplate
REST template with retry ability.
RetrySettings
Contains settings for HTTP requests retry.
RetryStrategy
Interface for describing retry strategy.
RoleNotFoundException
Project role of the given URI doesn't exist
ScheduleExecutionException
Represents error during schedule execution
ScheduleNotFoundException
Schedule of the given URI doesn't exist
SimplePollHandler<T>
For internal use by services employing polling.
SingleEndpointGoodDataRestProvider
GoodDataRestProvider capable to be used with single API endpoint using the Apache HttpClient to perform HTTP operations.
SstGoodDataRestProvider
The GoodDataRestProvider, which provides configured single endpoint REST connection using standard pre created SST to authenticate.
UserInProjectNotFoundException
User in project is not found
WarehouseNotFoundException
Warehouse instance doesn't exist.
WarehouseSchemaNotFoundException
Warehouse schema doesn't exist.
WarehouseService
Provide access to warehouse API - create, update, list and delete warehouses.
WarehouseUserNotFoundException
Warehouse instance doesn't exist.
ZipHelper
Utility class for manipulating zip archives.