A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractObj - Class in com.gooddata.md
Metadata object (common part)
AbstractObj(Meta) - Constructor for class com.gooddata.md.AbstractObj
 
AbstractPollHandler<P,R> - Class in com.gooddata
For internal use by services employing polling.
AbstractPollHandler(String, Class<P>, Class<R>) - Constructor for class com.gooddata.AbstractPollHandler
Creates a new instance of polling handler
AbstractPollHandlerBase<P,R> - Class in com.gooddata
For internal use by services employing polling.
AbstractPollHandlerBase(Class<P>, Class<R>) - Constructor for class com.gooddata.AbstractPollHandlerBase
 
AbstractService - Class in com.gooddata
Parent for GoodData services providing helpers for REST API calls and polling.
AbstractService(RestTemplate) - Constructor for class com.gooddata.AbstractService
Sets RESTful HTTP Spring template.
AbstractService.OutputStreamResponseExtractor - Class in com.gooddata
 
AbstractService.OutputStreamResponseExtractor(OutputStream) - Constructor for class com.gooddata.AbstractService.OutputStreamResponseExtractor
 
Account - Class in com.gooddata.account
Account setting
Account(String, String, Account.Links) - Constructor for class com.gooddata.account.Account
 
AccountService - Class in com.gooddata.account
Service to access and manipulate account.
AccountService(RestTemplate) - Constructor for class com.gooddata.account.AccountService
Constructs service for GoodData account management.
AsyncTask - Class in com.gooddata.gdc
Asynchronous task containing link for polling.
AsyncTask(String) - Constructor for class com.gooddata.gdc.AsyncTask
 
Attribute - Class in com.gooddata.md
Attribute of GoodData project dataset
AttributeDisplayForm - Class in com.gooddata.md
Display form of attribute
AttributeInGrid - Class in com.gooddata.md.report
Attribute in Grid
AttributeInGrid(String) - Constructor for class com.gooddata.md.report.AttributeInGrid
 
AttributeInGrid(String, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
 

B

BooleanIntegerDeserializer - Class in com.gooddata.util
Deserializes Integer 1 or 0 as boolean
BooleanIntegerDeserializer() - Constructor for class com.gooddata.util.BooleanIntegerDeserializer
 
BooleanIntegerSerializer - Class in com.gooddata.util
Serializes boolean as Integer 1 or 0
BooleanIntegerSerializer() - Constructor for class com.gooddata.util.BooleanIntegerSerializer
 
BooleanStringDeserializer - Class in com.gooddata.util
Deserializes String "1" or "0" as boolean
BooleanStringDeserializer() - Constructor for class com.gooddata.util.BooleanStringDeserializer
 
BooleanStringSerializer - Class in com.gooddata.util
Serializes boolean as String "1" or "0"
BooleanStringSerializer() - Constructor for class com.gooddata.util.BooleanStringSerializer
 

C

com.gooddata - package com.gooddata
 
com.gooddata.account - package com.gooddata.account
 
com.gooddata.connector - package com.gooddata.connector
 
com.gooddata.dataload.processes - package com.gooddata.dataload.processes
 
com.gooddata.dataset - package com.gooddata.dataset
 
com.gooddata.gdc - package com.gooddata.gdc
 
com.gooddata.md - package com.gooddata.md
 
com.gooddata.md.report - package com.gooddata.md.report
 
com.gooddata.model - package com.gooddata.model
 
com.gooddata.project - package com.gooddata.project
 
com.gooddata.report - package com.gooddata.report
 
com.gooddata.util - package com.gooddata.util
 
com.gooddata.warehouse - package com.gooddata.warehouse
 
component - Variable in class com.gooddata.gdc.ErrorStructure
 
ConnectorException - Exception in com.gooddata.connector
Represents error in ConnectorService.
ConnectorException(String) - Constructor for exception com.gooddata.connector.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception com.gooddata.connector.ConnectorException
 
ConnectorService - Class in com.gooddata.connector
Service for connector integration creation, update of its settings or execution of its process.
ConnectorService(RestTemplate, ProjectService) - Constructor for class com.gooddata.connector.ConnectorService
 
ConnectorType - Enum in com.gooddata.connector
Enum containing implemented connector types.
create(String, List<String>, List<AttributeInGrid>, List<GridElement>) - Static method in class com.gooddata.md.report.GridReportDefinitionContent
 
createHttpClient(String, String, String, int, String, HttpClientBuilder) - Method in class com.gooddata.GoodData
 
createIntegration(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
Create connector integration with given settings
createIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.connector.ConnectorService
Create connector integration
createObj(Project, T) - Method in class com.gooddata.md.MetadataService
Create metadata object in given project
createProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process with given data by given project.
createProject(Project) - Method in class com.gooddata.project.ProjectService
Create new project.
createWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Create new warehouse.
CURRENT_ID - Static variable in class com.gooddata.account.Account
 

D

DataloadProcess - Class in com.gooddata.dataload.processes
Dataload process.
DataloadProcess(String, String) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
DataloadProcess(String, ProcessType) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
Dataset - Class in com.gooddata.dataset
Dataset
Dataset(String, String, String) - Constructor for class com.gooddata.dataset.Dataset
 
DatasetException - Exception in com.gooddata.dataset
Represents error in DatasetService
DatasetException(String, String) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetException(String, String, Throwable) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetManifest - Class in com.gooddata.dataset
Dataset specific upload manifest
DatasetManifest(String) - Constructor for class com.gooddata.dataset.DatasetManifest
 
DatasetManifest(String, String, List<DatasetManifest.Part>) - Constructor for class com.gooddata.dataset.DatasetManifest
 
DatasetManifest.Part - Class in com.gooddata.dataset
 
DatasetNotFoundException - Exception in com.gooddata.dataset
Represents error when dataset of the given id was not found
DatasetNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataset.DatasetNotFoundException
 
Datasets - Class in com.gooddata.dataset
Datasets
Datasets(String, String, List<Dataset>) - Constructor for class com.gooddata.dataset.Datasets
 
DatasetService - Class in com.gooddata.dataset
Service to work with datasets and manifests.
DatasetService(RestTemplate, DataStoreService) - Constructor for class com.gooddata.dataset.DatasetService
 
DataStoreException - Exception in com.gooddata.gdc
DataStore operation problem
DataStoreException(String, Throwable) - Constructor for exception com.gooddata.gdc.DataStoreException
 
DataStoreService - Class in com.gooddata.gdc
Uploads, downloads, deletes, ...
DataStoreService(HttpClientBuilder, GdcService, String, String, String) - Constructor for class com.gooddata.gdc.DataStoreService
Creates new DataStoreService
delete(String) - Method in class com.gooddata.gdc.DataStoreService
Delete given path from datastore.
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.BooleanIntegerDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.BooleanStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.GDDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.ISODateTimeDeserializer
 
DiffRequest - Class in com.gooddata.model
A request to perform diff between current project model and given targetModel.
DiffRequest(String) - Constructor for class com.gooddata.model.DiffRequest
 
DisplayForm - Class in com.gooddata.md
Display form
DisplayForm(Meta, DisplayForm.Content) - Constructor for class com.gooddata.md.DisplayForm
 
DisplayForm.Content - Class in com.gooddata.md
 
DisplayForm.Content(String, String, boolean, String) - Constructor for class com.gooddata.md.DisplayForm.Content
 
download(String) - Method in class com.gooddata.gdc.DataStoreService
Download given path and return data as stream

E

Entry - Class in com.gooddata.md
Metadata entry (can be named "LINK" in some API docs)
Entry(String, String, String, String, String, String, boolean, String, String, DateTime, DateTime, boolean, boolean) - Constructor for class com.gooddata.md.Entry
 
errorClass - Variable in class com.gooddata.gdc.ErrorStructure
 
errorCode - Variable in class com.gooddata.gdc.ErrorStructure
 
errorId - Variable in class com.gooddata.gdc.ErrorStructure
 
ErrorStructure - Class in com.gooddata.gdc
Error structure (for embedding).
ErrorStructure(String, String, Object[], String, String, String, String, String) - Constructor for class com.gooddata.gdc.ErrorStructure
 
executeProcess(Project, ProcessExecution) - Method in class com.gooddata.connector.ConnectorService
Execute connector process
executeProcess(ProcessExecution) - Method in class com.gooddata.dataload.processes.ProcessService
Run given execution under given process
EXPORTING_URI - Static variable in class com.gooddata.report.ReportService
 
exportReport(ReportDefinition, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
 
Expression - Class in com.gooddata.md
Expression of fact
Expression(String, String) - Constructor for class com.gooddata.md.Expression
 
extractData(ClientHttpResponse, Class<T>) - Method in class com.gooddata.AbstractService
 
extractData(ClientHttpResponse) - Method in class com.gooddata.AbstractService.OutputStreamResponseExtractor
 

F

Fact - Class in com.gooddata.md
Fact of GoodData project dataset
FailStatus - Class in com.gooddata.dataset
Fail status of dataset load.
find(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata by restrictions like identifier, title or summary.
findUris(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata URIs by restrictions like identifier, title or summary.
FORMAT - Static variable in class com.gooddata.md.report.GridReportDefinitionContent
 
FORMAT - Static variable in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
FutureResult<T> - Class in com.gooddata
Represents the result retrieved by polling on the REST API.
FutureResult(AbstractService, PollHandler<?, T>) - Constructor for class com.gooddata.FutureResult
Creates a new instance of the result to be eventually retrieved by polling on the REST API.

G

Gdc - Class in com.gooddata.gdc
GoodData API root response (aka "about" or "home")
Gdc(List<Gdc.Link>) - Constructor for class com.gooddata.gdc.Gdc
 
GDC_REQUEST_ID_HEADER - Static variable in class com.gooddata.GoodData
 
GdcError - Class in com.gooddata.gdc
GoodData REST API error structure.
GdcService - Class in com.gooddata.gdc
 
GdcService(RestTemplate) - Constructor for class com.gooddata.gdc.GdcService
 
GDDateTimeDeserializer - Class in com.gooddata.util
Deserializes Joda's DateTime fields from the GoodData date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ).
GDDateTimeDeserializer() - Constructor for class com.gooddata.util.GDDateTimeDeserializer
 
GDDateTimeSerializer - Class in com.gooddata.util
Serializes Joda's DateTime fields to the GoodDate date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ).
GDDateTimeSerializer() - Constructor for class com.gooddata.util.GDDateTimeSerializer
 
get() - Method in class com.gooddata.FutureResult
Wait for the result to be available and return it's value
get(long, TimeUnit) - Method in class com.gooddata.FutureResult
Wait for the result to be available up to given time and return it's value
getAccountLink() - Method in class com.gooddata.gdc.Gdc
Get account manipulation resource link
getAccountService() - Method in class com.gooddata.GoodData
Get initialized service for account management (to get current account information, logout, ...)
getAlias() - Method in class com.gooddata.md.report.GridElement
 
getApiUrl() - Method in class com.gooddata.connector.Zendesk4Settings
 
getAuthor() - Method in class com.gooddata.md.AbstractObj
 
getAuthor() - Method in class com.gooddata.md.Entry
 
getAuthor() - Method in class com.gooddata.md.Meta
 
getAuthor() - Method in class com.gooddata.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.warehouse.Warehouse
 
getAvailableElementsLink() - Method in class com.gooddata.gdc.Gdc
Get link of resource used to determine valid attribute values in the context of a report
getCategory() - Method in class com.gooddata.dataset.Datasets
 
getCategory() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
getCategory() - Method in class com.gooddata.md.AbstractObj
 
getCategory() - Method in class com.gooddata.md.Entry
 
getCategory() - Method in class com.gooddata.md.Meta
 
getCategory() - Method in class com.gooddata.md.Query
 
getClearCachesLink() - Method in class com.gooddata.project.Project
 
getCluster() - Method in class com.gooddata.project.Project
 
getCode() - Method in class com.gooddata.connector.Status
 
getColumnName() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getColumns() - Method in class com.gooddata.md.report.Grid
 
getColumnWidths() - Method in class com.gooddata.md.report.Grid
 
getComponent() - Method in class com.gooddata.gdc.ErrorStructure
 
getComponent() - Method in exception com.gooddata.GoodDataRestException
Get the GoodData component where error occurred
getConnectorService() - Method in class com.gooddata.GoodData
 
getConnectorsLink() - Method in class com.gooddata.project.Project
 
getConnectorType() - Method in interface com.gooddata.connector.ProcessExecution
 
getConnectorType() - Method in interface com.gooddata.connector.Settings
 
getConnectorType() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getConnectorType() - Method in class com.gooddata.connector.Zendesk4Settings
 
getConstraints() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getContributor() - Method in class com.gooddata.md.AbstractObj
 
getContributor() - Method in class com.gooddata.md.Entry
 
getContributor() - Method in class com.gooddata.md.Meta
 
getContributor() - Method in class com.gooddata.project.Project
 
getCreated() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getCreated() - Method in class com.gooddata.md.AbstractObj
 
getCreated() - Method in class com.gooddata.md.Entry
 
getCreated() - Method in class com.gooddata.md.Meta
 
getCreated() - Method in class com.gooddata.project.Project
 
getCreated() - Method in class com.gooddata.warehouse.Warehouse
 
getCreatedBy() - Method in class com.gooddata.warehouse.Warehouse
 
getCurrent() - Method in class com.gooddata.account.AccountService
Gets current account of logged user.
getData() - Method in class com.gooddata.md.Expression
 
getData() - Method in class com.gooddata.md.Key
 
getDataLoadLink() - Method in class com.gooddata.project.Project
 
getDataset() - Method in exception com.gooddata.dataset.DatasetException
 
getDataSet() - Method in class com.gooddata.dataset.DatasetManifest
 
getDatasetManifest(Project, String) - Method in class com.gooddata.dataset.DatasetService
Obtains manifest from given project by given datasetId
getDatasetService() - Method in class com.gooddata.GoodData
Get initialized service for dataset management (to list manifest, get datasets, load dataset, ...)
getDataStoreService() - Method in class com.gooddata.GoodData
Get initialized service for data store (user staging/WebDAV) management (to upload, download, delete, ...)
getDate() - Method in class com.gooddata.dataset.FailStatus
 
getDefaultDisplayForm() - Method in class com.gooddata.md.Attribute
 
getDefinitions() - Method in class com.gooddata.md.report.Report
 
getDescription() - Method in class com.gooddata.connector.Status
 
getDescription() - Method in class com.gooddata.warehouse.Warehouse
 
getDetail() - Method in class com.gooddata.connector.Status
 
getDisplayForms() - Method in class com.gooddata.md.Attribute
 
getDomains() - Method in class com.gooddata.md.report.Report
 
getDriver() - Method in class com.gooddata.project.Project
 
getEntries() - Method in class com.gooddata.gdc.LinkEntries
 
getEntries() - Method in class com.gooddata.md.Query
 
getError() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getError() - Method in class com.gooddata.dataset.FailStatus
 
getErrorClass() - Method in class com.gooddata.gdc.ErrorStructure
 
getErrorClass() - Method in exception com.gooddata.GoodDataRestException
Get the class of the error
getErrorCode() - Method in class com.gooddata.gdc.ErrorStructure
 
getErrorId() - Method in class com.gooddata.gdc.ErrorStructure
 
getEventStoresLink() - Method in class com.gooddata.project.Project
 
getExecutable() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getExecutables() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExecuteLink() - Method in class com.gooddata.project.Project
 
getExecutionDetail() - Method in exception com.gooddata.dataload.processes.ProcessExecutionException
 
getExecutionDetailUri() - Method in exception com.gooddata.dataload.processes.ProcessExecutionException
 
getExecutionLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getExecutionLog(ProcessExecutionDetail, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
Get process execution log
getExecutionsLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExpression() - Method in class com.gooddata.md.DisplayForm.Content
 
getExpression() - Method in class com.gooddata.md.DisplayForm
 
getExpression() - Method in class com.gooddata.md.Metric
 
getExpressions() - Method in class com.gooddata.md.Fact
 
getFile() - Method in class com.gooddata.dataset.DatasetManifest
 
getFilters() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getFinished() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getFinished() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getFirstName() - Method in class com.gooddata.account.Account
 
getForeignKeys() - Method in class com.gooddata.md.Attribute
 
getFormat() - Method in class com.gooddata.md.Metric
 
getFormat() - Method in class com.gooddata.md.report.GridReportDefinitionContent
 
getFormat() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
getFormat() - Method in class com.gooddata.md.report.ReportDefinition
 
getFormat() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getFormattedMessage() - Method in class com.gooddata.gdc.ErrorStructure
 
getFormOf() - Method in class com.gooddata.md.DisplayForm.Content
 
getFormOf() - Method in class com.gooddata.md.DisplayForm
 
getGdc() - Method in class com.gooddata.gdc.GdcService
 
getGdcService() - Method in class com.gooddata.GoodData
Get initialized service for API root management (to get API root links, ...)
getGrid() - Method in class com.gooddata.md.report.ReportDefinition
 
getGrid() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getGroupsLink() - Method in class com.gooddata.project.Project
 
getGuidedNavigation() - Method in class com.gooddata.project.Project
 
getHiddenParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getHomeLink() - Method in class com.gooddata.gdc.Gdc
Get GoodData API root link
getId() - Method in class com.gooddata.account.Account
 
getId() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getId() - Method in class com.gooddata.project.Project
 
getId() - Method in class com.gooddata.warehouse.Warehouse
 
getIdentifier() - Method in class com.gooddata.dataset.Dataset
 
getIdentifier() - Method in class com.gooddata.md.AbstractObj
 
getIdentifier() - Method in class com.gooddata.md.Entry
 
getIdentifier() - Method in class com.gooddata.md.Meta
 
getInvitationsLink() - Method in class com.gooddata.project.Project
 
getJdbcConnectionString() - Method in class com.gooddata.warehouse.Warehouse
Get jdbc connection string.
getLastFinishedProcess() - Method in class com.gooddata.connector.Integration
 
getLastName() - Method in class com.gooddata.account.Account
 
getLastSuccessfulProcess() - Method in class com.gooddata.connector.Integration
 
getLdmExpression() - Method in class com.gooddata.md.DisplayForm.Content
 
getLdmExpression() - Method in class com.gooddata.md.DisplayForm
 
getLdmLink() - Method in class com.gooddata.project.Project
 
getLdmThumbnailLink() - Method in class com.gooddata.project.Project
 
getLink() - Method in class com.gooddata.dataset.Dataset
 
getLink() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
getLink() - Method in class com.gooddata.md.Entry
 
getLinks() - Method in class com.gooddata.dataset.Datasets
 
getLoginLink() - Method in class com.gooddata.gdc.Gdc
Get authentication service link
getLogLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getMaql() - Method in class com.gooddata.model.MaqlDdl
 
getMessage() - Method in class com.gooddata.gdc.ErrorStructure
 
getMessages() - Method in class com.gooddata.model.MaqlDdlTaskStatus
 
getMetadataLink() - Method in class com.gooddata.gdc.Gdc
Get metadata resources link
getMetadataLink() - Method in class com.gooddata.project.Project
 
getMetadataService() - Method in class com.gooddata.GoodData
Get initialized service for metadata management (to query, create and update project metadata like attributes, facts, metrics, reports, ...)
getMetrics() - Method in class com.gooddata.md.report.Grid
 
getModelService() - Method in class com.gooddata.GoodData
Get initialized service for model management (to get model diff, update model, ...)
getName() - Method in enum com.gooddata.connector.ConnectorType
 
getName() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getObj(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Get metadata object by restrictions like identifier, title or summary.
getObjById(Project, String, Class<T>) - Method in class com.gooddata.md.MetadataService
Get metadata object by id.
getObjByUri(String, Class<T>) - Method in class com.gooddata.md.MetadataService
Get metadata object by URI (format is /gdc/md/{PROJECT_ID}/obj/{OBJECT_ID})
getObjUri(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Get metadata object URI by restrictions like identifier, title or summary.
getOneNumber() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
getParameters() - Method in class com.gooddata.gdc.ErrorStructure
 
getParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getParts() - Method in class com.gooddata.dataset.DatasetManifest
 
getPollClass() - Method in class com.gooddata.AbstractPollHandlerBase
 
getPollClass() - Method in interface com.gooddata.PollHandler
Get class of the polling object.
getPollingUri() - Method in class com.gooddata.AbstractPollHandler
 
getPollingUri() - Method in class com.gooddata.FutureResult
Get URI used for polling
getPollingUri() - Method in interface com.gooddata.PollHandler
Get URI used for polling.
getPollUri() - Method in class com.gooddata.model.MaqlDdlTaskStatus
 
getPopulates() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getPrimaryKeys() - Method in class com.gooddata.md.Attribute
 
getProcessById(Project, String) - Method in class com.gooddata.dataload.processes.ProcessService
Get process by given id and project.
getProcessByUri(String) - Method in class com.gooddata.dataload.processes.ProcessService
Get process by given URI.
getProcessService() - Method in class com.gooddata.GoodData
 
getProcessSource(DataloadProcess, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
Get process source data.
getProjectById(String) - Method in class com.gooddata.project.ProjectService
Get project by id.
getProjectByUri(String) - Method in class com.gooddata.project.ProjectService
Get project by URI.
getProjectModelDiff(Project, String) - Method in class com.gooddata.model.ModelService
 
getProjectModelDiff(Project, Reader) - Method in class com.gooddata.model.ModelService
 
getProjects() - Method in class com.gooddata.project.Projects
 
getProjects() - Method in class com.gooddata.project.ProjectService
Get all projects current user has access to.
getProjectService() - Method in class com.gooddata.GoodData
Get initialized service for project management (to list projects, create a project, ...)
getProjectsLink() - Method in class com.gooddata.account.Account
 
getProjectsLink() - Method in class com.gooddata.gdc.Gdc
Get user and project management resource link
getProjectTemplate() - Method in class com.gooddata.connector.Integration
 
getProjectTemplates(Project) - Method in class com.gooddata.project.ProjectService
 
getProjectUri() - Method in exception com.gooddata.project.ProjectNotFoundException
 
getPublicArtifactsLink() - Method in class com.gooddata.project.Project
 
getReleaseInfoLink() - Method in class com.gooddata.gdc.Gdc
Get release information link
getRemoteDir() - Method in class com.gooddata.dataset.Pull
 
getReportDefinitionUri() - Method in class com.gooddata.report.ReportRequest
 
getReportExporterLink() - Method in class com.gooddata.gdc.Gdc
Get report exporting resource link
getReportService() - Method in class com.gooddata.GoodData
Get initialized service for report management (to execute and export report, ...)
getRequestId() - Method in class com.gooddata.gdc.ErrorStructure
 
getRequestId() - Method in exception com.gooddata.GoodDataRestException
Get the GoodData request ID (from header) of the problematic REST API call response
getResult() - Method in class com.gooddata.AbstractPollHandlerBase
 
getResult() - Method in interface com.gooddata.PollHandler
Return result after polling.
getResultClass() - Method in class com.gooddata.AbstractPollHandlerBase
 
getResultClass() - Method in interface com.gooddata.PollHandler
Get class of result after polling.
getRolesLink() - Method in class com.gooddata.project.Project
 
getRows() - Method in class com.gooddata.md.report.Grid
 
getRunningProcess() - Method in class com.gooddata.connector.Integration
 
getSchedulesLink() - Method in class com.gooddata.project.Project
 
getSort() - Method in class com.gooddata.md.report.Grid
 
getSourceLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getStarted() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getStarted() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getState() - Method in class com.gooddata.project.Project
 
getStatus() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getStatus() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getStatus() - Method in class com.gooddata.dataset.FailStatus
 
getStatus() - Method in class com.gooddata.dataset.PullTaskStatus
 
getStatus() - Method in class com.gooddata.model.MaqlDdlTaskStatus
 
getStatus() - Method in class com.gooddata.warehouse.Warehouse
 
getStatusCode() - Method in exception com.gooddata.GoodDataRestException
Get the HTTP status code of the problematic REST API call response
getSummary() - Method in class com.gooddata.dataset.Datasets
 
getSummary() - Method in class com.gooddata.md.AbstractObj
 
getSummary() - Method in class com.gooddata.md.Entry
 
getSummary() - Method in class com.gooddata.md.Meta
 
getSummary() - Method in class com.gooddata.md.Query
 
getSummary() - Method in class com.gooddata.project.Project
 
getSyncTime() - Method in class com.gooddata.connector.Zendesk4Settings
 
getSyncTimeZone() - Method in class com.gooddata.connector.Zendesk4Settings
 
getTags() - Method in class com.gooddata.md.AbstractObj
 
getTags() - Method in class com.gooddata.md.Entry
 
getTags() - Method in class com.gooddata.md.Meta
 
getTargetModel() - Method in class com.gooddata.model.DiffRequest
Returns desired target state of project model
getTemplatesLink() - Method in class com.gooddata.gdc.Gdc
Get template resource link
getTemplatesLink() - Method in class com.gooddata.project.Project
 
getTitle() - Method in class com.gooddata.dataset.Dataset
 
getTitle() - Method in class com.gooddata.md.AbstractObj
 
getTitle() - Method in class com.gooddata.md.Entry
 
getTitle() - Method in class com.gooddata.md.Meta
 
getTitle() - Method in class com.gooddata.md.Query
 
getTitle() - Method in class com.gooddata.project.Project
 
getTitle() - Method in class com.gooddata.warehouse.Warehouse
 
getTokenLink() - Method in class com.gooddata.gdc.Gdc
Get temporary token generator link
getToolLink() - Method in class com.gooddata.gdc.Gdc
Get miscellaneous tool resource link
getTotals() - Method in class com.gooddata.md.report.AttributeInGrid
 
getTrace() - Method in class com.gooddata.gdc.ErrorStructure
 
getType() - Method in class com.gooddata.connector.Zendesk4Settings
 
getType() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getType() - Method in class com.gooddata.md.Expression
 
getType() - Method in class com.gooddata.md.Key
 
getType() - Method in class com.gooddata.md.Restriction
 
getUpdated() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getUpdated() - Method in class com.gooddata.md.AbstractObj
 
getUpdated() - Method in class com.gooddata.md.Entry
 
getUpdated() - Method in class com.gooddata.md.Meta
 
getUpdated() - Method in class com.gooddata.project.Project
 
getUpdated() - Method in class com.gooddata.warehouse.Warehouse
 
getUpdatedBy() - Method in class com.gooddata.warehouse.Warehouse
 
getUpdateMaql() - Method in class com.gooddata.model.ModelDiff
Returns MAQL DDL update script that should be executed to update the source model to the target state.
getUploadMode() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getUploadsLink() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.account.Account
 
getUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getUri() - Method in exception com.gooddata.dataload.processes.ProcessNotFoundException
 
getUri() - Method in class com.gooddata.dataset.PullTask
 
getUri() - Method in class com.gooddata.gdc.AsyncTask
 
getUri() - Method in class com.gooddata.gdc.UriResponse
 
getUri() - Method in class com.gooddata.md.AbstractObj
 
getUri() - Method in class com.gooddata.md.Meta
 
getUri() - Method in interface com.gooddata.md.Obj
 
getUri() - Method in class com.gooddata.md.report.GridElement
 
getUri() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.warehouse.Warehouse
 
getUriPrefix() - Method in class com.gooddata.UriPrefixer
Get the URI prefix
getUrl() - Method in class com.gooddata.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.project.ProjectTemplate
 
getUsersLink() - Method in class com.gooddata.project.Project
 
getUserStagingLink() - Method in class com.gooddata.gdc.Gdc
Get user data staging area link
getValue() - Method in class com.gooddata.md.Restriction
 
getValue() - Method in enum com.gooddata.report.ReportExportFormat
 
getVersion() - Method in class com.gooddata.project.ProjectTemplate
 
getWarehouseById(String) - Method in class com.gooddata.warehouse.WarehouseService
Get Warehouse identified by given id.
getWarehouseByUri(String) - Method in class com.gooddata.warehouse.WarehouseService
Get Warehouse identified by given uri.
getWarehouseService() - Method in class com.gooddata.GoodData
Get initialized service for ADS management (create, access and delete ads instances).
getWarehouseUri() - Method in exception com.gooddata.warehouse.WarehouseNotFoundException
 
getXTabLink() - Method in class com.gooddata.gdc.Gdc
Get report execution resource link
GoodData - Class in com.gooddata
Entry point for GoodData SDK usage.
GoodData(String, String) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform under user with given credentials.
GoodData(String, String, String) - Constructor for class com.gooddata.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.GoodData
Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.
GoodDataException - Exception in com.gooddata
Signals that something unexpected happened in GoodData SDK.
GoodDataException(String) - Constructor for exception com.gooddata.GoodDataException
Construct a GoodDataException with the specified detail message.
GoodDataException(String, Throwable) - Constructor for exception com.gooddata.GoodDataException
Construct a GoodDataException with the specified detail message and cause.
GoodDataRestException - Exception in com.gooddata
Signals client or server error during communication with GoodData REST API.
GoodDataRestException(int, String, String, String, String) - Constructor for exception com.gooddata.GoodDataRestException
Construct a GoodDataRestException with specified details.
GoodDataRestException(int, String, String, GdcError) - Constructor for exception com.gooddata.GoodDataRestException
Construct a GoodDataRestException with specified details.
Grid - Class in com.gooddata.md.report
Grid content (in report definition)
Grid(Collection<String>, Collection<AttributeInGrid>, Collection<GridElement>, Map<String, List<String>>, Collection<Map<String, Object>>) - Constructor for class com.gooddata.md.report.Grid
 
Grid(Collection<String>, Collection<AttributeInGrid>, Collection<GridElement>) - Constructor for class com.gooddata.md.report.Grid
 
GridElement - Class in com.gooddata.md.report
Grid element (metricGroup | URI | AttributeInGrid ...
GridElement(String, String) - Constructor for class com.gooddata.md.report.GridElement
 
GridReportDefinitionContent - Class in com.gooddata.md.report
Grid report definition

H

handlePollResult(P) - Method in interface com.gooddata.PollHandler
Handle result of single polling request.
handlePollResult(T) - Method in class com.gooddata.SimplePollHandler
 

I

identifier(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type identifier and given value.
Integration - Class in com.gooddata.connector
Connector integration (i.e.
Integration(String) - Constructor for class com.gooddata.connector.Integration
 
IntegrationProcessStatus - Class in com.gooddata.connector
Connector process (i.e.
IntegrationProcessStatus(Status, DateTime, DateTime) - Constructor for class com.gooddata.connector.IntegrationProcessStatus
 
isActive() - Method in class com.gooddata.connector.Integration
 
isDefault() - Method in class com.gooddata.md.DisplayForm.Content
 
isDefault() - Method in class com.gooddata.md.DisplayForm
 
isDeprecated() - Method in class com.gooddata.md.AbstractObj
 
isDeprecated() - Method in class com.gooddata.md.Entry
 
isDeprecated() - Method in class com.gooddata.md.Meta
 
isDone() - Method in class com.gooddata.AbstractPollHandlerBase
 
isDone() - Method in class com.gooddata.FutureResult
Checks if the result is available
isDone() - Method in interface com.gooddata.PollHandler
Returns true when the polling is done, false otherwise.
isEnabled() - Method in class com.gooddata.project.Project
 
isEnabled() - Method in class com.gooddata.warehouse.Warehouse
 
isFailed() - Method in class com.gooddata.connector.IntegrationProcessStatus
Returns true when the connector process failed.
isFailed() - Method in class com.gooddata.connector.Status
Returns true when the status means that the connector process failed.
isFinished(ClientHttpResponse) - Method in class com.gooddata.AbstractPollHandlerBase
 
isFinished() - Method in class com.gooddata.connector.IntegrationProcessStatus
Returns true when the connector process has already finished (no matter if it was successful).
isFinished() - Method in class com.gooddata.connector.Status
Returns true when the status means that the connector process has already finished (no matter if it was successful).
isFinished() - Method in class com.gooddata.dataset.PullTaskStatus
 
isFinished(ClientHttpResponse) - Method in interface com.gooddata.PollHandler
Check single polling response if whole polling process should finish.
isLocked() - Method in class com.gooddata.md.AbstractObj
 
isLocked() - Method in class com.gooddata.md.Entry
 
isLocked() - Method in class com.gooddata.md.Meta
 
ISODateTimeDeserializer - Class in com.gooddata.util
Deserializes Joda's DateTime fields from the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).
ISODateTimeDeserializer() - Constructor for class com.gooddata.util.ISODateTimeDeserializer
 
ISODateTimeSerializer - Class in com.gooddata.util
Serializes Joda's DateTime fields to the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).
ISODateTimeSerializer() - Constructor for class com.gooddata.util.ISODateTimeSerializer
 
isPreparing() - Method in class com.gooddata.project.Project
 
isPublic() - Method in class com.gooddata.project.Project
 
isReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
isSuccess() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
isSuccess() - Method in class com.gooddata.dataset.PullTaskStatus
 
isSuccess() - Method in class com.gooddata.model.MaqlDdlTaskStatus
 
isUnlisted() - Method in class com.gooddata.md.AbstractObj
 
isUnlisted() - Method in class com.gooddata.md.Entry
 
isUnlisted() - Method in class com.gooddata.md.Meta
 

J

JDBC_CONNECTION_TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
 

K

Key - Class in com.gooddata.md
Key (primary/foreign) of attribute
Key(String, String) - Constructor for class com.gooddata.md.Key
 

L

LinkEntries - Class in com.gooddata.gdc
Collection of links.
LinkEntries(List<LinkEntries.LinkEntry>) - Constructor for class com.gooddata.gdc.LinkEntries
 
LinkEntries.LinkEntry - Class in com.gooddata.gdc
 
listDatasets(Project) - Method in class com.gooddata.dataset.DatasetService
Lists datasets in project.
listProcesses(Project) - Method in class com.gooddata.dataload.processes.ProcessService
Get list of processes by given project.
listUserProcesses() - Method in class com.gooddata.dataload.processes.ProcessService
Get list of current user processes by given user account.
listWarehouses() - Method in class com.gooddata.warehouse.WarehouseService
Lists Warehouses.
loadDataset(Project, DatasetManifest, InputStream) - Method in class com.gooddata.dataset.DatasetService
Loads dataset into platform.
loadDataset(Project, String, InputStream) - Method in class com.gooddata.dataset.DatasetService
LOGIN_TEMPLATE - Static variable in class com.gooddata.account.Account
 
LOGIN_URI - Static variable in class com.gooddata.account.Account
 
logout() - Method in class com.gooddata.account.AccountService
Performs user logout.
logout() - Method in class com.gooddata.GoodData
Logout from GoodData Platform

M

mapper - Variable in class com.gooddata.AbstractService
 
MaqlDdl - Class in com.gooddata.model
MAQL DDL statement.
MaqlDdl(String) - Constructor for class com.gooddata.model.MaqlDdl
 
MaqlDdlTaskStatus - Class in com.gooddata.model
MAQL DDL asynchronous task status.
mergeUris(URI) - Method in class com.gooddata.UriPrefixer
Return merged URI prefix (hostname and port) with the given URI (path, query, and fragment URI parts)
mergeUris(String) - Method in class com.gooddata.UriPrefixer
Return merged URI prefix (hostname and port) with the given URI string (path, query, and fragment URI parts)
message - Variable in class com.gooddata.gdc.ErrorStructure
 
meta - Variable in class com.gooddata.md.AbstractObj
 
Meta - Class in com.gooddata.md
Metadata meta information (meant just for internal SDK usage)
Meta(String, String, DateTime, DateTime, String, String, String, String, String, boolean, String, boolean, boolean) - Constructor for class com.gooddata.md.Meta
 
Meta(String) - Constructor for class com.gooddata.md.Meta
 
Meta(String, String) - Constructor for class com.gooddata.md.Meta
 
MetadataService - Class in com.gooddata.md
Query, create and update project metadata - attributes, facts, metrics, reports,...
MetadataService(RestTemplate) - Constructor for class com.gooddata.md.MetadataService
 
Metric - Class in com.gooddata.md
Metric
Metric(String, String, String) - Constructor for class com.gooddata.md.Metric
 
ModelDiff - Class in com.gooddata.model
Model diff including MAQL DDL.
ModelException - Exception in com.gooddata.model
Represents error in ModelService
ModelException(String) - Constructor for exception com.gooddata.model.ModelException
 
ModelException(String, Throwable) - Constructor for exception com.gooddata.model.ModelException
 
ModelService - Class in com.gooddata.model
Service for manipulating with project model
ModelService(RestTemplate) - Constructor for class com.gooddata.model.ModelService
 

N

noNullElements(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the collection contains null elements (or is null), otherwise returns the collection.
noNullElements(T[], String) - Static method in class com.gooddata.util.Validate
 
NonUniqueObjException - Exception in com.gooddata.md
More than a single obj instance was found
NonUniqueObjException(Class<T>, Collection<String>) - Constructor for exception com.gooddata.md.NonUniqueObjException
Construct a new instance of NonUniqueObjException.
noopRequestCallback - Variable in class com.gooddata.AbstractService
 
notEmpty(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the char sequence is empty, otherwise returns the char sequence.
notNull(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the value is null, otherwise returns the value.

O

Obj - Interface in com.gooddata.md
Metadata object
OBJ_TEMPLATE - Static variable in interface com.gooddata.md.Obj
 
OBJ_URI - Static variable in interface com.gooddata.md.Obj
 
ObjCreateException - Exception in com.gooddata.md
Metadata object couldn't be created
ObjCreateException(T, Throwable) - Constructor for exception com.gooddata.md.ObjCreateException
Construct a new instance of ObjCreateException.
ObjCreateException(String, T) - Constructor for exception com.gooddata.md.ObjCreateException
Construct a new instance of ObjCreateException.
ObjNotFoundException - Exception in com.gooddata.md
Metadata object of the given URI doesn't exist
ObjNotFoundException(String, Class<T>, Exception) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjNotFoundException(Class<T>) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
OneNumberReportDefinitionContent - Class in com.gooddata.md.report
One number report definition
onFinish() - Method in class com.gooddata.AbstractPollHandlerBase
Method called after polling is successfully finished (default no-op)

P

parameters - Variable in class com.gooddata.gdc.ErrorStructure
 
pollClass - Variable in class com.gooddata.AbstractPollHandlerBase
 
PollHandler<P,R> - Interface in com.gooddata
For internal use by services employing polling.
ProcessExecution - Interface in com.gooddata.connector
Connector process execution (i.e.
ProcessExecution - Class in com.gooddata.dataload.processes
Dataload process execution.
ProcessExecution(DataloadProcess, String) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecutionDetail - Class in com.gooddata.dataload.processes
Dataload process execution detail.
ProcessExecutionException - Exception in com.gooddata.dataload.processes
Represents failure during process execution
ProcessExecutionException(String) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, ProcessExecutionDetail) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, Throwable, String) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessNotFoundException - Exception in com.gooddata.dataload.processes
Process of the given URI doesn't exist
ProcessNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessNotFoundException
 
ProcessService - Class in com.gooddata.dataload.processes
Service to manage dataload processes and process executions.
ProcessService(RestTemplate, AccountService) - Constructor for class com.gooddata.dataload.processes.ProcessService
Sets RESTful HTTP Spring template.
ProcessStatus - Class in com.gooddata.connector
Connector process (i.e.
ProcessType - Enum in com.gooddata.dataload.processes
Represents type of dataload process.
Project - Class in com.gooddata.project
Project in GoodData platform
Project(String, String) - Constructor for class com.gooddata.project.Project
 
Project(String, String, String) - Constructor for class com.gooddata.project.Project
 
ProjectNotFoundException - Exception in com.gooddata.project
Project of the given URI doesn't exist
ProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.ProjectNotFoundException
 
Projects - Class in com.gooddata.project
 
Projects(Collection<Project>) - Constructor for class com.gooddata.project.Projects
 
PROJECTS_URI - Static variable in class com.gooddata.project.Project
 
ProjectService - Class in com.gooddata.project
List projects, create a project, ...
ProjectService(RestTemplate, AccountService) - Constructor for class com.gooddata.project.ProjectService
Constructs service for GoodData project management (list projects, create a project, ...).
ProjectTemplate - Class in com.gooddata.project
Project template.
ProjectTemplate(String, String, String) - Constructor for class com.gooddata.project.ProjectTemplate
 
Pull - Class in com.gooddata.dataset
ETL Pull DTO (for internal use).
Pull(String) - Constructor for class com.gooddata.dataset.Pull
 
PullTask - Class in com.gooddata.dataset
ETL Pull task (for internal use).
PullTaskStatus - Class in com.gooddata.dataset
ETL Pull task status (for internal use).

Q

Query - Class in com.gooddata.md
Metadata query result
Queryable - Interface in com.gooddata.md
Marker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).

R

removeProcess(DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Delete given process
removeProject(Project) - Method in class com.gooddata.project.ProjectService
Removes given project
removeWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Delete Warehouse.
Report - Class in com.gooddata.md.report
Report
Report(String, ReportDefinition...) - Constructor for class com.gooddata.md.report.Report
 
ReportDefinition - Class in com.gooddata.md.report
Report definition
ReportDefinitionContent - Class in com.gooddata.md.report
Report definition content
ReportDefinitionContent(String, Grid) - Constructor for class com.gooddata.md.report.ReportDefinitionContent
 
ReportException - Exception in com.gooddata.report
Exception during report export
ReportException(String) - Constructor for exception com.gooddata.report.ReportException
 
ReportException(String, Throwable) - Constructor for exception com.gooddata.report.ReportException
 
ReportExportFormat - Enum in com.gooddata.report
Format of exported report
ReportRequest - Class in com.gooddata.report
Report execution request.
ReportRequest(String) - Constructor for class com.gooddata.report.ReportRequest
 
ReportService - Class in com.gooddata.report
Service for report execution and export
ReportService(RestTemplate) - Constructor for class com.gooddata.report.ReportService
 
requestId - Variable in class com.gooddata.gdc.ErrorStructure
 
Restriction - Class in com.gooddata.md
Metadata query restriction.
restTemplate - Variable in class com.gooddata.AbstractService
 
resultClass - Variable in class com.gooddata.AbstractPollHandlerBase
 

S

serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.BooleanIntegerSerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.BooleanStringSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.GDDateTimeSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.ISODateTimeSerializer
 
setActive(boolean) - Method in class com.gooddata.connector.Integration
 
setApiUrl(String) - Method in class com.gooddata.connector.Zendesk4Settings
 
setColumnName(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setConstraints(Map<String, String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setDescription(String) - Method in class com.gooddata.warehouse.Warehouse
 
setFile(String) - Method in class com.gooddata.dataset.DatasetManifest
 
setMapping(String, String) - Method in class com.gooddata.dataset.DatasetManifest
Map the given CSV column name to the dataset field
setName(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setParts(List<DatasetManifest.Part>) - Method in class com.gooddata.dataset.DatasetManifest
 
setPopulates(List<String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setProjectTemplate(String) - Method in class com.gooddata.connector.Integration
 
setProjectTemplate(String) - Method in class com.gooddata.project.Project
 
setReferenceKey(boolean) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setResult(R) - Method in class com.gooddata.AbstractPollHandlerBase
 
Settings - Interface in com.gooddata.connector
Connector integration settings.
setTitle(String) - Method in class com.gooddata.warehouse.Warehouse
 
setType(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setUploadMode(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setUploadMode(UploadMode) - Method in class com.gooddata.dataset.DatasetManifest
Set upload mode for all parts of this dataset manifest
SimplePollHandler<T> - Class in com.gooddata
For internal use by services employing polling.
SimplePollHandler(String, Class) - Constructor for class com.gooddata.SimplePollHandler
Creates a new instance of polling handler
Status - Class in com.gooddata.connector
Connector process status.
Status.Code - Enum in com.gooddata.connector
Enum of connector process status codes
summary(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type summary and given value.

T

TEMPLATE - Static variable in class com.gooddata.account.Account
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
TEMPLATE - Static variable in class com.gooddata.project.Project
 
TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
 
title(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type title and given value.
toString() - Method in class com.gooddata.gdc.ErrorStructure
 
trace - Variable in class com.gooddata.gdc.ErrorStructure
 

U

updateProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
Update process with given data by given project.
updateProjectModel(Project, ModelDiff) - Method in class com.gooddata.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.model.ModelService
Update project model with the given update script (MAQL).
updateProjectModel(Project, String...) - Method in class com.gooddata.model.ModelService
Update project model with the given update script(s) (MAQL).
updateProjectModel(Project, Collection<String>) - Method in class com.gooddata.model.ModelService
Update project model with the given update script(s) (MAQL).
updateSettings(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
Update integration settings
updateWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Updates given Warehouse.
upload(String, InputStream) - Method in class com.gooddata.gdc.DataStoreService
Uploads given stream to given datastore path
UploadMode - Enum in com.gooddata.dataset
 
URI - Static variable in class com.gooddata.account.Account
 
URI - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
URI - Static variable in class com.gooddata.dataset.DatasetManifest
 
URI - Static variable in class com.gooddata.dataset.Datasets
 
URI - Static variable in class com.gooddata.dataset.Pull
 
URI - Static variable in class com.gooddata.dataset.PullTask
 
URI - Static variable in class com.gooddata.gdc.Gdc
URI of GoodData API root
URI - Static variable in interface com.gooddata.md.Obj
 
URI - Static variable in class com.gooddata.md.Query
 
URI - Static variable in class com.gooddata.model.DiffRequest
 
URI - Static variable in class com.gooddata.model.MaqlDdl
 
URI - Static variable in class com.gooddata.project.Project
 
URI - Static variable in class com.gooddata.project.Projects
 
URI - Static variable in class com.gooddata.project.ProjectTemplate
 
URI - Static variable in class com.gooddata.report.ReportRequest
 
URI - Static variable in class com.gooddata.warehouse.Warehouse
 
uriFromExecutionUri(URI) - Static method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
UriPrefixer - Class in com.gooddata
Used internally by GoodData SDK to hold and set URI prefix (hostname and port) of all requests.
UriPrefixer(URI) - Constructor for class com.gooddata.UriPrefixer
Construct URI prefixer using given URI prefix (just hostname and port is used)
UriPrefixer(String) - Constructor for class com.gooddata.UriPrefixer
Construct URI prefixer using given URI prefix (just hostname and port is used)
UriResponse - Class in com.gooddata.gdc
Response containing URI
UriResponse(String) - Constructor for class com.gooddata.gdc.UriResponse
 
uris(T...) - Static method in class com.gooddata.md.AbstractObj
Get list of URIs of the given Objs
URL - Static variable in class com.gooddata.connector.Integration
 
URL - Static variable in class com.gooddata.connector.ProcessStatus
 
URL - Static variable in interface com.gooddata.connector.Settings
 

V

Validate - Class in com.gooddata.util
Argument validation helper methods used internally by GoodData SDK.
Validate() - Constructor for class com.gooddata.util.Validate
 
valueOf(String) - Static method in enum com.gooddata.connector.ConnectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.connector.Status.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.connector.Zendesk4Settings.Zendesk4Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.dataload.processes.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.dataset.UploadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.report.ReportExportFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gooddata.connector.ConnectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.connector.Status.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.connector.Zendesk4Settings.Zendesk4Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.dataload.processes.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.dataset.UploadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.report.ReportExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT_BEFORE_RETRY_IN_MILLIS - Static variable in class com.gooddata.AbstractService
 
Warehouse - Class in com.gooddata.warehouse
Warehouse
Warehouse(String, String) - Constructor for class com.gooddata.warehouse.Warehouse
 
Warehouse(String, String, String) - Constructor for class com.gooddata.warehouse.Warehouse
 
WarehouseNotFoundException - Exception in com.gooddata.warehouse
Warehouse instance doesn't exist.
WarehouseNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseNotFoundException
 
WarehouseService - Class in com.gooddata.warehouse
Provide access to warehouse API - create, update, list and delete warehouses.
WarehouseService(RestTemplate, String, int) - Constructor for class com.gooddata.warehouse.WarehouseService
Sets RESTful HTTP Spring template.

Z

Zendesk4ProcessExecution - Class in com.gooddata.connector
Zendesk 4 (Insights) connector process execution (i.e.
Zendesk4ProcessExecution() - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution
 
Zendesk4Settings - Class in com.gooddata.connector
Zendesk 4 (Insights) connector settings.
Zendesk4Settings(String) - Constructor for class com.gooddata.connector.Zendesk4Settings
 
Zendesk4Settings(String, String, String, String) - Constructor for class com.gooddata.connector.Zendesk4Settings
 
Zendesk4Settings.Zendesk4Type - Enum in com.gooddata.connector
Type of Zendesk account.
zip(File, OutputStream) - Static method in class com.gooddata.util.ZipUtils
This method compresses the input file to zip format.
zip(File, OutputStream, boolean) - Static method in class com.gooddata.util.ZipUtils
This method compresses the input file to zip format.
ZipUtils - Class in com.gooddata.util
Utility class for manipulating zip archives.
ZipUtils() - Constructor for class com.gooddata.util.ZipUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 

Copyright © 2014. All Rights Reserved.