Skip navigation links
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

AboutLinks - Class in com.gooddata.gdc
Collection of links with "about" metadata.
AboutLinks(String, String, String, List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.AboutLinks
 
AboutLinks.Link - Class in com.gooddata.gdc
Link with metadata.
AbstractMaql - Class in com.gooddata.gdc
Abstract MAQL statement.
AbstractMaql(String) - Constructor for class com.gooddata.gdc.AbstractMaql
 
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
 
Account - Class in com.gooddata.account
Account setting
Account(String, String, Account.Links) - Constructor for class com.gooddata.account.Account
 
Account(String, String, String, String) - Constructor for class com.gooddata.account.Account
Account creation constructor
AccountNotFoundException - Exception in com.gooddata.account
Account doesn't exist.
AccountNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.account.AccountNotFoundException
 
ACCOUNTS_TEMPLATE - Static variable in class com.gooddata.account.Account
 
ACCOUNTS_URI - Static variable in 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.
add(E) - Method in class com.gooddata.collections.PageableList
 
add(int, E) - Method in class com.gooddata.collections.PageableList
 
addAll(Collection<? extends E>) - Method in class com.gooddata.collections.PageableList
 
addAll(int, Collection<? extends E>) - Method in class com.gooddata.collections.PageableList
 
addBccAddress(String) - Method in class com.gooddata.md.ScheduledMail
 
addDashboardAttachment(String, Integer, String, String...) - Method in class com.gooddata.md.ScheduledMail
 
addFlag(String, boolean) - Method in class com.gooddata.featureflag.FeatureFlags
Adds the feature flag of given name and given value.
addParam(String, String) - Method in class com.gooddata.dataload.processes.Schedule
 
addReportAttachment(ReportDefinition, Map<String, String>, String...) - Method in class com.gooddata.md.ScheduledMail
 
addReportAttachment(ReportDefinition, Map<String, String>, ReportExportFormat...) - Method in class com.gooddata.md.ScheduledMail
 
addToAddress(String) - Method in class com.gooddata.md.ScheduledMail
 
addUserToWarehouse(Warehouse, WarehouseUser) - Method in class com.gooddata.warehouse.WarehouseService
Add given user to given warehouse.
ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
 
AGGREGATED_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.featureflag.FeatureFlags
 
AGGREGATED_FEATURE_FLAGS_URI - Static variable in class com.gooddata.featureflag.FeatureFlags
 
arrayToStringArray(ReportExportFormat...) - Static method in enum com.gooddata.report.ReportExportFormat
 
asMap() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
Returns map of tuples <ID, value>.
AsyncTask - Class in com.gooddata.gdc
Asynchronous task containing link for polling.
AsyncTask(String) - Constructor for class com.gooddata.gdc.AsyncTask
 
Attachment - Class in com.gooddata.md
Common ancestor to ScheduledMail attachments.
Attachment(String) - Constructor for class com.gooddata.md.Attachment
 
Attribute - Class in com.gooddata.md
Attribute of GoodData project dataset
AttributeDisplayForm - Class in com.gooddata.md
Display form of attribute
AttributeElement - Class in com.gooddata.md
Represent one element of attribute values
AttributeInGrid - Class in com.gooddata.md.report
Attribute in Grid
AttributeInGrid(String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Deprecated.
because empty alias does not make much sense
AttributeInGrid(String, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new instance.
AttributeInGrid(String, String, List<List<Total>>) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new instance.
AttributeInGrid(DisplayForm) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given DisplayForm's uri and it's title as alias.
AttributeInGrid(DisplayForm, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given DisplayForm's uri and given alias.
AttributeInGrid(Attribute) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and Attribute's title as alias.
AttributeInGrid(Attribute, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and given alias.
Authentication - Interface in com.gooddata
User authentication strategy.

B

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

C

clear() - Method in class com.gooddata.collections.PageableList
 
Column - Class in com.gooddata.md
Represents physical data model column.
com.gooddata - package com.gooddata
 
com.gooddata.account - package com.gooddata.account
 
com.gooddata.authentication - package com.gooddata.authentication
 
com.gooddata.collections - package com.gooddata.collections
 
com.gooddata.connector - package com.gooddata.connector
 
com.gooddata.dataload - package com.gooddata.dataload
 
com.gooddata.dataload.processes - package com.gooddata.dataload.processes
 
com.gooddata.dataset - package com.gooddata.dataset
 
com.gooddata.featureflag - package com.gooddata.featureflag
 
com.gooddata.gdc - package com.gooddata.gdc
 
com.gooddata.md - package com.gooddata.md
 
com.gooddata.md.maintenance - package com.gooddata.md.maintenance
 
com.gooddata.md.report - package com.gooddata.md.report
 
com.gooddata.model - package com.gooddata.model
 
com.gooddata.notification - package com.gooddata.notification
 
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.
contains(Object) - Method in class com.gooddata.collections.PageableList
 
containsAll(Collection<?>) - Method in class com.gooddata.collections.PageableList
 
content - Variable in class com.gooddata.md.AttributeDisplayForm
 
content - Variable in class com.gooddata.md.DisplayForm
 
Content(String, String, String, String) - Constructor for class com.gooddata.md.DisplayForm.Content
 
Content(Collection<Key>, Collection<Key>, Collection<DisplayForm>, String, String, AttributeSort, String, Collection<String>, Collection<String>, Collection<String>, String, String, Collection<String>, Collection<String>) - Constructor for class com.gooddata.md.NestedAttribute.Content
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Static method in class com.gooddata.md.report.GridReportDefinitionContent
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.md.report.GridReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>) - Static method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
CREATE_URI - Static variable in interface com.gooddata.md.Obj
 
createAccount(Account, String) - Method in class com.gooddata.account.AccountService
Creates new account in given organization (domain).
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in interface com.gooddata.Authentication
Authenticate user
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in class com.gooddata.authentication.LoginPasswordAuthentication
 
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in class com.gooddata.authentication.SstAuthentication
 
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
createList(List<E>, Paging, Map<String, String>) - Method in class com.gooddata.collections.PageableListDeserializer
 
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.
createProcess(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process without data.
createProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process from appstore.
createProject(Project) - Method in class com.gooddata.project.ProjectService
Create new project.
createProjectFeatureFlag(Project, ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Creates new feature flag for given project.
createSchedule(Project, Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Create new schedule with given data by given project.
createWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Create new warehouse.
CURRENT_ID - Static variable in class com.gooddata.account.Account
 

D

DashboardAttachment - Class in com.gooddata.md
Attachment to ScheduledMail represents dashboard-related information for the schedule.
DashboardAttachment(String, Integer, String, String...) - Constructor for class com.gooddata.md.DashboardAttachment
 
DATA_ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
 
DataLoadingColumn - Class in com.gooddata.md
Represents datasets' loading column.
DataloadProcess - Class in com.gooddata.dataload.processes
Dataload process.
DataloadProcess(String, String) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
DataloadProcess(String, String, String) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
Use this constructor, when you want to deploy process from appstore.
DataloadProcess(String, ProcessType) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
Dataset - Class in com.gooddata.dataset
Deprecated.
use AboutLinks.Link instead
Dataset(String, String, String) - Constructor for class com.gooddata.dataset.Dataset
Deprecated.
 
Dataset - Class in com.gooddata.md
Represents metadata 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
 
DatasetException(String, Collection<String>, Throwable) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetException(String, Collection<String>) - 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, InputStream) - Constructor for class com.gooddata.dataset.DatasetManifest
Create dataset upload manifest.
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) - Constructor for exception com.gooddata.dataset.DatasetNotFoundException
 
DatasetNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataset.DatasetNotFoundException
 
DatasetService - Class in com.gooddata.dataset
Service to work with datasets, manifests and dataset uploads.
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(HttpClient, RestTemplate, GdcService, String) - Constructor for class com.gooddata.gdc.DataStoreService
Creates new DataStoreService
DEFAULT_LIMIT - Static variable in class com.gooddata.collections.PageRequest
 
defaultToString(Object, String...) - Static method in class com.gooddata.util.GoodDataToStringBuilder
creates String representation of an object using reflection to get fields of an object.
delete(String) - Method in class com.gooddata.gdc.DataStoreService
Delete given path from datastore.
deleteProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Deletes existing project feature flag.
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.collections.PageableListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.BooleanDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.GDDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.GDDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.ISODateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.TagsDeserializer
 
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
 
Dimension - Class in com.gooddata.md
Represents metadata dimension.
DisplayForm - Class in com.gooddata.md
Display form
DisplayForm(Meta, DisplayForm.Content, DisplayForm.Links) - Constructor for class com.gooddata.md.DisplayForm
 
DisplayForm.Content - Class in com.gooddata.md
 
DisplayForm.Links - Class in com.gooddata.md
 
download(String) - Method in class com.gooddata.gdc.DataStoreService
Download given path and return data as stream
DownloadParams(Boolean, Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Boolean) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 

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, Set<String>, DateTime, DateTime, Boolean, Boolean) - Constructor for class com.gooddata.md.Entry
 
Environment - Enum in com.gooddata.project
Optional property for project or warehouse create, the property is ignored during update.
equals(Object) - Method in class com.gooddata.collections.PageRequest
 
equals(Object) - Method in class com.gooddata.featureflag.FeatureFlag
 
equals(Object) - Method in class com.gooddata.featureflag.FeatureFlags
 
equals(Object) - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
equals(Object) - Method in class com.gooddata.GoodDataSettings
 
equals(Object) - Method in class com.gooddata.md.Attachment
 
equals(Object) - Method in class com.gooddata.md.AttributeElement
 
equals(Object) - Method in class com.gooddata.md.DashboardAttachment
 
equals(String) - Static method in class com.gooddata.md.report.MetricGroup
 
equals(Object) - Method in class com.gooddata.md.report.MetricGroup
 
equals(Object) - Method in class com.gooddata.md.ReportAttachment
 
equals(Object) - Method in class com.gooddata.md.ScheduledMailWhen
 
equals(Object) - Method in class com.gooddata.notification.ProjectEvent
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResult
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationType
 
equals(Object) - Method in class com.gooddata.project.Role
 
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
ExportImportException - Exception in com.gooddata.md.maintenance
Exception thrown by ExportImportService when some task failed.
ExportImportException(String) - Constructor for exception com.gooddata.md.maintenance.ExportImportException
 
ExportImportException(String, Throwable) - Constructor for exception com.gooddata.md.maintenance.ExportImportException
 
ExportImportService - Class in com.gooddata.md.maintenance
Service providing metadata export/import tasks.
ExportImportService(RestTemplate) - Constructor for class com.gooddata.md.maintenance.ExportImportService
 
EXPORTING_URI - Static variable in class com.gooddata.report.ReportService
 
exportReport(ReportDefinition, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
Export the given report definition in the given format to the given output strream
exportReport(Report, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
Export the given report in the given format to the given output strream
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
FeatureFlag - Class in com.gooddata.featureflag
Feature flag is a boolean flag used for enabling / disabling some specific feature of GoodData platform.
FeatureFlag(String, boolean) - Constructor for class com.gooddata.featureflag.FeatureFlag
 
FeatureFlags - Class in com.gooddata.featureflag
 
FeatureFlags() - Constructor for class com.gooddata.featureflag.FeatureFlags
 
FeatureFlagService - Class in com.gooddata.featureflag
Provides feature flag management.
FeatureFlagService(RestTemplate) - Constructor for class com.gooddata.featureflag.FeatureFlagService
Constructs service for GoodData feature flags management.
Filter - Class in com.gooddata.md.report
Filter (in report definition)
Filter(String) - Constructor for class com.gooddata.md.report.Filter
 
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.
findUris(Project, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata URIs by restrictions.
FORMAT - Static variable in class com.gooddata.md.report.GridReportDefinitionContent
 
FORMAT - Static variable in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
FutureResult<T> - Interface in com.gooddata
Represents the result retrieved by polling on the REST API.

G

Gdc - Class in com.gooddata.gdc
Deprecated.
use RootLinks instead
Gdc(List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.Gdc
Deprecated.
 
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
Service to work with GoodData API root.
GdcService(RestTemplate) - Constructor for class com.gooddata.gdc.GdcService
 
GDDateDeserializer - Class in com.gooddata.util
Deserializes to Joda's LocalDate fields from the GoodData date time format (yyyy-MM-dd).
GDDateDeserializer() - Constructor for class com.gooddata.util.GDDateDeserializer
 
GDDateSerializer - Class in com.gooddata.util
Serializes from Joda's LocalDate fields to the GoodData date time format (yyyy-MM-dd).
GDDateSerializer() - Constructor for class com.gooddata.util.GDDateSerializer
 
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(int) - Method in class com.gooddata.collections.PageableList
 
get() - Method in interface com.gooddata.FutureResult
Wait for the result to be available and return it's value
get(long, TimeUnit) - Method in interface com.gooddata.FutureResult
Wait for the result to be available up to given time and return it's value
get() - Method in class com.gooddata.PollResult
 
get(long, TimeUnit) - Method in class com.gooddata.PollResult
 
getAccountById(String) - Method in class com.gooddata.account.AccountService
Get account for given account id
getAccountByUri(String) - Method in class com.gooddata.account.AccountService
Get account for given account id
getAccountLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getAccountService() - Method in class com.gooddata.GoodData
Get initialized service for account management (to get current account information, logout, ...)
getAccountUri() - Method in exception com.gooddata.account.AccountNotFoundException
 
getAccountUri() - Method in class com.gooddata.gdc.RootLinks
Get account manipulation resource URI string
getActiveDataLoad() - Method in class com.gooddata.md.Table
 
getAlias() - Method in class com.gooddata.md.report.AttributeInGrid
 
getAlias() - Method in class com.gooddata.md.report.MetricElement
 
getAllTabs() - Method in class com.gooddata.md.DashboardAttachment
 
getApiUrl() - Method in class com.gooddata.connector.Zendesk4Settings
 
getAttachments() - Method in class com.gooddata.md.ScheduledMail
 
getAttributeElements(Attribute) - Method in class com.gooddata.md.MetadataService
Fetches attribute elements for given attribute using default display form.
getAttributeElements(DisplayForm) - Method in class com.gooddata.md.MetadataService
Fetches attribute elements by given display form.
getAttributes() - Method in class com.gooddata.md.Dataset
 
getAttributes() - Method in class com.gooddata.md.Dimension
 
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.RootLinks
Deprecated.
getAvailableElementsUri() - Method in class com.gooddata.gdc.RootLinks
Get URI string of resource used to determine valid attribute values in the context of a report
getAvailableProjectValidationTypes(Project) - Method in class com.gooddata.project.ProjectService
Get available validation types for project.
getBccAddresses() - Method in class com.gooddata.md.ScheduledMail
 
getBody() - Method in class com.gooddata.md.ScheduledMail
 
getCategory() - Method in class com.gooddata.gdc.AboutLinks
 
getCategory() - Method in class com.gooddata.gdc.AboutLinks.Link
 
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
 
getCategory() - Method in class com.gooddata.project.ProjectValidationResult
 
getClearCachesLink() - Method in class com.gooddata.project.Project
Deprecated.
getClearCachesUri() - Method in class com.gooddata.project.Project
 
getClientId() - Method in class com.gooddata.dataload.OutputStage
get client ID
getCluster() - Method in class com.gooddata.project.Project
 
getCode() - Method in class com.gooddata.connector.Status
 
getColumn() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
getColumnName() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getColumns() - Method in class com.gooddata.md.report.Grid
 
getColumnUri() - Method in class com.gooddata.md.DataLoadingColumn
 
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
getCompositeAttribute() - Method in class com.gooddata.md.NestedAttribute.Content
 
getCompositeAttribute() - Method in class com.gooddata.md.NestedAttribute
 
getCompositeAttributePk() - Method in class com.gooddata.md.NestedAttribute.Content
 
getCompositeAttributePk() - Method in class com.gooddata.md.NestedAttribute
 
getConnectionRequestTimeout() - Method in class com.gooddata.GoodDataSettings
Returns the timeout in milliseconds used when requesting a connection from the connection manager.
getConnectionTimeout() - Method in class com.gooddata.GoodDataSettings
Milliseconds until connection established.
getConnectionUrl() - Method in class com.gooddata.warehouse.Warehouse
Gets the JDBC connection string.
getConnectorService() - Method in class com.gooddata.GoodData
Get initialized service for connector integration management (create, update, start process, ...).
getConnectorsLink() - Method in class com.gooddata.project.Project
Deprecated.
getConnectorsUri() - Method in class com.gooddata.project.Project
 
getConnectorType() - Method in exception com.gooddata.connector.IntegrationNotFoundException
 
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
 
getConsecutiveFailedExecutionCount() - Method in class com.gooddata.dataload.processes.Schedule
 
getConstraints() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getContent() - Method in class com.gooddata.md.MaqlAst
 
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
 
getCreatedAt() - Method in class com.gooddata.dataset.Upload
 
getCreatedBy() - Method in class com.gooddata.warehouse.Warehouse
 
getCron() - Method in class com.gooddata.dataload.processes.Schedule
 
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
 
getDataLoadingColumns() - Method in class com.gooddata.md.Dataset
 
getDataLoadLink() - Method in class com.gooddata.project.Project
Deprecated.
getDataloadProcessUri() - Method in class com.gooddata.dataload.OutputStage
 
getDataLoads() - Method in class com.gooddata.md.Table
 
getDataLoadUri() - Method in class com.gooddata.project.Project
 
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
getDatasets() - Method in exception com.gooddata.dataset.DatasetException
Get datasets.
getDatasetService() - Method in class com.gooddata.GoodData
Get initialized service for dataset management (to list manifest, get datasets, load dataset, ...)
getDataSourceLocation() - Method in class com.gooddata.md.TableDataLoad
 
getDataStoreService() - Method in class com.gooddata.GoodData
Get initialized service for data store (user staging/WebDAV) management (to upload, download, delete, ...)
getDataUploadsLink() - Method in class com.gooddata.md.Dataset
Deprecated.
getDataUploadsUri() - Method in class com.gooddata.md.Dataset
 
getDBName() - Method in class com.gooddata.md.Column
 
getDBName() - Method in class com.gooddata.md.Table
 
getDefaultDisplayForm() - Method in class com.gooddata.md.NestedAttribute
 
getDefaultWarehouseSchema(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
get default warehouse schema
getDefinitions() - Method in class com.gooddata.md.report.Report
 
getDeprecated() - Method in class com.gooddata.md.Entry
 
getDescription() - Method in class com.gooddata.connector.Status
 
getDescription() - Method in class com.gooddata.warehouse.Warehouse
 
getDescription() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getDetail() - Method in class com.gooddata.connector.Status
 
getDimensionLink() - Method in class com.gooddata.md.NestedAttribute.Content
getDimensionLink() - Method in class com.gooddata.md.NestedAttribute
Deprecated.
getDimensionUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDimensionUri() - Method in class com.gooddata.md.NestedAttribute
 
getDirection() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDirection() - Method in class com.gooddata.md.NestedAttribute
 
getDisplayForms() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDisplayForms() - Method in class com.gooddata.md.NestedAttribute
 
getDomains() - Method in class com.gooddata.md.report.Report
 
getDownloadParams() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getDrillAcrossStepAttributeDisplayFormUri() - Method in class com.gooddata.md.report.MetricElement
 
getDrillDownStepDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute.Content
getDrillDownStepDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute
 
getDriver() - Method in class com.gooddata.project.Project
 
getElements() - Method in class com.gooddata.md.DisplayForm.Links
 
getElementsLink() - Method in class com.gooddata.md.DisplayForm
Deprecated.
getElementsUri() - Method in class com.gooddata.md.DisplayForm
 
getEmail() - Method in class com.gooddata.account.Account
 
getEmail() - Method in class com.gooddata.project.User
 
getEntries() - Method in class com.gooddata.gdc.LinkEntries
 
getEntries() - Method in class com.gooddata.md.Query
 
getEnvironment() - Method in class com.gooddata.project.Project
 
getEnvironment() - Method in class com.gooddata.warehouse.Warehouse
 
getError() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
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
 
getErrorCode() - Method in exception com.gooddata.GoodDataRestException
Get the code of the error
getErrorId() - Method in class com.gooddata.gdc.ErrorStructure
 
getEventStoresLink() - Method in class com.gooddata.project.Project
Deprecated.
getEventStoresUri() - Method in class com.gooddata.project.Project
 
getExecutable() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getExecutable() - Method in class com.gooddata.dataload.processes.Schedule
 
getExecutables() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExecuteLink() - Method in class com.gooddata.project.Project
Deprecated.
getExecuteUri() - Method in class com.gooddata.project.Project
 
getExecutionContext() - Method in class com.gooddata.md.DashboardAttachment
 
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
Deprecated.
getExecutionsUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExecutionUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getExplainLink() - Method in class com.gooddata.md.report.ReportDefinition
Deprecated.
getExplainUri() - Method in class com.gooddata.md.report.ReportDefinition
 
getExportImportService() - Method in class com.gooddata.GoodData
Get initialized service for metadata export/import.
getExportOptions() - Method in class com.gooddata.md.ReportAttachment
Options which modify default export behavior.
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
 
getExpression() - Method in class com.gooddata.md.report.Filter
 
getExpressions() - Method in class com.gooddata.md.Fact
 
getFacts() - Method in class com.gooddata.md.Dataset
 
getFeatureFlagService() - Method in class com.gooddata.GoodData
Get initialized service for feature flag management.
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
 
getFirstName() - Method in class com.gooddata.project.User
 
getFk() - Method in class com.gooddata.md.NestedAttribute.Content
 
getFolders() - Method in class com.gooddata.md.Fact
URIs of folders containing this object
getFolders() - Method in class com.gooddata.md.Metric
URIs of folders containing this object
getFolders() - Method in class com.gooddata.md.NestedAttribute.Content
 
getFolders() - Method in class com.gooddata.md.NestedAttribute
URIs of folders containing this object
getForeignKeys() - Method in class com.gooddata.md.NestedAttribute
 
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.MetricElement
 
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
 
getFormats() - Method in class com.gooddata.md.ReportAttachment
 
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
Deprecated.
getGdcService() - Method in class com.gooddata.GoodData
Get initialized service for API root management (to get API root links, ...)
getGrain() - Method in class com.gooddata.md.NestedAttribute.Content
 
getGrain() - Method in class com.gooddata.md.NestedAttribute
 
getGrantedPermissions() - Method in class com.gooddata.project.Role
Returns names of granted permissions.
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
Deprecated.
getGroupsUri() - 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.RootLinks
Deprecated.
getHomeUri() - Method in class com.gooddata.gdc.RootLinks
Get GoodData API root URI string
getHostname() - Method in class com.gooddata.GoodDataEndpoint
 
getHttpClient() - Method in class com.gooddata.GoodData
Get the configured HttpClient used by the library.
getId() - Method in class com.gooddata.account.Account
 
getId() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getId() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getId() - Method in class com.gooddata.dataload.processes.Schedule
 
getId() - Method in class com.gooddata.project.Project
 
getId() - Method in class com.gooddata.warehouse.Warehouse
 
getId() - Method in class com.gooddata.warehouse.WarehouseUser
 
getIdentifier() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getIdentifier() - Method in class com.gooddata.md.AbstractObj
 
getIdentifier() - Method in class com.gooddata.md.Entry
 
getIdentifier() - Method in class com.gooddata.md.Meta
 
getIdentifier() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
getIdentifier() - Method in class com.gooddata.project.Role
 
getIds() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
getIds() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
getIncremental() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getInstance() - Method in class com.gooddata.gdc.AboutLinks
 
getInstanceUri() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getIntegration(Project, ConnectorType) - Method in class com.gooddata.connector.ConnectorService
Retrieve connector integration
getInvitationsLink() - Method in class com.gooddata.project.Project
Deprecated.
getInvitationsUri() - Method in class com.gooddata.project.Project
 
getLastFinishedProcess() - Method in class com.gooddata.connector.Integration
 
getLastName() - Method in class com.gooddata.account.Account
 
getLastName() - Method in class com.gooddata.project.User
 
getLastSuccessfulProcess() - Method in class com.gooddata.connector.Integration
 
getLastUploadForDataset(Project, String) - Method in class com.gooddata.dataset.DatasetService
Returns last upload for the dataset with given identifier in the given project.
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
Deprecated.
getLdmThumbnailLink() - Method in class com.gooddata.project.Project
Deprecated.
getLdmThumbnailUri() - Method in class com.gooddata.project.Project
 
getLdmUri() - Method in class com.gooddata.project.Project
 
getLength() - Method in class com.gooddata.md.DataLoadingColumn
 
getLevel() - Method in class com.gooddata.project.ProjectValidationResult
 
getLimit() - Method in class com.gooddata.collections.PageRequest
 
getLine() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
getLink() - Method in class com.gooddata.gdc.AboutLinks.Link
Deprecated.
getLink() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
Deprecated.
getLink() - Method in class com.gooddata.md.Entry
Deprecated.
use Entry.getUri() instead
getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute.Content
getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute
 
getLinks() - Method in class com.gooddata.collections.PageableList
Returns map of links.
getLinks() - Method in class com.gooddata.dataload.OutputStage
 
getLinks() - Method in class com.gooddata.gdc.AboutLinks
 
getLinks() - Method in class com.gooddata.warehouse.Warehouse
 
getLinks() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getLinks() - Method in class com.gooddata.warehouse.WarehouseUser
 
getLocked() - Method in class com.gooddata.md.Entry
 
getLogin() - Method in class com.gooddata.account.Account
 
getLogin() - Method in class com.gooddata.project.User
 
getLogin() - Method in class com.gooddata.warehouse.WarehouseUser
 
getLoginLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getLoginUri() - Method in class com.gooddata.gdc.RootLinks
Get authentication service URI string
getLogLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
Deprecated.
getLogUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getMaql() - Method in class com.gooddata.gdc.AbstractMaql
 
getMaqlAst() - Method in class com.gooddata.md.Metric
 
getMaxConnections() - Method in class com.gooddata.GoodDataSettings
Maximum number of connection used
getMessage() - Method in class com.gooddata.dataset.Upload
 
getMessage() - Method in class com.gooddata.gdc.ErrorStructure
 
getMessage() - Method in class com.gooddata.project.ProjectValidationResult
 
getMessages() - Method in class com.gooddata.gdc.TaskStatus
 
getMetadataLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getMetadataLink() - Method in class com.gooddata.project.Project
Deprecated.
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, ...)
getMetadataUri() - Method in class com.gooddata.gdc.RootLinks
Get metadata resources URI string
getMetadataUri() - Method in class com.gooddata.project.Project
 
getMetrics() - Method in class com.gooddata.md.report.Grid
 
getMode() - Method in class com.gooddata.md.Dataset
 
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
 
getName() - Method in class com.gooddata.dataload.processes.Schedule
 
getName() - Method in class com.gooddata.featureflag.FeatureFlag
 
getName() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
getName() - Method in class com.gooddata.md.DataLoadingColumn
 
getName() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
getName() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getNext() - Method in class com.gooddata.collections.Paging
 
getNextExecutionTime() - Method in class com.gooddata.dataload.processes.Schedule
 
getNextPage() - Method in class com.gooddata.collections.PageableList
Returns description of the next page.
getNextUri() - Method in class com.gooddata.collections.Paging
 
getNotificationService() - Method in class com.gooddata.GoodData
Get initialized service for project notifications management.
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.
getOffset() - Method in class com.gooddata.collections.PageRequest
 
getOffset() - Method in class com.gooddata.collections.Paging
 
getOneNumber() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
getOutputStage(Project) - Method in class com.gooddata.dataload.OutputStageService
Get output stage by given project.
getOutputStageByUri(String) - Method in class com.gooddata.dataload.OutputStageService
Get output stage by given URI.
getOutputStageDiffUri() - Method in class com.gooddata.dataload.OutputStage
 
getOutputStagePrefix() - Method in class com.gooddata.dataload.OutputStage
get output stage prefix
getOutputStageService() - Method in class com.gooddata.GoodData
Get initialized service for output stage management.
getPageUri(UriComponentsBuilder) - Method in interface com.gooddata.collections.Page
Creates URI for this page request.
getPageUri(UriComponentsBuilder) - Method in class com.gooddata.collections.PageRequest
 
getPaging() - Method in class com.gooddata.collections.PageableList
Returns description of the current collection page.
getParallelBatchSeconds() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getParallelWorkers() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getParameters() - Method in class com.gooddata.gdc.ErrorStructure
 
getParameters() - Method in class com.gooddata.notification.ProjectEvent
 
getParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getParams() - Method in class com.gooddata.dataload.processes.Schedule
 
getParams() - Method in class com.gooddata.project.ProjectValidationResult
 
getParts() - Method in class com.gooddata.dataset.DatasetManifest
 
getPassword() - Method in class com.gooddata.account.Account
 
getPath() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getPermissions() - Method in class com.gooddata.project.Role
Returns set of permission names this role can have granted.
getPhoneNumber() - Method in class com.gooddata.project.User
 
getPk() - Method in class com.gooddata.md.NestedAttribute.Content
 
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 interface com.gooddata.FutureResult
Get URI used for polling
getPollingUri() - Method in interface com.gooddata.PollHandler
Get URI used for polling.
getPollingUri() - Method in class com.gooddata.PollResult
Get URI used for polling
getPollUri() - Method in class com.gooddata.gdc.TaskStatus
 
getPopulates() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getPort() - Method in class com.gooddata.GoodDataEndpoint
 
getPosition() - Method in class com.gooddata.md.MaqlAst
 
getPrecision() - Method in class com.gooddata.md.DataLoadingColumn
 
getPrimaryKeys() - Method in class com.gooddata.md.NestedAttribute
 
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.
getProcessedAt() - Method in class com.gooddata.dataset.Upload
 
getProcessId() - Method in class com.gooddata.dataload.processes.Schedule
 
getProcessService() - Method in class com.gooddata.GoodData
Get initialized service for dataload processes management and process executions.
getProcessSource(DataloadProcess, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
Get process source data.
getProcessStatus(IntegrationProcessStatus) - Method in class com.gooddata.connector.ConnectorService
Gets status of provided connector process.
getProfile() - Method in class com.gooddata.warehouse.WarehouseUser
 
getProgress() - Method in class com.gooddata.dataset.Upload
 
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.
getProjectFeatureFlag(Project, String) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns project feature flag (only project scoped flags, use FeatureFlagService.listFeatureFlags(Project) for aggregated flags from all scopes) for given project by its unique name (aka "key").
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
Deprecated.
getProjectsLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getProjectsUri() - Method in class com.gooddata.account.Account
 
getProjectsUri() - Method in class com.gooddata.gdc.RootLinks
Get user and project management resource URI string
getProjectTemplate() - Method in class com.gooddata.connector.Integration
 
getProjectTemplates(Project) - Method in class com.gooddata.project.ProjectService
 
getProjectUri() - Method in exception com.gooddata.connector.IntegrationNotFoundException
 
getProjectUri() - Method in exception com.gooddata.project.ProjectNotFoundException
 
getProtocol() - Method in class com.gooddata.GoodDataEndpoint
 
getPublicArtifactsLink() - Method in class com.gooddata.project.Project
Deprecated.
getPublicArtifactsUri() - Method in class com.gooddata.project.Project
 
getRecurrency() - Method in class com.gooddata.md.ScheduledMailWhen
 
getReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getRelations() - Method in class com.gooddata.md.NestedAttribute.Content
 
getRelations() - Method in class com.gooddata.md.NestedAttribute
 
getReleaseInfoLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getReleaseInfoUri() - Method in class com.gooddata.gdc.RootLinks
Get release information URI string
getReportExporterLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getReportExporterUri() - Method in class com.gooddata.gdc.RootLinks
Get report exporting resource URI string
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
getReschedule() - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getRescheduleInMinutes() - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getRestTemplate() - Method in class com.gooddata.GoodData
Get the configured RestTemplate used by the library.
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.
getResults() - Method in class com.gooddata.project.ProjectValidationResults
Get validation results, describing output of all validations executed.
getRole() - Method in class com.gooddata.warehouse.WarehouseUser
 
getRoleByUri(String) - Method in class com.gooddata.project.ProjectService
Get role by given URI.
getRoles(Project) - Method in class com.gooddata.project.ProjectService
Get set of user role by given project.
getRolesLink() - Method in class com.gooddata.project.Project
Deprecated.
getRolesUri() - Method in class com.gooddata.project.Project
 
getRootLinks() - Method in class com.gooddata.gdc.GdcService
Obtains GoodData API root links.
getRows() - Method in class com.gooddata.md.report.Grid
 
getRunningProcess() - Method in class com.gooddata.connector.Integration
 
getSanitizedLimit() - Method in class com.gooddata.collections.PageRequest
 
getScheduleById(Project, String) - Method in class com.gooddata.dataload.processes.ProcessService
Get schedule by given id and project.
getScheduleByUri(String) - Method in class com.gooddata.dataload.processes.ProcessService
Get schedule by given URI.
getSchedulesLink() - Method in class com.gooddata.project.Project
Deprecated.
getSchedulesUri() - Method in class com.gooddata.project.Project
 
getSchemaUri() - Method in class com.gooddata.dataload.OutputStage
get datawarehouse schema uri WarehouseSchema
getSettings(Project, ConnectorType, Class<T>) - Method in class com.gooddata.connector.ConnectorService
Get settings for given connector of given class.
getSize() - Method in class com.gooddata.dataset.Upload
 
getSocketTimeout() - Method in class com.gooddata.GoodDataSettings
Milliseconds for inactivity between two consecutive data packets.
getSort() - Method in class com.gooddata.md.NestedAttribute.Content
 
getSort() - Method in class com.gooddata.md.NestedAttribute
 
getSort() - Method in class com.gooddata.md.report.Grid
 
getSource() - Method in class com.gooddata.dataset.DatasetManifest
 
getSourceLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
Deprecated.
getSourceUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getStartDate() - Method in class com.gooddata.md.ScheduledMailWhen
 
getStarted() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getStarted() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getStartTimes() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getState() - Method in class com.gooddata.dataload.processes.Schedule
 
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.Upload
 
getStatus() - Method in class com.gooddata.gdc.TaskStatus
 
getStatus() - Method in class com.gooddata.project.User
 
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
getStringTotals() - Method in class com.gooddata.md.report.AttributeInGrid
 
getSubject() - Method in class com.gooddata.md.ScheduledMail
 
getSummary() - Method in class com.gooddata.gdc.AboutLinks
 
getSummary() - Method in class com.gooddata.gdc.AboutLinks.Link
 
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
 
getSynchronizeLength() - Method in class com.gooddata.md.DataLoadingColumn
 
getSynchronizePrecision() - Method in class com.gooddata.md.DataLoadingColumn
 
getSynchronizeType() - Method in class com.gooddata.md.DataLoadingColumn
 
getSyncTime() - Method in class com.gooddata.connector.Zendesk4Settings
 
getSyncTimeZone() - Method in class com.gooddata.connector.Zendesk4Settings
 
getTabByName(String) - Method in class com.gooddata.md.ProjectDashboard
Returns dashboard tab with the given tab name.
getTableUri() - Method in class com.gooddata.md.Column
 
getTabs() - Method in class com.gooddata.md.DashboardAttachment
 
getTabs() - Method in class com.gooddata.md.ProjectDashboard
 
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.RootLinks
Deprecated.
getTemplatesLink() - Method in class com.gooddata.project.Project
Deprecated.
getTemplatesUri() - Method in class com.gooddata.gdc.RootLinks
Get template resource URI string
getTemplatesUri() - Method in class com.gooddata.project.Project
 
getText() - Method in exception com.gooddata.GoodDataRestException
Text message describing the error
getTies() - Method in class com.gooddata.md.Dataset
 
getTimezone() - Method in class com.gooddata.dataload.processes.Schedule
 
getTimeZone() - Method in class com.gooddata.md.ScheduledMailWhen
 
getTitle() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getTitle() - Method in class com.gooddata.md.AbstractObj
 
getTitle() - Method in class com.gooddata.md.AttributeElement
 
getTitle() - Method in class com.gooddata.md.Entry
 
getTitle() - Method in class com.gooddata.md.Meta
 
getTitle() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
getTitle() - Method in class com.gooddata.md.Query
 
getTitle() - Method in class com.gooddata.project.Project
 
getTitle() - Method in class com.gooddata.project.Role
 
getTitle() - Method in class com.gooddata.warehouse.Warehouse
 
getToAddresses() - Method in class com.gooddata.md.ScheduledMail
 
getToken() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
getTokenLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getTokenUri() - Method in class com.gooddata.gdc.RootLinks
Get temporary token generator URI string
getToolLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getToolUri() - Method in class com.gooddata.gdc.RootLinks
Get miscellaneous tool resource URI string
getTotals() - Method in class com.gooddata.md.report.AttributeInGrid
 
getTrace() - Method in class com.gooddata.gdc.ErrorStructure
 
getTriggerScheduleId() - Method in class com.gooddata.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.connector.Zendesk4Settings
 
getType() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getType() - Method in class com.gooddata.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.md.Column
 
getType() - Method in class com.gooddata.md.DataLoadingColumn
 
getType() - Method in class com.gooddata.md.DisplayForm.Content
 
getType() - Method in class com.gooddata.md.DisplayForm
 
getType() - Method in class com.gooddata.md.Expression
 
getType() - Method in class com.gooddata.md.Key
 
getType() - Method in class com.gooddata.md.MaqlAst
 
getType() - Method in class com.gooddata.md.NestedAttribute.Content
 
getType() - Method in class com.gooddata.md.NestedAttribute
 
getType() - Method in class com.gooddata.md.Restriction
 
getType() - Method in class com.gooddata.md.TableDataLoad
 
getType() - Method in class com.gooddata.notification.ProjectEvent
 
getUnlisted() - Method in class com.gooddata.md.Entry
 
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.
getUploadConfigurationLink() - Method in class com.gooddata.md.Dataset
Deprecated.
getUploadConfigurationUri() - Method in class com.gooddata.md.Dataset
 
getUploadMode() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getUploadMode() - Method in class com.gooddata.dataset.Upload
 
getUploadsCount(String) - Method in class com.gooddata.dataset.UploadStatistics
Returns count of uploads finished in given status.
getUploadsLink() - Method in class com.gooddata.project.Project
Deprecated.
getUploadStatistics(Project) - Method in class com.gooddata.dataset.DatasetService
Returns global upload statistics for the given project.
getUploadsUri() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.account.Account
 
getUri() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getUri() - Method in class com.gooddata.dataload.OutputStage
 
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.dataload.processes.Schedule
 
getUri() - Method in exception com.gooddata.dataload.processes.ScheduleNotFoundException
 
getUri() - Method in class com.gooddata.dataset.Upload
 
getUri() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
getUri() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getUri() - Method in class com.gooddata.gdc.AsyncTask
 
getUri(String) - Method in class com.gooddata.gdc.DataStoreService
Returns uri for given path (which is used by this service for upload, download or delete)
getUri() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
getUri() - Method in class com.gooddata.gdc.UriResponse
 
getUri() - Method in class com.gooddata.md.AbstractObj
 
getUri() - Method in class com.gooddata.md.Attachment
 
getUri() - Method in class com.gooddata.md.AttributeElement
 
getUri() - Method in class com.gooddata.md.Entry
 
getUri() - Method in class com.gooddata.md.Meta
 
getUri() - Method in interface com.gooddata.md.Obj
 
getUri() - Method in class com.gooddata.md.report.AttributeInGrid
 
getUri() - Method in class com.gooddata.md.report.MetricElement
 
getUri() - Method in class com.gooddata.md.Usage
 
getUri() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
getUri() - Method in class com.gooddata.project.Role
 
getUri() - Method in exception com.gooddata.project.RoleNotFoundException
 
getUri() - Method in class com.gooddata.warehouse.Warehouse
 
getUri() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getUri() - Method in class com.gooddata.warehouse.WarehouseUser
 
getUriPrefix() - Method in class com.gooddata.UriPrefixer
Get the URI prefix
getUris() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
getUrl() - Method in class com.gooddata.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.project.ProjectTemplate
 
getUseBackup() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getUsedBy() - Method in class com.gooddata.md.Usage
 
getUserRoles() - Method in class com.gooddata.project.User
 
getUsersLink() - Method in class com.gooddata.project.Project
Deprecated.
getUserStagingLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getUserStagingUri() - Method in class com.gooddata.gdc.RootLinks
Get user data staging area URI string
getUsersUri() - Method in class com.gooddata.project.Project
 
getUserUri() - Method in exception com.gooddata.warehouse.WarehouseUserNotFoundException
 
getValidation() - Method in class com.gooddata.project.ProjectValidationResult
 
getVals() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
Deprecated.
for backward compatibility only. Do not use this method, it always returns null.
getVals() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
getValue() - Method in class com.gooddata.md.MaqlAst
 
getValue() - Method in class com.gooddata.md.report.MetricGroup
 
getValue() - Method in class com.gooddata.md.Restriction
 
getValue() - Method in enum com.gooddata.project.ProjectDriver
 
getValue() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
getValue() - Method in class com.gooddata.project.ProjectValidationType
 
getValue() - Method in enum com.gooddata.report.ReportExportFormat
 
getVerifyPassword() - Method in class com.gooddata.account.Account
 
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.
getWarehouseSchemaByName(Warehouse, String) - Method in class com.gooddata.warehouse.WarehouseService
get warehouse schema by name
getWarehouseSchemaByUri(String) - Method in class com.gooddata.warehouse.WarehouseService
get warehouse schema by uri
getWarehouseSchemaUri() - Method in exception com.gooddata.warehouse.WarehouseSchemaNotFoundException
 
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
 
getWeight() - Method in class com.gooddata.md.Table
 
getWhen() - Method in class com.gooddata.md.ScheduledMail
 
getXTabLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getXTabUri() - Method in class com.gooddata.gdc.RootLinks
Get report execution resource URI string
getZendesk4Settings(Project) - Method in class com.gooddata.connector.ConnectorService
Get settings for zendesk4 connector.
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, GoodDataSettings) - 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, GoodDataSettings) - 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.
GoodData(String, String, String, int, GoodDataSettings) - 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.
GoodData(String, String, String, int, String, GoodDataSettings) - Constructor for class com.gooddata.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.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.GoodData
Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory.
GoodDataEndpoint - Class in com.gooddata
GoodData Platform endpoint represented by host, port and protocol
GoodDataEndpoint(String, int, String) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname, port and protocol
GoodDataEndpoint(String, int) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname, port using HTTPS protocol
GoodDataEndpoint(String) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol
GoodDataEndpoint() - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol and secure.gooddata.com hostname
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, String) - Constructor for exception com.gooddata.GoodDataRestException
Construct a GoodDataRestException with specified details.
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.
GoodDataSettings - Class in com.gooddata
Gather various additional settings of GoodData.
GoodDataSettings() - Constructor for class com.gooddata.GoodDataSettings
 
GoodDataToStringBuilder - Class in com.gooddata.util
GoodDataToStringBuilder enables to create string representation based on fields of an object and exclude specified fields.
GoodDataToStringBuilder(Object) - Constructor for class com.gooddata.util.GoodDataToStringBuilder
 
Grid - Class in com.gooddata.md.report
Grid content (in report definition)
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Map<String, List<String>>, Collection<Map<String, Object>>) - Constructor for class com.gooddata.md.report.Grid
Creates new instance.
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Constructor for class com.gooddata.md.report.Grid
 
GridElement - Interface in com.gooddata.md.report
Grid element (metricGroup | AttributeInGrid ...
GridReportDefinitionContent - Class in com.gooddata.md.report
Grid report definition

H

handleError(ClientHttpResponse) - Method in class com.gooddata.util.ResponseErrorHandler
 
handlePollException(GoodDataRestException) - Method in interface com.gooddata.PollHandler
Handle exception while polling.
handlePollResult(P) - Method in interface com.gooddata.PollHandler
Handle result of single polling request.
handlePollResult(T) - Method in class com.gooddata.SimplePollHandler
 
hasClientId() - Method in class com.gooddata.dataload.OutputStage
check if there is associated client id with this output stage
hasDimension() - Method in class com.gooddata.md.NestedAttribute
 
hashCode() - Method in class com.gooddata.collections.PageRequest
 
hashCode() - Method in class com.gooddata.featureflag.FeatureFlag
 
hashCode() - Method in class com.gooddata.featureflag.FeatureFlags
 
hashCode() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
hashCode() - Method in class com.gooddata.GoodDataSettings
 
hashCode() - Method in class com.gooddata.md.Attachment
 
hashCode() - Method in class com.gooddata.md.AttributeElement
 
hashCode() - Method in class com.gooddata.md.DashboardAttachment
 
hashCode() - Method in class com.gooddata.md.report.MetricGroup
 
hashCode() - Method in class com.gooddata.md.ReportAttachment
 
hashCode() - Method in class com.gooddata.md.ScheduledMailWhen
 
hashCode() - Method in class com.gooddata.notification.ProjectEvent
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResult
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationType
 
hashCode() - Method in class com.gooddata.project.Role
 
hasNextPage() - Method in class com.gooddata.collections.PageableList
Signals whether there are more subsequent pages or the last page has been reached
hasOutputStagePrefix() - Method in class com.gooddata.dataload.OutputStage
check if there is associated output stage prefix with this output stage
hasPermissionGranted(String) - Method in class com.gooddata.project.Role
Returns true if provided permission is granted.
hasSchemaUri() - Method in class com.gooddata.dataload.OutputStage
check if there is associated schema WarehouseSchema with this output stage
hasTypeInt() - Method in class com.gooddata.md.DataLoadingColumn
 
hasTypeVarchar() - Method in class com.gooddata.md.DataLoadingColumn
 
hasUploadConfiguration() - Method in class com.gooddata.md.Dataset
 
HOSTNAME - Static variable in class com.gooddata.GoodData
 
HOSTNAME - Static variable in class com.gooddata.GoodDataEndpoint
 

I

identifier(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type identifier and given value.
identifiersToUris(Project, Collection<String>) - Method in class com.gooddata.md.MetadataService
Find metadata URIs for given identifiers.
indexOf(Object) - Method in class com.gooddata.collections.PageableList
 
Integration - Class in com.gooddata.connector
Connector integration (i.e.
Integration(String) - Constructor for class com.gooddata.connector.Integration
 
IntegrationNotFoundException - Exception in com.gooddata.connector
Integration for given project and connector type doesn't exist
IntegrationNotFoundException(Project, ConnectorType, Throwable) - Constructor for exception com.gooddata.connector.IntegrationNotFoundException
 
IntegrationProcessStatus - Class in com.gooddata.connector
Connector process (i.e.
IntegrationProcessStatus(Status, DateTime, DateTime, Map<String, String>) - Constructor for class com.gooddata.connector.IntegrationProcessStatus
 
INVALID_OBJECTS - Static variable in class com.gooddata.project.ProjectValidationType
 
isActive() - Method in class com.gooddata.connector.Integration
 
isCrossDataCenterExport() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
isDefault() - Method in class com.gooddata.md.AttributeDisplayForm
 
isDeprecated() - Method in class com.gooddata.md.AbstractObj
 
isDeprecated() - Method in class com.gooddata.md.Entry
 
isDeprecated() - Method in class com.gooddata.md.Meta
Default is false/not-deprecated.
isDisplayForm() - Method in class com.gooddata.md.Column
 
isDone() - Method in class com.gooddata.AbstractPollHandlerBase
 
isDone() - Method in interface 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.
isDone() - Method in class com.gooddata.PollResult
 
isEmpty() - Method in class com.gooddata.collections.PageableList
 
isEnabled() - Method in class com.gooddata.dataload.processes.Schedule
 
isEnabled() - Method in class com.gooddata.featureflag.FeatureFlag
 
isEnabled(String) - Method in class com.gooddata.featureflag.FeatureFlags
Returns true if the feature flag with given name exists and is enabled, false otherwise.
isEnabled() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
isEnabled(String) - Method in class com.gooddata.featureflag.ProjectFeatureFlags
Returns true if the project feature flag with given name exists and is enabled, false otherwise.
isEnabled() - Method in class com.gooddata.project.Project
 
isEnabled() - Method in class com.gooddata.warehouse.Warehouse
 
isError() - Method in class com.gooddata.project.ProjectValidationResult
 
isError() - Method in class com.gooddata.project.ProjectValidationResults
True if validation found some error
isExportAttributeProperties() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
isFact() - Method in class com.gooddata.md.Column
 
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.
isFatalError() - Method in class com.gooddata.project.ProjectValidationResults
True in case some part of validation crashed (not executed at all)
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(ClientHttpResponse) - Method in interface com.gooddata.PollHandler
Check single polling response if whole polling process should finish.
isFk() - Method in class com.gooddata.md.Column
 
isFull() - Method in class com.gooddata.md.TableDataLoad
 
isImportAttributeProperties() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isIncremental() - Method in class com.gooddata.md.TableDataLoad
 
isInputPk() - Method in class com.gooddata.md.Column
 
isLocked() - Method in class com.gooddata.md.AbstractObj
 
isLocked() - Method in class com.gooddata.md.Entry
 
isLocked() - Method in class com.gooddata.md.Meta
Flag that MD object is locked; default is false/unlocked.
isNullable() - Method in class com.gooddata.md.DataLoadingColumn
 
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
 
isOverwriteNewer() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isPk() - Method in class com.gooddata.md.Column
 
isPreparing() - Method in class com.gooddata.project.Project
 
isProduction() - Method in class com.gooddata.md.AbstractObj
 
isProduction() - Method in class com.gooddata.md.Meta
Is the object production or not? Defaults to true.
isPublic() - Method in class com.gooddata.project.Project
 
isReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
isRunning() - Method in class com.gooddata.gdc.TaskStatus
 
isSharedWithSomeone() - Method in class com.gooddata.md.AbstractObj
 
isSharedWithSomeone() - Method in class com.gooddata.md.Meta
Is the linked object shared with someone via ACLs?
isSortedByLinkedDf() - Method in class com.gooddata.md.NestedAttribute
 
isSortedByPk() - Method in class com.gooddata.md.NestedAttribute
 
isSortedByUsedDf() - Method in class com.gooddata.md.NestedAttribute
 
isSuccess() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
isSuccess() - Method in class com.gooddata.gdc.TaskStatus
 
isTrue(boolean, String) - Static method in class com.gooddata.util.Validate
throws new IllegalArgumentException if expression is false
isUnique() - Method in class com.gooddata.md.DataLoadingColumn
 
isUnlisted() - Method in class com.gooddata.md.AbstractObj
 
isUnlisted() - Method in class com.gooddata.md.Entry
 
isUnlisted() - Method in class com.gooddata.md.Meta
Default is false/listed.
isUpdateLDMObjects() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isValid() - Method in class com.gooddata.project.ProjectValidationResults
True if no warning or error is in the validation results.
isWarning() - Method in class com.gooddata.project.ProjectValidationResult
 
isWarning() - Method in class com.gooddata.project.ProjectValidationResults
True if some warning was found during validation.
iterator() - Method in class com.gooddata.collections.PageableList
 
iterator() - Method in class com.gooddata.featureflag.FeatureFlags
 
iterator() - Method in class com.gooddata.featureflag.ProjectFeatureFlags
 

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

lastIndexOf(Object) - Method in class com.gooddata.collections.PageableList
 
LDM - Static variable in class com.gooddata.project.ProjectValidationType
 
Link(String, String, String, String, String) - Constructor for class com.gooddata.gdc.AboutLinks.Link
 
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
 
Links(String) - Constructor for class com.gooddata.md.DisplayForm.Links
 
listDatasetLinks(Project) - Method in class com.gooddata.dataset.DatasetService
Lists datasets (links) in project.
listDatasets(Project) - Method in class com.gooddata.dataset.DatasetService
listFeatureFlags(Project) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns aggregated feature flags for given project and current user (aggregates global, project group, project and user feature flags).
listIterator() - Method in class com.gooddata.collections.PageableList
 
listIterator(int) - Method in class com.gooddata.collections.PageableList
 
listProcesses(Project) - Method in class com.gooddata.dataload.processes.ProcessService
Get list of processes by given project.
listProjectFeatureFlags(Project) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns project feature flags (only project scoped flags, use FeatureFlagService.listFeatureFlags(Project) for aggregated flags from all scopes) for given project.
listSchedules(Project) - Method in class com.gooddata.dataload.processes.ProcessService
Get first page of paged list of schedules by given project.
listSchedules(Project, Page) - Method in class com.gooddata.dataload.processes.ProcessService
Get defined page of paged list of schedules by given project.
listUploadsForDataset(Project, String) - Method in class com.gooddata.dataset.DatasetService
Lists all uploads for the dataset with the given identifier in the given project.
listUserProcesses() - Method in class com.gooddata.dataload.processes.ProcessService
Get list of current user processes by given user account.
listUsers(Project) - Method in class com.gooddata.project.ProjectService
Get first page of paged list of users by given project.
listUsers(Project, Page) - Method in class com.gooddata.project.ProjectService
Get defined page of paged list of users by given project.
listWarehouses() - Method in class com.gooddata.warehouse.WarehouseService
Lists Warehouses.
listWarehouses(Page) - Method in class com.gooddata.warehouse.WarehouseService
Lists Warehouses.
listWarehouseSchemas(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
list schemas for Warehouse
listWarehouseUsers(Warehouse, Page) - Method in class com.gooddata.warehouse.WarehouseService
 
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
loadDatasets(Project, DatasetManifest...) - Method in class com.gooddata.dataset.DatasetService
 
loadDatasets(Project, Collection<DatasetManifest>) - Method in class com.gooddata.dataset.DatasetService
Loads datasets into platform.
LOGIN_TEMPLATE - Static variable in class com.gooddata.account.Account
 
LOGIN_URI - Static variable in class com.gooddata.account.Account
 
LoginPasswordAuthentication - Class in com.gooddata.authentication
Login and password authentication
LoginPasswordAuthentication(String, String) - Constructor for class com.gooddata.authentication.LoginPasswordAuthentication
Create login password authentication
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
 
MaqlAst - Class in com.gooddata.md
MAQL AST representation
MaqlAst(String, MaqlAst.MaqlAstPosition) - Constructor for class com.gooddata.md.MaqlAst
 
MaqlAst.MaqlAstPosition - Class in com.gooddata.md
 
MaqlAstPosition(int, int) - Constructor for class com.gooddata.md.MaqlAst.MaqlAstPosition
 
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, Set<String>, String, String) - Constructor for class com.gooddata.md.Meta
 
Meta(String, String, DateTime, DateTime, String, String, String, Set<String>, String, String, Boolean, Boolean, Boolean, 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
 
METRIC_FILTER - Static variable in class com.gooddata.project.ProjectValidationType
 
METRIC_GROUP - Static variable in class com.gooddata.md.report.MetricGroup
 
MetricElement - Class in com.gooddata.md.report
Metric used in Grid for report definition.
MetricElement(String, String) - Constructor for class com.gooddata.md.report.MetricElement
Deprecated.
MetricElement(Metric, String) - Constructor for class com.gooddata.md.report.MetricElement
Creates new instance using uri of given metric and alias.
MetricElement(Metric) - Constructor for class com.gooddata.md.report.MetricElement
Creates new instance using uri of given metric and it's title as alias.
MetricGroup - Class in com.gooddata.md.report
Marker element marking the placement of metrics in Grid report.
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

NestedAttribute - Class in com.gooddata.md
Attribute representation which is nested in some other metadata object (i.e.
NestedAttribute(Meta, NestedAttribute.Content) - Constructor for class com.gooddata.md.NestedAttribute
 
NestedAttribute.Content - Class in com.gooddata.md
 
NoDataReportException - Exception in com.gooddata.report
Thrown when report export contains no data
NoDataReportException() - Constructor for exception com.gooddata.report.NoDataReportException
 
NoDataReportException(String) - Constructor for exception com.gooddata.report.NoDataReportException
 
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.
notEmpty(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the char sequence is empty, otherwise returns the char sequence.
notEmpty(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the map is empty, otherwise returns the map.
NotificationService - Class in com.gooddata.notification
Service to trigger and manage notifications.
NotificationService(RestTemplate) - Constructor for class com.gooddata.notification.NotificationService
 
notNull(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalArgumentException if the value is null, otherwise returns the value.
notNullState(T, String) - Static method in class com.gooddata.util.Validate
Throws IllegalStateException if the value is null, otherwise returns the value.

O

Obj - Interface in com.gooddata.md
First class metadata object - only dto objects, which have URI pointing to themselves should implement this.
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(Obj) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjNotFoundException(String) - 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.
ObjUpdateException - Exception in com.gooddata.md
Metadata object couldn't be updated
ObjUpdateException(T, Throwable) - Constructor for exception com.gooddata.md.ObjUpdateException
Construct a new instance of ObjUpdateException.
ObjUpdateException(String, T) - Constructor for exception com.gooddata.md.ObjUpdateException
Construct a new instance of ObjUpdateException.
of(String) - Static method in enum com.gooddata.md.report.Total
 
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)
optimizeSliHash(Project) - Method in class com.gooddata.dataset.DatasetService
Optimize SLI hash.
OutputStage - Class in com.gooddata.dataload
Output stage.
OutputStageService - Class in com.gooddata.dataload
Service to manage output stage.
OutputStageService(RestTemplate) - Constructor for class com.gooddata.dataload.OutputStageService
Sets RESTful HTTP Spring template.
OutputStreamResponseExtractor(OutputStream) - Constructor for class com.gooddata.AbstractService.OutputStreamResponseExtractor
 

P

Page - Interface in com.gooddata.collections
Defines logic for generating page URIs.
PageableList<E> - Class in com.gooddata.collections
Wrapper over pageable GDC list.
PageableList() - Constructor for class com.gooddata.collections.PageableList
Creates empty list with no next page.
PageableList(List<E>, Paging) - Constructor for class com.gooddata.collections.PageableList
Creates list wrapping provided items and next page.
PageableList(List<E>, Paging, Map<String, String>) - Constructor for class com.gooddata.collections.PageableList
Creates list wrapping provided items, next page and links.
PageableListDeserializer<T,E> - Class in com.gooddata.collections
 
PageableListDeserializer(Class<E>) - Constructor for class com.gooddata.collections.PageableListDeserializer
 
PageableListDeserializer(Class<E>, String) - Constructor for class com.gooddata.collections.PageableListDeserializer
 
PageableListSerializer - Class in com.gooddata.collections
Serializer PageableList objects into JSON.
PageableListSerializer(String) - Constructor for class com.gooddata.collections.PageableListSerializer
 
PageRequest - Class in com.gooddata.collections
User defined page with desired offset and limit.
PageRequest() - Constructor for class com.gooddata.collections.PageRequest
Creates new page definition with default values
PageRequest(int, int) - Constructor for class com.gooddata.collections.PageRequest
Creates new page definition with provided values.
PageRequest(String, int) - Constructor for class com.gooddata.collections.PageRequest
Creates new page definition with provided values.
PageRequest(int) - Constructor for class com.gooddata.collections.PageRequest
Creates new page definition with limit and no offset (usually for the first page)
Paging - Class in com.gooddata.collections
Description of the current collection page.
Paging(String, String) - Constructor for class com.gooddata.collections.Paging
 
Paging(String) - Constructor for class com.gooddata.collections.Paging
 
parameters - Variable in class com.gooddata.gdc.ErrorStructure
 
partialExport(Project, PartialMdExport) - Method in class com.gooddata.md.maintenance.ExportImportService
Exports partial metadata from project and returns token identifying this export
partialImport(Project, PartialMdExportToken) - Method in class com.gooddata.md.maintenance.ExportImportService
Imports partial metadata to project based on given token
PartialMdExport - Class in com.gooddata.md.maintenance
Partial metadata export configuration structure.
PartialMdExport(String...) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(Collection<String>) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(boolean, boolean, String...) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(boolean, boolean, Collection<String>) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExportToken - Class in com.gooddata.md.maintenance
Partial metadata export token.
PartialMdExportToken(String) - Constructor for class com.gooddata.md.maintenance.PartialMdExportToken
Creates new PartialMdExportToken.
PDM_ELEM - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_PK_FK_CONSISTENCY - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_TRANSITIVITY - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_VS_DWH - Static variable in class com.gooddata.project.ProjectValidationType
 
pollClass - Variable in class com.gooddata.AbstractPollHandlerBase
 
PollHandler<P,R> - Interface in com.gooddata
For internal use by services employing polling.
PollResult<T> - Class in com.gooddata
Represents the result retrieved by polling on the REST API.
PollResult(AbstractService, PollHandler<?, T>) - Constructor for class com.gooddata.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.GoodData
 
PORT - Static variable in class com.gooddata.GoodDataEndpoint
 
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
 
ProcessExecutionException(String, ProcessExecutionDetail, Throwable) - 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, DataStoreService) - 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
 
PROJECT_FEATURE_FLAG_TEMPLATE - Static variable in class com.gooddata.featureflag.ProjectFeatureFlag
 
PROJECT_FEATURE_FLAG_URI - Static variable in class com.gooddata.featureflag.ProjectFeatureFlag
 
PROJECT_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.featureflag.ProjectFeatureFlags
 
PROJECT_FEATURE_FLAGS_URI - Static variable in class com.gooddata.featureflag.ProjectFeatureFlags
 
ProjectDashboard - Class in com.gooddata.md
Project Dashboard of GoodData project.
Deserialization only.
ProjectDashboard.Tab - Class in com.gooddata.md
 
ProjectDriver - Enum in com.gooddata.project
 
ProjectEnvironment - Enum in com.gooddata.project
Optional property for project create, the property is ignored during project update.
ProjectEvent - Class in com.gooddata.notification
Project event.
ProjectEvent(String) - Constructor for class com.gooddata.notification.ProjectEvent
 
ProjectEvent(String, Map<String, String>) - Constructor for class com.gooddata.notification.ProjectEvent
 
ProjectFeatureFlag - Class in com.gooddata.featureflag
Project feature flag is a boolean flag used for enabling / disabling some specific feature of GoodData platform on per project basis.
ProjectFeatureFlag(String) - Constructor for class com.gooddata.featureflag.ProjectFeatureFlag
Creates new project feature flag which is by default enabled (true).
ProjectFeatureFlag(String, boolean) - Constructor for class com.gooddata.featureflag.ProjectFeatureFlag
Creates new project feature flag with given value.
ProjectFeatureFlags - Class in com.gooddata.featureflag
 
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
 
ProjectValidationResult - Class in com.gooddata.project
Represents one validation result.
ProjectValidationResultGdcTimeElParam - Class in com.gooddata.project
 
ProjectValidationResultObjectParam - Class in com.gooddata.project
 
ProjectValidationResultParam - Class in com.gooddata.project
Represents validation result message param, must be of certain type.
ProjectValidationResultParam() - Constructor for class com.gooddata.project.ProjectValidationResultParam
 
ProjectValidationResults - Class in com.gooddata.project
Results of project validation.
ProjectValidationResultSliElParam - Class in com.gooddata.project
 
ProjectValidationResultStringParam - Class in com.gooddata.project
 
ProjectValidationType - Class in com.gooddata.project
Represents project validation type.
ProjectValidationType(String) - Constructor for class com.gooddata.project.ProjectValidationType
 
PROTOCOL - Static variable in class com.gooddata.GoodData
 
PROTOCOL - Static variable in class com.gooddata.GoodDataEndpoint
 

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

remove(Object) - Method in class com.gooddata.collections.PageableList
 
remove(int) - Method in class com.gooddata.collections.PageableList
 
removeAccount(Account) - Method in class com.gooddata.account.AccountService
Delete given account
removeAll(Collection<?>) - Method in class com.gooddata.collections.PageableList
 
removeFlag(String) - Method in class com.gooddata.featureflag.FeatureFlags
Removes flag of given name.
removeObj(Obj) - Method in class com.gooddata.md.MetadataService
Remove metadata object URI
removeObjByUri(String) - Method in class com.gooddata.md.MetadataService
Remove metadata object by URI (format is /gdc/md/{PROJECT_ID}/obj/{OBJECT_ID})
removeParam(String) - Method in class com.gooddata.dataload.processes.Schedule
 
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
removeSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Delete given schedule
removeUserFromWarehouse(WarehouseUser) - Method in class com.gooddata.warehouse.WarehouseService
Remove given user from warehouse instance
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
Creates new report with given title and definitions
ReportAttachment - Class in com.gooddata.md
Attachment to ScheduledMail represents report-related information for the schedule.
ReportAttachment(String, Map<String, String>, String...) - Constructor for class com.gooddata.md.ReportAttachment
 
ReportAttachment(String, Map<String, String>, ReportExportFormat...) - Constructor for class com.gooddata.md.ReportAttachment
 
ReportDefinition - Class in com.gooddata.md.report
Report definition
ReportDefinitionContent - Class in com.gooddata.md.report
Report definition content
ReportDefinitionContent(String, Grid, Collection<Filter>) - 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
ReportService - Class in com.gooddata.report
Service for report export
ReportService(RestTemplate) - Constructor for class com.gooddata.report.ReportService
 
requestId - Variable in class com.gooddata.gdc.ErrorStructure
 
ResponseErrorHandler - Class in com.gooddata.util
A response error handler able to extract GoodData error response
ResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class com.gooddata.util.ResponseErrorHandler
 
Restriction - Class in com.gooddata.md
Metadata query restriction.
restTemplate - Variable in class com.gooddata.AbstractService
 
resultClass - Variable in class com.gooddata.AbstractPollHandlerBase
 
retainAll(Collection<?>) - Method in class com.gooddata.collections.PageableList
 
Role - Class in com.gooddata.project
Project Role
RoleNotFoundException - Exception in com.gooddata.project
Project role of the given URI doesn't exist
RoleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.RoleNotFoundException
 
RootLinks - Class in com.gooddata.gdc
GoodData API root links (aka "about" or "home").
RootLinks(List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.RootLinks
 

S

Schedule - Class in com.gooddata.dataload.processes
Schedule.
Schedule(DataloadProcess, String, String) - Constructor for class com.gooddata.dataload.processes.Schedule
 
Schedule(DataloadProcess, String, Schedule) - Constructor for class com.gooddata.dataload.processes.Schedule
Creates schedule, which is triggered by execution of different schedule
ScheduledMail - Class in com.gooddata.md
A scheduled mail MD object.
ScheduledMail(String, String) - Constructor for class com.gooddata.md.ScheduledMail
Creates an almost empty instance of the object.
ScheduledMail(String, String, String, LocalDate, String, Collection<String>, Collection<String>, String, String, List<Attachment>) - Constructor for class com.gooddata.md.ScheduledMail
Creates full, safe mail schedule object.
ScheduledMailWhen - Class in com.gooddata.md
Represents the start date and cron-like expression for ScheduledMail mail schedule.
ScheduledMailWhen(String, LocalDate, String) - Constructor for class com.gooddata.md.ScheduledMailWhen
 
ScheduledMailWhen() - Constructor for class com.gooddata.md.ScheduledMailWhen
 
ScheduleNotFoundException - Exception in com.gooddata.dataload.processes
Schedule of the given URI doesn't exist
ScheduleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ScheduleNotFoundException
 
ScheduleState - Enum in com.gooddata.dataload.processes
Dataload schedule state.
serialize(PageableList<?>, JsonGenerator, SerializerProvider) - Method in class com.gooddata.collections.PageableListSerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.BooleanIntegerSerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.BooleanStringSerializer
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.GDDateSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.GDDateTimeSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.ISODateTimeSerializer
 
serialize(Set<String>, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.TagsSerializer
 
serializeWithType(PageableList<?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.gooddata.collections.PageableListSerializer
 
set(int, E) - Method in class com.gooddata.collections.PageableList
 
setActive(boolean) - Method in class com.gooddata.connector.Integration
 
setApiUrl(String) - Method in class com.gooddata.connector.Zendesk4Settings
 
setAttachments(List<Attachment>) - Method in class com.gooddata.md.ScheduledMail
 
setBcc(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
 
setBody(String) - Method in class com.gooddata.md.ScheduledMail
 
setCategory(String) - Method in class com.gooddata.md.AbstractObj
 
setCategory(String) - Method in class com.gooddata.md.Meta
 
setClientId(String) - Method in class com.gooddata.dataload.OutputStage
 
setColumnName(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setConnectionRequestTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set timeout in milliseconds used when requesting a connection from the connection manager.
setConnectionRequestTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set timeout in seconds used when requesting a connection from the connection manager.
setConnectionTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set timeout milliseconds until connection established.
setConnectionTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set timeout seconds until connection established.
setConstraints(Map<String, String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setContent(MaqlAst[]) - Method in class com.gooddata.md.MaqlAst
 
setCron(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setDeprecated(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setDeprecated(Boolean) - Method in class com.gooddata.md.Meta
 
setDescription(String) - Method in class com.gooddata.warehouse.Warehouse
 
setDownloadParams(Zendesk4ProcessExecution.DownloadParams) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setDriver(String) - Method in class com.gooddata.project.Project
 
setDriver(ProjectDriver) - Method in class com.gooddata.project.Project
 
setEnabled(boolean) - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
setEnvironment(String) - Method in class com.gooddata.project.Project
 
setEnvironment(ProjectEnvironment) - Method in class com.gooddata.project.Project
 
setEnvironment(Environment) - Method in class com.gooddata.project.Project
 
setEnvironment(String) - Method in class com.gooddata.warehouse.Warehouse
 
setEnvironment(Environment) - Method in class com.gooddata.warehouse.Warehouse
 
setExecutable(DataloadProcess, String) - Method in class com.gooddata.dataload.processes.Schedule
 
setFile(String) - Method in class com.gooddata.dataset.DatasetManifest
 
setIdentifier(String) - Method in class com.gooddata.md.AbstractObj
 
setIdentifier(String) - Method in class com.gooddata.md.Meta
 
setImportAttributeProperties(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag importAttributeProperties.
setIncremental(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setLimit(int) - Method in class com.gooddata.collections.PageRequest
 
setLocked(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setLocked(Boolean) - Method in class com.gooddata.md.Meta
 
setMapping(String, String) - Method in class com.gooddata.dataset.DatasetManifest
Map the given CSV column name to the dataset field
setMaxConnections(int) - Method in class com.gooddata.GoodDataSettings
Set maximum number of connections used.
setName(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setName(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setOffset(String) - Method in class com.gooddata.collections.PageRequest
 
setOutputStagePrefix(String) - Method in class com.gooddata.dataload.OutputStage
 
setOverwriteNewer(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag overwriteNewer.
setParallelBatchSeconds(Integer) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setParallelWorkers(Integer) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setParameter(String, String) - Method in class com.gooddata.notification.ProjectEvent
Set the parameter with given key and value, overwriting the preceding value of the same key (if any).
setParts(List<DatasetManifest.Part>) - Method in class com.gooddata.dataset.DatasetManifest
 
setPath(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setPollingUri(String) - Method in class com.gooddata.AbstractPollHandler
 
setPopulates(List<String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setProcessId(DataloadProcess) - Method in class com.gooddata.dataload.processes.Schedule
 
setProduction(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setProduction(Boolean) - Method in class com.gooddata.md.Meta
 
setProjectTemplate(String) - Method in class com.gooddata.connector.Integration
 
setProjectTemplate(String) - Method in class com.gooddata.project.Project
 
setRecurrency(String) - Method in class com.gooddata.md.ScheduledMail
 
setRecurrency(String) - Method in class com.gooddata.md.ScheduledMailWhen
 
setReferenceKey(boolean) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setReschedule(Duration) - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
setResult(R) - Method in class com.gooddata.AbstractPollHandlerBase
 
setSchemaUri(String) - Method in class com.gooddata.dataload.OutputStage
 
setSharedWithSomeone(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setSharedWithSomeone(Boolean) - Method in class com.gooddata.md.Meta
 
setSocketTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set socket timeout (maximum period inactivity between two consecutive data packets) milliseconds.
setSocketTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set socket timeout (maximum period inactivity between two consecutive data packets) seconds.
setSource(InputStream) - Method in class com.gooddata.dataset.DatasetManifest
 
setStartDate(LocalDate) - Method in class com.gooddata.md.ScheduledMail
 
setStartDate(LocalDate) - Method in class com.gooddata.md.ScheduledMailWhen
 
setStartTime(String, DateTime) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setState(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setState(ScheduleState) - Method in class com.gooddata.dataload.processes.Schedule
 
setSubject(String) - Method in class com.gooddata.md.ScheduledMail
 
setSummary(String) - Method in class com.gooddata.md.AbstractObj
 
setSummary(String) - Method in class com.gooddata.md.Meta
 
setTags(Set<String>) - Method in class com.gooddata.md.AbstractObj
 
setTags(Set<String>) - Method in class com.gooddata.md.Meta
 
setTimezone(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setTimezone(DateTimeZone) - Method in class com.gooddata.dataload.processes.Schedule
 
setTimeZone(String) - Method in class com.gooddata.md.ScheduledMail
 
setTimeZone(String) - Method in class com.gooddata.md.ScheduledMailWhen
 
Settings - Interface in com.gooddata.connector
Connector integration settings.
setTitle(String) - Method in class com.gooddata.md.AbstractObj
 
setTitle(String) - Method in class com.gooddata.md.Meta
 
setTitle(String) - Method in class com.gooddata.warehouse.Warehouse
 
setTo(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
 
setTriggerScheduleId(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setType(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setUnlisted(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setUnlisted(Boolean) - Method in class com.gooddata.md.Meta
 
setUpdateLDMObjects(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag updateLDMObjects.
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
setUseBackup(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setValue(String) - Method in class com.gooddata.md.MaqlAst
 
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
size() - Method in class com.gooddata.collections.PageableList
 
SstAuthentication - Class in com.gooddata.authentication
SST authentication, see https://developer.gooddata.com/article/gooddata-token-types#Authentication
SstAuthentication(String) - Constructor for class com.gooddata.authentication.SstAuthentication
Create SST authentication
Status - Class in com.gooddata.connector
Connector process status.
Status.Code - Enum in com.gooddata.connector
Enum of connector process status codes
subList(int, int) - Method in class com.gooddata.collections.PageableList
 
summary(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type summary and given value.

T

Table - Class in com.gooddata.md
Represents physical data model table.
TableDataLoad - Class in com.gooddata.md
Represents data load of physical table.
TagsDeserializer - Class in com.gooddata.util
Deserializes whitespace separated tags from one string to set of tags (strings)
TagsDeserializer() - Constructor for class com.gooddata.util.TagsDeserializer
 
TagsSerializer - Class in com.gooddata.util
Serializes set of tags (strings) to whitespace separated string of tags
TagsSerializer() - Constructor for class com.gooddata.util.TagsSerializer
 
TaskStatus - Class in com.gooddata.gdc
Abstract asynchronous task status.
TaskStatus(String, String) - Constructor for class com.gooddata.gdc.TaskStatus
 
TEMPLATE - Static variable in class com.gooddata.account.Account
 
TEMPLATE - Static variable in class com.gooddata.connector.IntegrationProcessStatus
 
TEMPLATE - Static variable in class com.gooddata.dataload.OutputStage
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.Schedule
 
TEMPLATE - Static variable in class com.gooddata.md.maintenance.PartialMdExport
 
TEMPLATE - Static variable in class com.gooddata.md.maintenance.PartialMdExportToken
 
TEMPLATE - Static variable in class com.gooddata.notification.ProjectEvent
 
TEMPLATE - Static variable in class com.gooddata.project.Project
 
TEMPLATE - Static variable in class com.gooddata.project.Role
 
TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseSchema
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseSchemas
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseUser
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseUsers
 
title(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type title and given value.
toArray() - Method in class com.gooddata.collections.PageableList
 
toArray(T[]) - Method in class com.gooddata.collections.PageableList
 
toString() - Method in class com.gooddata.account.Account
 
toString() - Method in class com.gooddata.connector.Integration
 
toString() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
toString() - Method in class com.gooddata.connector.Status
 
toString() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
toString() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
toString() - Method in class com.gooddata.connector.Zendesk4Settings
 
toString() - Method in class com.gooddata.dataload.OutputStage
 
toString() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
toString() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
toString() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
toString() - Method in class com.gooddata.dataload.processes.Schedule
 
toString() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
toString() - Method in class com.gooddata.dataset.DatasetManifest
 
toString() - Method in class com.gooddata.dataset.Upload
 
toString() - Method in class com.gooddata.dataset.UploadStatistics
 
toString() - Method in class com.gooddata.featureflag.FeatureFlag
 
toString() - Method in class com.gooddata.featureflag.FeatureFlags
 
toString() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
toString() - Method in class com.gooddata.featureflag.ProjectFeatureFlags
 
toString() - Method in class com.gooddata.gdc.AboutLinks.Link
 
toString() - Method in class com.gooddata.gdc.AboutLinks
 
toString() - Method in class com.gooddata.gdc.AbstractMaql
 
toString() - Method in class com.gooddata.gdc.ErrorStructure
 
toString() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
toString() - Method in class com.gooddata.gdc.LinkEntries
 
toString() - Method in class com.gooddata.gdc.TaskStatus
 
toString() - Method in class com.gooddata.gdc.UriResponse
 
toString() - Method in class com.gooddata.GoodDataSettings
 
toString() - Method in class com.gooddata.md.AbstractObj
 
toString() - Method in class com.gooddata.md.Attachment
 
toString() - Method in class com.gooddata.md.AttributeDisplayForm
 
toString() - Method in class com.gooddata.md.AttributeElement
 
toString() - Method in class com.gooddata.md.Column
 
toString() - Method in class com.gooddata.md.DashboardAttachment
 
toString() - Method in class com.gooddata.md.DataLoadingColumn
 
toString() - Method in class com.gooddata.md.Dataset
 
toString() - Method in class com.gooddata.md.Dimension
 
toString() - Method in class com.gooddata.md.DisplayForm.Content
 
toString() - Method in class com.gooddata.md.DisplayForm.Links
 
toString() - Method in class com.gooddata.md.DisplayForm
 
toString() - Method in class com.gooddata.md.Entry
 
toString() - Method in class com.gooddata.md.Expression
 
toString() - Method in class com.gooddata.md.Fact
 
toString() - Method in class com.gooddata.md.Key
 
toString() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
toString() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
toString() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
toString() - Method in class com.gooddata.md.MaqlAst
 
toString() - Method in class com.gooddata.md.Meta
 
toString() - Method in class com.gooddata.md.Metric
 
toString() - Method in class com.gooddata.md.NestedAttribute.Content
 
toString() - Method in class com.gooddata.md.NestedAttribute
 
toString() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
toString() - Method in class com.gooddata.md.ProjectDashboard
 
toString() - Method in class com.gooddata.md.Query
 
toString() - Method in class com.gooddata.md.report.AttributeInGrid
 
toString() - Method in class com.gooddata.md.report.Filter
 
toString() - Method in class com.gooddata.md.report.Grid
 
toString() - Method in class com.gooddata.md.report.MetricElement
 
toString() - Method in class com.gooddata.md.report.MetricGroup
 
toString() - Method in class com.gooddata.md.report.Report
 
toString() - Method in class com.gooddata.md.report.ReportDefinition
 
toString() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
toString() - Method in enum com.gooddata.md.report.Total
 
toString() - Method in class com.gooddata.md.ReportAttachment
 
toString() - Method in class com.gooddata.md.Restriction
 
toString() - Method in class com.gooddata.md.ScheduledMail
 
toString() - Method in class com.gooddata.md.ScheduledMailWhen
 
toString() - Method in class com.gooddata.md.Table
 
toString() - Method in class com.gooddata.md.TableDataLoad
 
toString() - Method in class com.gooddata.md.Usage
 
toString() - Method in class com.gooddata.model.DiffRequest
 
toString() - Method in class com.gooddata.model.ModelDiff
 
toString() - Method in class com.gooddata.notification.ProjectEvent
 
toString() - Method in class com.gooddata.project.Project
 
toString() - Method in class com.gooddata.project.Projects
 
toString() - Method in class com.gooddata.project.ProjectTemplate
 
toString() - Method in class com.gooddata.project.ProjectValidationResult
 
toString() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResults
 
toString() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
toString() - Method in class com.gooddata.project.ProjectValidationType
 
toString() - Method in class com.gooddata.project.Role
 
toString() - Method in class com.gooddata.project.User
 
toString() - Method in class com.gooddata.warehouse.Warehouse
 
toString() - Method in class com.gooddata.warehouse.WarehouseSchema
 
toString() - Method in class com.gooddata.warehouse.WarehouseUser
 
Total - Enum in com.gooddata.md.report
Represents type of Total for AttributeInGrid
toUri() - Method in class com.gooddata.GoodDataEndpoint
 
trace - Variable in class com.gooddata.gdc.ErrorStructure
 
triggerEvent(Project, ProjectEvent) - Method in class com.gooddata.notification.NotificationService
Triggers given project event.
TYPE_DISPLAY_FORM - Static variable in class com.gooddata.md.Column
 
TYPE_FACT - Static variable in class com.gooddata.md.Column
 
TYPE_FK - Static variable in class com.gooddata.md.Column
 
TYPE_FULL - Static variable in class com.gooddata.md.TableDataLoad
 
TYPE_INCREMENTAL - Static variable in class com.gooddata.md.TableDataLoad
 
TYPE_INPUT_PK - Static variable in class com.gooddata.md.Column
 
TYPE_PK - Static variable in class com.gooddata.md.Column
 

U

Updatable - Interface in com.gooddata.md
Marker interface for metadata objects which can be updated.
updateIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.connector.ConnectorService
Update connector integration
updateObj(T) - Method in class com.gooddata.md.MetadataService
Update given metadata object.
updateOutputStage(OutputStage) - Method in class com.gooddata.dataload.OutputStageService
Update output stage.
updateProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
updateProcess(DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
Update process with given data by given project.
updateProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
updateProcessFromAppstore(DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Update process with data from appstore by given project.
updateProjectData(Project, String) - Method in class com.gooddata.dataset.DatasetService
Update project data with the given update script (MAQL).
updateProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Updates existing project feature flag.
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).
updateSchedule(Project, Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
updateSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Update the given schedule
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.
updateWithPageParams(UriComponentsBuilder) - Method in interface com.gooddata.collections.Page
Updates provided URI builder query params according to this page configuration.
updateWithPageParams(UriComponentsBuilder) - Method in class com.gooddata.collections.PageRequest
 
Upload - Class in com.gooddata.dataset
Contains information about single dataset upload.
upload(String, InputStream) - Method in class com.gooddata.gdc.DataStoreService
Uploads given stream to given datastore path
UploadMode - Enum in com.gooddata.dataset
 
UploadStatistics - Class in com.gooddata.dataset
Global statistics about project's uploads
URI - Static variable in class com.gooddata.account.Account
 
URI - Static variable in class com.gooddata.connector.IntegrationProcessStatus
 
URI - Static variable in class com.gooddata.dataload.OutputStage
 
URI - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
URI - Static variable in class com.gooddata.dataload.processes.Schedule
 
URI - Static variable in class com.gooddata.dataset.DatasetManifest
 
URI - Static variable in class com.gooddata.dataset.Upload
 
URI - Static variable in class com.gooddata.dataset.UploadStatistics
 
URI - Static variable in class com.gooddata.gdc.Gdc
Deprecated.
URI of GoodData API root
URI - Static variable in class com.gooddata.gdc.RootLinks
URI of GoodData API root
URI - Static variable in class com.gooddata.md.maintenance.PartialMdExport
 
URI - Static variable in class com.gooddata.md.maintenance.PartialMdExportToken
 
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.notification.ProjectEvent
 
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.project.Role
 
URI - Static variable in class com.gooddata.warehouse.Warehouse
 
URI - Static variable in class com.gooddata.warehouse.Warehouses
 
URI - Static variable in class com.gooddata.warehouse.WarehouseSchema
 
URI - Static variable in class com.gooddata.warehouse.WarehouseSchemas
 
URI - Static variable in class com.gooddata.warehouse.WarehouseUser
 
URI - Static variable in class com.gooddata.warehouse.WarehouseUsers
 
URI_TEMPLATE - Static variable in class com.gooddata.dataset.Upload
 
URI_TEMPLATE - Static variable in class com.gooddata.dataset.UploadStatistics
 
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 string.
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
 
Usage - Class in com.gooddata.md
Describes object usages.
usedBy(Project, Obj, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given object.
usedBy(Project, String, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given object.
usedBy(Project, Collection<String>, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given objects.
User - Class in com.gooddata.project
User.

V

Validate - Class in com.gooddata.util
Argument validation helper methods used internally by GoodData SDK.
Validate() - Constructor for class com.gooddata.util.Validate
 
validateExecutable(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
validateProject(Project) - Method in class com.gooddata.project.ProjectService
Validate project using all available validations.
validateProject(Project, ProjectValidationType...) - Method in class com.gooddata.project.ProjectService
Validate project with given validations
validateProject(Project, Set<ProjectValidationType>) - Method in class com.gooddata.project.ProjectService
Validate project with given validations
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.dataload.processes.ScheduleState
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.md.report.Total
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.ProjectDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.ProjectEnvironment
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.dataload.processes.ScheduleState
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.md.report.Total
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.ProjectDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.ProjectEnvironment
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
 
Warehouse(String, String, String, DateTime, DateTime, String, String, String, String, String, Map<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
 
Warehouses - Class in com.gooddata.warehouse
List of warehouses.
Warehouses(List<Warehouse>, Paging) - Constructor for class com.gooddata.warehouse.Warehouses
 
Warehouses(List<Warehouse>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.Warehouses
 
WarehouseSchema - Class in com.gooddata.warehouse
Warehouse schema.
WarehouseSchemaNotFoundException - Exception in com.gooddata.warehouse
Warehouse schema doesn't exist.
WarehouseSchemaNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseSchemaNotFoundException
 
WarehouseSchemas - Class in com.gooddata.warehouse
List of warehouse schemas.
WarehouseSchemas(List<WarehouseSchema>, Paging) - Constructor for class com.gooddata.warehouse.WarehouseSchemas
 
WarehouseSchemas(List<WarehouseSchema>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseSchemas
 
WarehouseService - Class in com.gooddata.warehouse
Provide access to warehouse API - create, update, list and delete warehouses.
WarehouseService(RestTemplate) - Constructor for class com.gooddata.warehouse.WarehouseService
Sets RESTful HTTP Spring template.
WarehouseUser - Class in com.gooddata.warehouse
Warehouse user
WarehouseUser(String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseUser
 
WarehouseUser(String, String, String, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseUser
 
WarehouseUserNotFoundException - Exception in com.gooddata.warehouse
Warehouse instance doesn't exist.
WarehouseUserNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseUserNotFoundException
 
WarehouseUsers - Class in com.gooddata.warehouse
List of warehouse users.
WarehouseUsers(List<WarehouseUser>, Paging) - Constructor for class com.gooddata.warehouse.WarehouseUsers
 
WarehouseUsers(List<WarehouseUser>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseUsers
 

Z

Zendesk4ProcessExecution - Class in com.gooddata.connector
Zendesk 4 (Insights) connector process execution (i.e.
Zendesk4ProcessExecution() - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution
 
Zendesk4ProcessExecution.DownloadParams - Class in com.gooddata.connector
 
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.ZipHelper
This method compresses the input file to zip format.
zip(File, OutputStream, boolean) - Static method in class com.gooddata.util.ZipHelper
This method compresses the input file to zip format.
ZipHelper - Class in com.gooddata.util
Utility class for manipulating zip archives.
ZipHelper() - Constructor for class com.gooddata.util.ZipHelper
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2017. All Rights Reserved.