- 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(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() - Method in class com.gooddata.sdk.service.PollResult
-
- 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
-
- getCoupaSettings(Project) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Gets settings for coupa connector.
- 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, ...)
- getDefaultWarehouseSchema(Warehouse) - Method in class com.gooddata.sdk.service.warehouse.WarehouseService
-
get default warehouse schema
- 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
-
Get initialized service for feature flag management.
- 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, ...)
- getHostname() - Method in class com.gooddata.sdk.service.GoodDataEndpoint
-
- getHttpClient() - Method in class com.gooddata.sdk.service.GoodData
-
Get the configured HttpClient used by the library.
- 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
-
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.
- getPardotSettings(Project) - Method in class com.gooddata.sdk.service.connector.ConnectorService
-
Gets settings for pardot connector.
- 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
-
- 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.
- getProjectFeatureFlag(Project, String) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
- getProjectModelDiff(Project, String) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
- getProjectModelDiff(Project, Reader) - Method in class com.gooddata.sdk.service.project.model.ModelService
-
- getProjects() - Method in class com.gooddata.sdk.service.project.ProjectService
-
- 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
-
Get initialized service for project templates
- 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
-
Get the configured RestTemplate used by the library.
- getResult() - Method in class com.gooddata.sdk.service.AbstractPollHandlerBase
-
- 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.
- getResult() - Method in interface com.gooddata.sdk.service.PollHandler
-
Return result after polling.
- 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
-
- GetServerErrorRetryStrategy() - Constructor for class com.gooddata.sdk.service.retry.GetServerErrorRetryStrategy
-
- 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
-
Get project template by given uri.
- getTemplates() - Method in class com.gooddata.sdk.service.projecttemplate.ProjectTemplateService
-
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(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)
- getUri() - Method in exception com.gooddata.sdk.service.project.RoleNotFoundException
-
- 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
-
- 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(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, 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.
- 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(GoodDataEndpoint, Authentication) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given endpoint and using
given http client factory.
- GoodData(GoodDataEndpoint, Authentication, GoodDataSettings) - Constructor for class com.gooddata.sdk.service.GoodData
-
Create instance configured to communicate with GoodData Platform running on given endpoint and using
given http client factory.
- GoodDataEndpoint - Class in com.gooddata.sdk.service
-
GoodData Platform endpoint represented by host, port and protocol
- GoodDataEndpoint(String, int, String) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port and protocol
- GoodDataEndpoint(String, int) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port using HTTPS protocol
- GoodDataEndpoint(String) - Constructor for class com.gooddata.sdk.service.GoodDataEndpoint
-
Create GoodData endpoint for given hostname using 443 port and HTTPS 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
- GoodDataSettings - Class in com.gooddata.sdk.service
-
Gather various additional settings of
GoodData.
- GoodDataSettings() - Constructor for class com.gooddata.sdk.service.GoodDataSettings
-
- 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(String) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listAuditEvents(String, Page) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listAuditEvents(Account) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents(Account, Page) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents() - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for current account
- listAuditEvents(Page) - Method in class com.gooddata.sdk.service.auditevent.AuditEventService
-
Get list of audit events for current account
- 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
-
Returns aggregated feature flags for given project and current user (aggregates global, project group, project
and user feature flags).
- listLcmEntities(Account) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
- listLcmEntities(Account, LcmEntityFilter) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
- listLcmEntities(Account, Page) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
- listLcmEntities(Account, LcmEntityFilter, Page) - Method in class com.gooddata.sdk.service.lcm.LcmService
-
- listProcesses(Project) - Method in class com.gooddata.sdk.service.dataload.processes.ProcessService
-
Get list of processes by given project.
- listProjectFeatureFlags(Project) - Method in class com.gooddata.sdk.service.featureflag.FeatureFlagService
-
- listProjects() - Method in class com.gooddata.sdk.service.project.ProjectService
-
Get first page of paged list of projects that current user has access to.
- listProjects(Page) - 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 first page of paged list of schedules by given project.
- listSchedules(Project, Page) - 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 first page of paged list of users by given project.
- listUsers(Project, Page) - 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(Page) - 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, Page) - 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, Page) - 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
-
- 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
-
- LoginPasswordAuthentication - Class in com.gooddata.sdk.service.authentication
-
Login and password authentication
- LoginPasswordAuthentication(String, String) - Constructor for class com.gooddata.sdk.service.authentication.LoginPasswordAuthentication
-
Create login password authentication
- 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