A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- AbsoluteDateFilter - Class in com.gooddata.executeafm.afm
-
Represents
DateFilterspecifying exact from and to dates. - AbsoluteDateFilter(ObjQualifier, LocalDate, LocalDate) - Constructor for class com.gooddata.executeafm.afm.AbsoluteDateFilter
-
Creates new filter instance
- 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
-
Deprecated.
- AbstractService(RestTemplate, GoodDataSettings) - 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
-
Deprecated.use AccountService(RestTemplate, GoodDataSettings) constructor instead
- AccountService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.account.AccountService
-
Constructs service for GoodData account management.
- addAttribute(AttributeItem) - Method in class com.gooddata.executeafm.afm.Afm
- addBccAddress(String) - Method in class com.gooddata.md.ScheduledMail
- addDashboardAttachment(String, Integer, String, String...) - Method in class com.gooddata.md.ScheduledMail
- addDimension(Dimension) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- addFilter(CompatibilityFilter) - Method in class com.gooddata.executeafm.afm.Afm
- addFilter(FilterItem) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Apply additional filter
- addFlag(String, boolean) - Method in class com.gooddata.featureflag.FeatureFlags
-
Adds the feature flag of given name and given value.
- addHeaderItems(List<List<ResultHeaderItem>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Add header items for next dimension (this method will add dimension in header items)
- addMeasure(MeasureItem) - Method in class com.gooddata.executeafm.afm.Afm
- addNativeTotal(NativeTotalItem) - Method in class com.gooddata.executeafm.afm.Afm
- addParam(String, String) - Method in class com.gooddata.dataload.processes.Schedule
- addReportAttachment(ReportDefinition, Map<String, String>, ExportFormat...) - Method in class com.gooddata.md.ScheduledMail
- addReportAttachment(ReportDefinition, Map<String, String>, ReportExportFormat...) - Method in class com.gooddata.md.ScheduledMail
- addReportAttachment(ReportDefinition, Map<String, String>, String...) - Method in class com.gooddata.md.ScheduledMail
- addS3Credentials(Warehouse, WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
-
add new S3 credentials to the Warehouse
- addSort(SortItem) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- addToAddress(String) - Method in class com.gooddata.md.ScheduledMail
- addTotal(TotalItem) - Method in class com.gooddata.executeafm.resultspec.Dimension
- addUserToProject(Project, Account, Role...) - Method in class com.gooddata.project.ProjectService
-
Add user in to the project
- addUserToWarehouse(Warehouse, WarehouseUser) - Method in class com.gooddata.warehouse.WarehouseService
-
Add given user to given warehouse.
- ADMIN - com.gooddata.warehouse.WarehouseUserRole
- ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
-
Deprecated.in favour of
WarehouseUserRole.ADMIN - ADMIN_URI - Static variable in class com.gooddata.auditevent.AuditEvent
- ADMIN_URI_TEMPLATE - Static variable in class com.gooddata.auditevent.AuditEvent
- Afm - Class in com.gooddata.executeafm.afm
-
Attributes Filters and Measures in so called object form (could have MAQL form in future)
- Afm() - Constructor for class com.gooddata.executeafm.afm.Afm
- Afm(List<AttributeItem>, List<CompatibilityFilter>, List<MeasureItem>, List<NativeTotalItem>) - Constructor for class com.gooddata.executeafm.afm.Afm
- AGGREGATED_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.featureflag.FeatureFlags
- AGGREGATED_FEATURE_FLAGS_URI - Static variable in class com.gooddata.featureflag.FeatureFlags
- Aggregation - Enum in com.gooddata.executeafm.afm
-
Represents possible aggregation values at
SimpleMeasureDefinition - ArithmeticMeasureDefinition - Class in com.gooddata.executeafm.afm
-
Arithmetic measure definition representing aggregation of existing measures, for example sum of measures, difference,...
- ArithmeticMeasureDefinition(List<String>, String) - Constructor for class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
Constructor of
ArithmeticMeasureDefinition - arrayToStringArray(ExportFormat...) - Static method in enum com.gooddata.export.ExportFormat
- arrayToStringArray(ReportExportFormat...) - Static method in enum com.gooddata.report.ReportExportFormat
-
Deprecated.
- ASC - com.gooddata.executeafm.resultspec.Direction
- asList() - Method in interface com.gooddata.executeafm.result.Data
- asList() - Method in class com.gooddata.executeafm.result.DataList
- asMap() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
-
Returns map of tuples
<ID, value>. - asQueryParams() - Method in class com.gooddata.lcm.LcmEntityFilter
-
This filter in the form of query parameters map.
- 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
ScheduledMailattachments. - Attachment(String) - Constructor for class com.gooddata.md.Attachment
- Attribute - Class in com.gooddata.md
-
Attribute of GoodData project dataset
- attributeContent - Variable in class com.gooddata.md.AttributeDisplayForm
- AttributeDisplayForm - Class in com.gooddata.md
-
Display form of attribute
- AttributeElement - Class in com.gooddata.md
-
Represent one element of attribute values
- AttributeFilter - Class in com.gooddata.executeafm.afm
-
Represents filter by attribute.
- AttributeHeader - Class in com.gooddata.executeafm.response
-
Header of an attribute.
- AttributeHeader(String, String, String, String) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
-
Deprecated.use the constructor with
AttributeInHeader - AttributeHeader(String, String, String, String, AttributeInHeader) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
-
Creates new header
- AttributeHeader(String, String, String, String, AttributeInHeader, List<TotalHeaderItem>) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
-
Creates new header
- AttributeHeader(String, String, String, String, List<TotalHeaderItem>) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
-
Deprecated.use the constructor with
AttributeInHeader - AttributeHeaderItem - Class in com.gooddata.executeafm.result
-
Header item for attribute
- AttributeHeaderItem(String, String) - Constructor for class com.gooddata.executeafm.result.AttributeHeaderItem
-
Creates new header item
- AttributeInGrid - Class in com.gooddata.md.report
-
Attribute in Grid
- 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.
- 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(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.
- AttributeInHeader - Class in com.gooddata.executeafm.response
-
Represents attribute in
AttributeHeader - AttributeInHeader(String, String, String) - Constructor for class com.gooddata.executeafm.response.AttributeInHeader
-
Creates new instance
- AttributeItem - Class in com.gooddata.executeafm.afm
-
Represents attribute within
Afm - AttributeItem(ObjQualifier, String) - Constructor for class com.gooddata.executeafm.afm.AttributeItem
-
Creates new instance
- AttributeItem(ObjQualifier, String, String) - Constructor for class com.gooddata.executeafm.afm.AttributeItem
-
Creates new instance
- AttributeLocatorItem - Class in com.gooddata.executeafm.resultspec
-
Holds attribute including it's specific element
- AttributeLocatorItem(String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeLocatorItem
- AttributeSortAggregation - Enum in com.gooddata.executeafm.resultspec
-
Represents aggregation used when putting together all related values belonging to attribute element when we are sorting by this attribute.
- AttributeSortItem - Class in com.gooddata.executeafm.resultspec
-
Define sort by specific attribute
- AttributeSortItem(Direction, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
- AttributeSortItem(Direction, String, AttributeSortAggregation) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
- AttributeSortItem(String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
- AttributeSortItem(String, String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
- AuditEvent - Class in com.gooddata.auditevent
-
Audit event
- AuditEvent(String, String, DateTime, DateTime, String, boolean, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.auditevent.AuditEvent
- AuditEventPageRequest - Class in com.gooddata.auditevent
-
Class to encapsulate time filtering and paging parameters
- AuditEventPageRequest() - Constructor for class com.gooddata.auditevent.AuditEventPageRequest
- AuditEvents - Class in com.gooddata.auditevent
-
Pageable list DTO for Audit events
- AuditEvents(List<AuditEvent>, Paging, Map<String, String>) - Constructor for class com.gooddata.auditevent.AuditEvents
- AuditEventService - Class in com.gooddata.auditevent
-
List audit events.
- AuditEventService(RestTemplate, AccountService) - Constructor for class com.gooddata.auditevent.AuditEventService
-
Deprecated.use AuditEventService(RestTemplate, AccountService, GoodDataSettings) constructor instead
- AuditEventService(RestTemplate, AccountService, GoodDataSettings) - Constructor for class com.gooddata.auditevent.AuditEventService
-
Service for audit events
- AuditEventsForbiddenException - Exception in com.gooddata.auditevent
- AuditEventsForbiddenException(Throwable) - Constructor for exception com.gooddata.auditevent.AuditEventsForbiddenException
- Authentication - Interface in com.gooddata
-
User authentication strategy.
- AVG - com.gooddata.executeafm.afm.Aggregation
- AVG - com.gooddata.md.report.Total
B
- BAR - com.gooddata.md.visualization.VisualizationType
- Bucket - Class in com.gooddata.md.visualization
-
Represents bucket within
VisualizationObject - Bucket(String, List<BucketItem>) - Constructor for class com.gooddata.md.visualization.Bucket
-
Creates new instance of bucket
- BucketItem - Interface in com.gooddata.md.visualization
-
Interface for bucket items within
Bucket
C
- canEqual(Object) - Method in class com.gooddata.auditevent.AuditEventPageRequest
- Channel - Class in com.gooddata.notification
-
Notification channel
- Channel(Configuration, String) - Constructor for class com.gooddata.notification.Channel
- CLIENT - Static variable in class com.gooddata.lcm.LcmEntity.LinkCategory
- CollectionType - Enum in com.gooddata.md.visualization
-
Represents type of collection that can be used as local identifier for
Bucket - Column - Class in com.gooddata.md
-
Represents physical data model column.
- COLUMN - com.gooddata.md.visualization.VisualizationType
- com.gooddata - package com.gooddata
- com.gooddata.account - package com.gooddata.account
- com.gooddata.auditevent - package com.gooddata.auditevent
- com.gooddata.authentication - package com.gooddata.authentication
- 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.executeafm - package com.gooddata.executeafm
- com.gooddata.executeafm.afm - package com.gooddata.executeafm.afm
- com.gooddata.executeafm.response - package com.gooddata.executeafm.response
- com.gooddata.executeafm.result - package com.gooddata.executeafm.result
- com.gooddata.executeafm.resultspec - package com.gooddata.executeafm.resultspec
- com.gooddata.export - package com.gooddata.export
- com.gooddata.featureflag - package com.gooddata.featureflag
- com.gooddata.gdc - package com.gooddata.gdc
- com.gooddata.lcm - package com.gooddata.lcm
- 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.md.visualization - package com.gooddata.md.visualization
- com.gooddata.model - package com.gooddata.model
- com.gooddata.notification - package com.gooddata.notification
- com.gooddata.project - package com.gooddata.project
- com.gooddata.projecttemplate - package com.gooddata.projecttemplate
- com.gooddata.report - package com.gooddata.report
- com.gooddata.retry - package com.gooddata.retry
- com.gooddata.util - package com.gooddata.util
- com.gooddata.warehouse - package com.gooddata.warehouse
- CompatibilityFilter - Interface in com.gooddata.executeafm.afm
-
Covers all the filters including the "deprecated" ones.
- Configuration - Interface in com.gooddata.notification
-
Interface for configurations of channel
- 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
-
Deprecated.use ConnectorService(RestTemplate, ProjectService, GoodDataSettings) constructor instead
- ConnectorService(RestTemplate, ProjectService, GoodDataSettings) - Constructor for class com.gooddata.connector.ConnectorService
- ConnectorType - Enum in com.gooddata.connector
-
Enum containing implemented connector types.
- content - Variable in class com.gooddata.md.AttributeDisplayForm
-
Deprecated.use
AttributeDisplayForm.attributeContentinstead - 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
- convertToAfm() - Method in class com.gooddata.md.visualization.VisualizationObject
- convertToAfm(VisualizationObject) - Static method in class com.gooddata.md.visualization.VisualizationConverter
-
Generate Afm from Visualization object.
- convertToExecution(VisualizationClass) - Method in class com.gooddata.md.visualization.VisualizationObject
- convertToExecution(VisualizationObject, VisualizationClass) - Static method in class com.gooddata.md.visualization.VisualizationConverter
-
Generate Execution from Visualization object.
- convertToExecution(VisualizationObject, Function<String, VisualizationClass>) - Static method in class com.gooddata.md.visualization.VisualizationConverter
-
Generate Execution from Visualization object.
- convertToExecution(Function<String, VisualizationClass>) - Method in class com.gooddata.md.visualization.VisualizationObject
- convertToResultSpec(VisualizationClass) - Method in class com.gooddata.md.visualization.VisualizationObject
- convertToResultSpec(VisualizationObject, VisualizationClass) - Static method in class com.gooddata.md.visualization.VisualizationConverter
-
Generate ResultSpec from Visualization object.
- convertToResultSpec(VisualizationObject, Function<String, VisualizationClass>) - Static method in class com.gooddata.md.visualization.VisualizationConverter
-
Generate ResultSpec from Visualization object.
- convertToResultSpec(Function<String, VisualizationClass>) - Method in class com.gooddata.md.visualization.VisualizationObject
- convertToUriQualifier(IdentifierObjQualifier) - Method in interface com.gooddata.executeafm.afm.ObjQualifierConverter
-
Convert provided
IdentifierObjQualifierto the matchingUriObjQualifier. - copy(AuditEventPageRequest) - Static method in class com.gooddata.auditevent.AuditEventPageRequest
-
Copy constructor
- count(int...) - Method in class com.gooddata.executeafm.result.Paging
-
Sets count compound of given elements, each element per dimension
- COUNT - com.gooddata.executeafm.afm.Aggregation
- COUPA - com.gooddata.connector.ConnectorType
- CoupaInstance - Class in com.gooddata.connector
-
Coupa connector instance.
- CoupaInstance(String, String, String) - Constructor for class com.gooddata.connector.CoupaInstance
-
Constructor.
- CoupaProcessExecution - Class in com.gooddata.connector
-
Coupa connector process execution (i.e.
- CoupaProcessExecution() - Constructor for class com.gooddata.connector.CoupaProcessExecution
- CoupaSettings - Class in com.gooddata.connector
-
Coupa connector settings (contains timezone only)
- CoupaSettings(String) - Constructor for class com.gooddata.connector.CoupaSettings
- create(RetrySettings, ClientHttpRequestFactory) - Static method in class com.gooddata.retry.RetryableRestTemplate
-
Creates new retryable REST template.
- 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
- CREATE_WITH_ID_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).
- createChannel(Account, Channel) - Method in class com.gooddata.notification.NotificationService
-
Create channel for notifications
- createCoupaInstance(Project, CoupaInstance) - Method in class com.gooddata.connector.ConnectorService
-
Creates Coupa connector instance.
- CreatedInvitations - Class in com.gooddata.project
-
Created invitations
- 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, ConnectorType, Integration) - Method in class com.gooddata.connector.ConnectorService
-
Create connector integration
- createIntegration(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
-
Create connector integration with given settings
- createObj(Project, T) - Method in class com.gooddata.md.MetadataService
-
Create metadata object in given project
- createProcess(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
-
Create new process without data.
- createProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
-
Create new process with given data by given project.
- createProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
-
Create new process from appstore.
- createProcessPollResult(String) - Method in class com.gooddata.connector.ConnectorService
- 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.
- createSubscription(Project, Account, Subscription) - Method in class com.gooddata.notification.NotificationService
-
Create subscription for notifications
- createWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
-
Create new warehouse.
- createWithlogin(String, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
- createWithProfile(Account, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
- createWithProfileUri(String, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
- CSV - com.gooddata.export.ExportFormat
- CSV - com.gooddata.report.ReportExportFormat
-
Deprecated.
- CURRENT_ID - Static variable in class com.gooddata.account.Account
D
- DashboardAttachment - Class in com.gooddata.md
-
Attachment to
ScheduledMailrepresents dashboard-related information for the schedule. - DashboardAttachment(String, Integer, String, String...) - Constructor for class com.gooddata.md.DashboardAttachment
- Data - Interface in com.gooddata.executeafm.result
-
Data of
ExecutionResult, can be of three basic kinds -Data.NULL, list and simple value. - DATA_ADMIN - com.gooddata.warehouse.WarehouseUserRole
- DATA_ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
-
Deprecated.in favour of
WarehouseUserRole.DATA_ADMIN - DATA_PRODUCT - Static variable in class com.gooddata.lcm.LcmEntity.LinkCategory
- Data.DataDeserializer - Class in com.gooddata.executeafm.result
- DataDeserializer() - Constructor for class com.gooddata.executeafm.result.Data.DataDeserializer
- DataList - Class in com.gooddata.executeafm.result
- DataList(List<Data>) - Constructor for class com.gooddata.executeafm.result.DataList
-
Creates new instance of given list of data
- DATALOAD - com.gooddata.dataload.processes.ProcessType
- DataLoadingColumn - Class in com.gooddata.md
-
Represents datasets' loading column.
- DataloadProcess - Class in com.gooddata.dataload.processes
-
Dataload process.
- DataloadProcess(String, ProcessType) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
- 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.
- Dataset - Class in com.gooddata.dataset
-
Deprecated.use
AboutLinks.Linkinstead - Dataset - Class in com.gooddata.md
-
Represents metadata dataset
- Dataset(String, String, String) - Constructor for class com.gooddata.dataset.Dataset
-
Deprecated.
- 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>) - Constructor for exception com.gooddata.dataset.DatasetException
- DatasetException(String, Collection<String>, Throwable) - Constructor for exception com.gooddata.dataset.DatasetException
- DatasetManifest - Class in com.gooddata.dataset
-
Dataset specific upload manifest
- DatasetManifest(String) - Constructor for class com.gooddata.dataset.DatasetManifest
- DatasetManifest(String, 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
-
Deprecated.use DatasetService(RestTemplate, DataStoreService, GoodDataSettings) constructor instead
- DatasetService(RestTemplate, DataStoreService, GoodDataSettings) - 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
- DataValue - Class in com.gooddata.executeafm.result
-
Simple value type of
Data. - DataValue(String) - Constructor for class com.gooddata.executeafm.result.DataValue
-
Creates new instance of given value.
- DateFilter - Class in com.gooddata.executeafm.afm
-
Represents filter by date.
- DEFAULT - com.gooddata.dataset.UploadMode
-
Dataset input for loading data by calculating based on its attributes.
- DEFAULT_RETRY_COUNT - Variable in class com.gooddata.retry.RetrySettings
- delete(String) - Method in class com.gooddata.gdc.DataStoreService
-
Delete given path from datastore.
- DELETE_CENTER - com.gooddata.dataset.UploadMode
-
Dataset input for deleting
- deleteProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
-
Deletes existing project feature flag.
- DerivedMeasureDefinition - Class in com.gooddata.executeafm.afm
-
The superclass of the
MeasureDefinitionclasses that are derived from the master measure and have the identifier of the master measure. - DESC - com.gooddata.executeafm.resultspec.Direction
- deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.executeafm.result.Data.DataDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.TagsDeserializer
- DEVELOPMENT - com.gooddata.project.Environment
-
no meaning yet and behavior is the same as for
Environment.PRODUCTIONprojects or warehouses. - DEVELOPMENT - com.gooddata.project.ProjectEnvironment
-
no meaning yet and behavior is the same as for
ProjectEnvironment.PRODUCTIONprojects - 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.executeafm.resultspec
-
Dimension content definition.
- Dimension - Class in com.gooddata.md
-
Represents metadata dimension.
- Dimension(String...) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
-
Creates new instance
- Dimension(List<String>) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
-
Creates new instance
- Dimension(List<String>, Set<TotalItem>) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
-
Creates new instance
- Direction - Enum in com.gooddata.executeafm.resultspec
- DISABLED - com.gooddata.dataload.processes.ScheduleState
- 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
- doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class com.gooddata.retry.RetryableRestTemplate
- download(String) - Method in class com.gooddata.gdc.DataStoreService
-
Download given path and return data as stream
- DOWNLOADED - com.gooddata.connector.Status.Code
- DOWNLOADING - com.gooddata.connector.Status.Code
- DownloadParams(Boolean) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- DownloadParams(Boolean, Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- DownloadParams(Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
E
- EmailConfiguration - Class in com.gooddata.notification
-
Email configuration of channel
- EmailConfiguration(String) - Constructor for class com.gooddata.notification.EmailConfiguration
- ENABLED - com.gooddata.dataload.processes.ScheduleState
- enterprise - com.gooddata.connector.Zendesk4Settings.Zendesk4Type
- 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.auditevent.AuditEventPageRequest
- equals(Object) - Method in class com.gooddata.connector.CoupaInstance
- equals(Object) - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.AttributeFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.AttributeItem
- equals(Object) - Method in class com.gooddata.executeafm.afm.DateFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.DerivedMeasureDefinition
- equals(Object) - Method in class com.gooddata.executeafm.afm.ExpressionFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.MeasureItem
- equals(Object) - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.OverPeriodDateAttribute
- equals(Object) - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
- equals(Object) - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- equals(Object) - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
- equals(Object) - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
- equals(Object) - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- equals(Object) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- equals(Object) - Method in class com.gooddata.executeafm.IdentifierObjQualifier
- equals(Object) - Method in class com.gooddata.executeafm.response.AttributeInHeader
- equals(Object) - Method in class com.gooddata.executeafm.result.DataValue
- equals(Object) - Method in class com.gooddata.executeafm.result.Warning
- equals(Object) - Method in class com.gooddata.executeafm.resultspec.TotalItem
- equals(Object) - Method in class com.gooddata.executeafm.UriObjQualifier
- 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.lcm.LcmEntity
- 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(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.md.visualization.Bucket
- equals(Object) - Method in class com.gooddata.md.visualization.Measure
- equals(Object) - Method in class com.gooddata.md.visualization.VisualizationAttribute
- 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
- equals(Object) - Method in class com.gooddata.projecttemplate.Template
- equals(Object) - Method in class com.gooddata.retry.RetrySettings
- equals(String) - Static method in class com.gooddata.md.report.MetricGroup
- ERROR - com.gooddata.connector.Status.Code
- execute(Project, Execution) - Method in class com.gooddata.executeafm.ExecuteAfmService
-
Deprecated.
- executeAfm(Project, Execution) - Method in class com.gooddata.executeafm.ExecuteAfmService
-
Executes the given AFM execution returning the execution response
- ExecuteAfmService - Class in com.gooddata.executeafm
-
Service for executing reports with new visualization structures like AFM or Visualization Object.
- ExecuteAfmService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.executeafm.ExecuteAfmService
-
Constructor.
- executeProcess(ProcessExecution) - Method in class com.gooddata.dataload.processes.ProcessService
-
Run given execution under given process
- executeProcess(Project, ProcessExecution) - Method in class com.gooddata.connector.ConnectorService
-
Execute connector process
- executeReport(String, ReportRequest) - Method in class com.gooddata.export.ExportService
- ExecuteReport - Class in com.gooddata.export
-
Report execution request
- ExecuteReport(Report) - Constructor for class com.gooddata.export.ExecuteReport
-
Create ExecuteReport based on
Report - ExecuteReportDefinition - Class in com.gooddata.export
-
Report definition execution request
- ExecuteReportDefinition(ReportDefinition) - Constructor for class com.gooddata.export.ExecuteReportDefinition
-
Create ExecuteReportDefinition based on
ReportDefinition - executeSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
-
Executes given schedule
- executeVisualization(Project, VisualizationExecution) - Method in class com.gooddata.executeafm.ExecuteAfmService
-
Executes the given execution returning the execution response
- Execution - Class in com.gooddata.executeafm
-
Represents structure for triggering execution of contained AFM (Attributes Filters Metrics).
- Execution(Afm) - Constructor for class com.gooddata.executeafm.Execution
- Execution(Afm, ResultSpec) - Constructor for class com.gooddata.executeafm.Execution
- ExecutionResponse - Class in com.gooddata.executeafm.response
-
Represents response on
Executionrequest. - ExecutionResponse(List<ResultDimension>, String) - Constructor for class com.gooddata.executeafm.response.ExecutionResponse
-
Creates new instance of given dimensions and execution result uri.
- ExecutionResult - Class in com.gooddata.executeafm.result
-
Data result of the
Execution. - ExecutionResult(String[][], Paging) - Constructor for class com.gooddata.executeafm.result.ExecutionResult
-
Creates new result
- ExecutionResult(String[], Paging) - Constructor for class com.gooddata.executeafm.result.ExecutionResult
-
Creates new result
- ExecutionResultException - Exception in com.gooddata.executeafm
-
Signals problem while fetching
ExecutionResultincluding it's computation - export(ReportDefinition, ExportFormat, OutputStream) - Method in class com.gooddata.export.ExportService
-
Export the given report definition in the given format to the given output stream
- export(Report, ExportFormat, OutputStream) - Method in class com.gooddata.export.ExportService
-
Export the given report in the given format to the given output stream
- exportCsv(ReportDefinition, OutputStream) - Method in class com.gooddata.export.ExportService
-
Export the given Report Definition using the raw export (without columns/rows limitations)
- exportCsv(Report, OutputStream) - Method in class com.gooddata.export.ExportService
-
Export the given Report using the raw export (without columns/rows limitations)
- ExportException - Exception in com.gooddata.export
-
Exception during export
- ExportException(String) - Constructor for exception com.gooddata.export.ExportException
- ExportException(String, Throwable) - Constructor for exception com.gooddata.export.ExportException
- ExportFormat - Enum in com.gooddata.export
-
Format of exported report
- 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
-
Deprecated.use ExportImportService(RestTemplate, GoodDataSettings) constructor instead
- ExportImportService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.md.maintenance.ExportImportService
- EXPORTING_URI - Static variable in class com.gooddata.export.ExportService
- EXPORTING_URI - Static variable in class com.gooddata.report.ReportService
-
Deprecated.
- exportPdf(ProjectDashboard, ProjectDashboard.Tab, OutputStream) - Method in class com.gooddata.export.ExportService
-
Export the given dashboard tab in PDF format to the given output stream
- exportReport(ReportDefinition, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
- exportReport(Report, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
- ExportService - Class in com.gooddata.export
-
Export project data
- ExportService(RestTemplate, GoodDataEndpoint) - Constructor for class com.gooddata.export.ExportService
-
Deprecated.use ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) constructor instead
- ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) - Constructor for class com.gooddata.export.ExportService
-
Service for data export
- Expression - Class in com.gooddata.md
-
Expression of fact
- Expression(String, String) - Constructor for class com.gooddata.md.Expression
- ExpressionFilter - Class in com.gooddata.executeafm.afm
-
To be deprecated filter using plain expression
- ExpressionFilter(String) - Constructor for class com.gooddata.executeafm.afm.ExpressionFilter
-
Creates new instance
- extractData(ClientHttpResponse) - Method in class com.gooddata.AbstractService.OutputStreamResponseExtractor
- extractData(ClientHttpResponse, Class<T>) - Method in class com.gooddata.AbstractService
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
-
Deprecated.use FeatureFlagService(RestTemplate, GoodDataSettings) constructor instead
- FeatureFlagService(RestTemplate, GoodDataSettings) - 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
- FilterItem - Interface in com.gooddata.executeafm.afm
-
Covers all the filters which can be used within AFM
- find(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
-
Find metadata by restrictions like identifier, title or summary.
- findCoupaInstances(Project) - Method in class com.gooddata.connector.ConnectorService
-
Returns collection of all existing Coupa instances
- findTotals(String) - Method in class com.gooddata.executeafm.resultspec.Dimension
- findUris(Project, Restriction...) - Method in class com.gooddata.md.MetadataService
-
Find metadata URIs by restrictions.
- findUris(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
-
Find metadata URIs by restrictions like identifier, title or summary.
- FORMAT - Static variable in class com.gooddata.md.report.GridReportDefinitionContent
- FORMAT - Static variable in class com.gooddata.md.report.OneNumberReportDefinitionContent
- FULL - com.gooddata.dataset.UploadMode
-
Dataset input for loading in full mode (reload from scratch)
- 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
RootLinksinstead - Gdc(List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.Gdc
-
Deprecated.
- GDC_REQUEST_ID_HEADER - Static variable in class com.gooddata.GoodData
-
Deprecated.use
Header.GDC_REQUEST_IDinstead. - GDC_URI - Static variable in class com.gooddata.auditevent.AuditEvent
- GdcSardineException - Exception in com.gooddata.gdc
-
Extended Sardine exception about X-GDC-REQUEST header value.
- GdcSardineException(String, String, int, String) - Constructor for exception com.gooddata.gdc.GdcSardineException
- GdcService - Class in com.gooddata.gdc
-
Service to work with GoodData API root.
- GdcService(RestTemplate) - Constructor for class com.gooddata.gdc.GdcService
-
Deprecated.use GdcService(RestTemplate, GoodDataSettings) constructor instead
- GdcService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.gdc.GdcService
- get() - Method in interface com.gooddata.FutureResult
-
Wait for the result to be available and return it's value
- get() - Method in class com.gooddata.PollResult
- 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(long, TimeUnit) - Method in class com.gooddata.PollResult
- get(String) - Static method in enum com.gooddata.dataset.UploadMode
-
Lookup method.
- getAccessKey() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- getAccount() - Method in class com.gooddata.connector.Zendesk4Settings
- 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
- getAccountId() - Method in class com.gooddata.connector.PardotSettings
- getAccountLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getAccountUri()instead - 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
- getAfm() - Method in class com.gooddata.executeafm.Execution
- getAggregation() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getAggregation() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
- getAlias() - Method in class com.gooddata.executeafm.afm.AttributeItem
- getAlias() - Method in class com.gooddata.executeafm.afm.MeasureItem
- 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
- getAlreadyInProjectEmails() - Method in class com.gooddata.project.CreatedInvitations
-
List of emails which can't be invited to the project because they are already members of the project
- getApiKey() - Method in class com.gooddata.connector.CoupaInstance
- getApiUrl() - Method in class com.gooddata.connector.CoupaInstance
- getApiUrl() - Method in class com.gooddata.connector.Zendesk4Settings
- getAttachments() - Method in class com.gooddata.md.ScheduledMail
- getAttribute() - Method in class com.gooddata.executeafm.afm.OverPeriodDateAttribute
-
The
ObjQualifierof the attribute from the date data set that defines the PoP period. - getAttribute(String) - Method in class com.gooddata.executeafm.afm.Afm
-
Find
AttributeItemwithin attributes by given localIdentifier - getAttribute(String) - Method in class com.gooddata.md.visualization.VisualizationObject
- 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.
- getAttributeFromCollection(CollectionType) - Method in class com.gooddata.md.visualization.VisualizationObject
-
Returns attribute from collection bucket, if and only if bucket contains exactly one item of type
VisualizationAttribute, null otherwise - getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
- getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
- getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.TotalItem
-
internal attribute identifier in AFM defining total placement
- getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.TotalLocatorItem
- getAttributeIdentifiers() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
-
subset of internal attribute identifiers in AFM defining total placement
- getAttributes() - Method in class com.gooddata.executeafm.afm.Afm
- getAttributes() - Method in class com.gooddata.md.Dataset
- getAttributes() - Method in class com.gooddata.md.Dimension
- getAttributes() - Method in class com.gooddata.md.visualization.VisualizationObject
- getAuditEventService() - Method in class com.gooddata.GoodData
-
Get initialized service for audit events
- 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.use
RootLinks.getAvailableElementsUri()instead - 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
- getBuckets() - Method in class com.gooddata.md.visualization.VisualizationObject
- 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
- getChangesFrom() - Method in class com.gooddata.connector.PardotProcessExecution
- getChannels() - Method in class com.gooddata.notification.Subscription
- getChecksum() - Method in class com.gooddata.md.visualization.VisualizationClass
- getClearCachesLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getClearCachesUri()instead - getClearCachesUri() - Method in class com.gooddata.project.Project
- getClient() - Method in class com.gooddata.lcm.LcmEntityFilter
- getClientId() - Method in class com.gooddata.dataload.OutputStage
-
get client ID
- getClientId() - Method in class com.gooddata.lcm.LcmEntity
- getClientUri() - Method in class com.gooddata.lcm.LcmEntity
- 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
- 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
- getComputeRatio() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getCondition() - Method in class com.gooddata.notification.Subscription
- getConfiguration() - Method in class com.gooddata.notification.Channel
- getConfigUri() - Method in class com.gooddata.projecttemplate.Template
- 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.use
Project.getConnectorsUri()instead - getConnectorsUri() - Method in class com.gooddata.project.Project
- getConnectorType() - Method in class com.gooddata.connector.CoupaProcessExecution
- getConnectorType() - Method in class com.gooddata.connector.CoupaSettings
- getConnectorType() - Method in exception com.gooddata.connector.IntegrationNotFoundException
- getConnectorType() - Method in class com.gooddata.connector.PardotProcessExecution
- getConnectorType() - Method in class com.gooddata.connector.PardotSettings
- 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
- getContent() - Method in class com.gooddata.md.ProjectDashboard
- 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
- getCount() - Method in class com.gooddata.executeafm.result.Paging
- getCoupaSettings(Project) - Method in class com.gooddata.connector.ConnectorService
-
Gets settings for coupa connector.
- getCreated() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
- getCreated() - Method in class com.gooddata.dataload.processes.ScheduleExecution
- 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
- getCronExpression() - Method in class com.gooddata.notification.TimerEvent
- getCurrent() - Method in class com.gooddata.account.AccountService
-
Gets current account of logged user.
- getData() - Method in class com.gooddata.executeafm.result.ExecutionResult
- 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.use
Project.getDataLoadUri()instead - getDataloadProcessUri() - Method in class com.gooddata.dataload.OutputStage
- getDataLoads() - Method in class com.gooddata.md.Table
- getDataLoadUri() - Method in class com.gooddata.project.Project
- getDataProduct() - Method in class com.gooddata.lcm.LcmEntityFilter
- getDataProductId() - Method in class com.gooddata.lcm.LcmEntity
- getDataProductUri() - Method in class com.gooddata.lcm.LcmEntity
- getDataSet() - Method in class com.gooddata.dataset.DatasetManifest
- getDataSet() - Method in class com.gooddata.executeafm.afm.DateFilter
- getDataSet() - Method in class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
-
The
ObjQualifierof the data set that match one of theDateFilterin the execution. - 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.use
Dataset.getDataUploadsUri()instead - getDataUploadsUri() - Method in class com.gooddata.md.Dataset
- getDateAttributes() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
-
The date attributes that defines how this measure will be shifted in time.
- getDateDataSets() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
-
The date data sets that defines how this measure will be shifted in time.
- 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
- getDefinition() - Method in class com.gooddata.executeafm.afm.MeasureItem
- 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
-
Deprecated.use
NestedAttribute.Content.getDimensionUri()instead - getDimensionLink() - Method in class com.gooddata.md.NestedAttribute
-
Deprecated.use
NestedAttribute.getDimensionUri()instead - getDimensions() - Method in class com.gooddata.executeafm.response.ExecutionResponse
-
List of dimensions describing the result.
- getDimensions() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- getDimensionUri() - Method in class com.gooddata.md.NestedAttribute.Content
- getDimensionUri() - Method in class com.gooddata.md.NestedAttribute
- getDirection() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
- getDirection() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
- getDirection() - Method in class com.gooddata.md.NestedAttribute.Content
- getDirection() - Method in class com.gooddata.md.NestedAttribute
- getDisplayForm() - Method in class com.gooddata.executeafm.afm.AttributeFilter
- getDisplayForm() - Method in class com.gooddata.executeafm.afm.AttributeItem
- getDisplayForms() - Method in class com.gooddata.md.NestedAttribute.Content
- getDisplayForms() - Method in class com.gooddata.md.NestedAttribute
- getDomainMismatchEmails() - Method in class com.gooddata.project.CreatedInvitations
-
List of emails which can't be invited to the project because their users belongs to a different domain
- getDomains() - Method in class com.gooddata.md.report.Report
- getDownloadDataFrom() - Method in class com.gooddata.connector.CoupaProcessExecution
- 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
-
Deprecated.
- getDrillDownStepDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
-
Deprecated.use
NestedAttribute.getDrillDownStepDisplayFormUri()instead - 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
- getDwDefinitionUri() - Method in class com.gooddata.projecttemplate.Template
- getElement() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
- getElements() - Method in class com.gooddata.md.DisplayForm.Links
- getElementsLink() - Method in class com.gooddata.md.DisplayForm
-
Deprecated.use
DisplayForm.getElementsUri()instead - getElementsUri() - Method in class com.gooddata.md.DisplayForm
- getEmail() - Method in class com.gooddata.account.Account
- getEmail() - Method in class com.gooddata.project.Invitation
- 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
- getEventStoresLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getEventStoresUri()instead - 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
- getExecuteAfmService() - Method in class com.gooddata.GoodData
-
Get initialized service for afm execution
- getExecuteLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getExecuteUri()instead - 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
-
Deprecated.use
ProcessExecutionDetail.getExecutionUri()instead - getExecutionLog(ProcessExecutionDetail, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
-
Get process execution log
- getExecutionResultUri() - Method in class com.gooddata.executeafm.response.ExecutionResponse
-
Uri referencing the data result location.
- getExecutionsLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
-
Deprecated.use
DataloadProcess.getExecutionsUri()instead - getExecutionsUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
- getExecutionsUri() - Method in class com.gooddata.dataload.processes.Schedule
- getExecutionUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
- getExplainLink() - Method in class com.gooddata.md.report.ReportDefinition
-
Deprecated.use
ReportDefinition.getExplainUri()instead - 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.
- getExportService() - Method in class com.gooddata.GoodData
-
Get initialized service for exports management (export report,...)
- 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
- getExpression() - Method in class com.gooddata.notification.MessageTemplate
- getExpression() - Method in class com.gooddata.notification.TriggerCondition
- 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.executeafm.afm.Afm
- getFilters() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getFilters() - Method in class com.gooddata.executeafm.VisualizationExecution
- getFilters() - Method in class com.gooddata.md.report.ReportDefinitionContent
- getFilters() - Method in class com.gooddata.md.visualization.VisualizationObject
- 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
- getFlags() - Method in class com.gooddata.md.AbstractObj
- getFlags() - Method in class com.gooddata.md.Meta
- 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.executeafm.afm.MeasureItem
- getFormat() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
- 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
- getFormOf() - Method in class com.gooddata.executeafm.response.AttributeHeader
- getFormOf() - Method in class com.gooddata.md.DisplayForm.Content
- getFormOf() - Method in class com.gooddata.md.DisplayForm
- getFrom() - Method in class com.gooddata.auditevent.AuditEventPageRequest
- getFrom() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- getFrom() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- getGdc() - Method in class com.gooddata.gdc.GdcService
-
Deprecated.use
GdcService.getRootLinks()instead - 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.
- getGranularity() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- 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.use
Project.getGroupsUri()instead - getGroupsUri() - Method in class com.gooddata.project.Project
- getGuidedNavigation() - Method in class com.gooddata.project.Project
- getHeaderItems() - Method in class com.gooddata.executeafm.result.ExecutionResult
- getHeaders() - Method in class com.gooddata.executeafm.response.ResultDimension
- getHidden() - Method in class com.gooddata.projecttemplate.Template
- getHiddenParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
- getHomeLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getHomeUri()instead - 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
HttpClientused by the library. - getIcon() - Method in class com.gooddata.md.visualization.VisualizationClass
- getIconSelected() - Method in class com.gooddata.md.visualization.VisualizationClass
- getId() - Method in class com.gooddata.account.Account
- getId() - Method in class com.gooddata.auditevent.AuditEvent
- 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.md.AbstractObj
-
Returns internally generated ID of the object (that's part of the object URI).
- getId() - Method in class com.gooddata.md.Entry
-
Returns internally generated ID of the object (that's part of the object URI).
- getId() - Method in class com.gooddata.md.Meta
-
Returns internally generated ID of the object (that's part of the object URI).
- 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.executeafm.IdentifierObjQualifier
- getIdentifier() - Method in class com.gooddata.executeafm.response.AttributeHeader
-
Metadata identifier of attribute's display form
- getIdentifier() - Method in class com.gooddata.executeafm.response.AttributeInHeader
- getIdentifier() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
- getIdentifier() - Method in class com.gooddata.gdc.AboutLinks.Link
- getIdentifier() - Method in class com.gooddata.md.AbstractObj
-
Returns user-specified identifier of the object.
- getIdentifier() - Method in class com.gooddata.md.Entry
-
Returns user-specified identifier of the object.
- getIdentifier() - Method in class com.gooddata.md.Meta
-
Returns user-specified identifier of the object.
- 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
- getIn() - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
- getIncremental() - Method in class com.gooddata.connector.CoupaProcessExecution
- getIncremental() - Method in class com.gooddata.connector.PardotProcessExecution
- getIncremental() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- getInstance() - Method in class com.gooddata.gdc.AboutLinks
- getInstance() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
- getInstanceUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- 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.use
Project.getInvitationsUri()instead - getInvitationsUri() - Method in class com.gooddata.project.Project
- getInvitationUris() - Method in class com.gooddata.project.CreatedInvitations
-
List of successful invitations
- getIpWhitelist() - Method in class com.gooddata.account.Account
- getItem() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getItemById(String) - Method in class com.gooddata.md.visualization.VisualizationObject
-
Method to get uri to requested local identifier from reference items
- getItemIdentifiers() - Method in class com.gooddata.executeafm.resultspec.Dimension
- getItems() - Method in class com.gooddata.executeafm.response.MeasureGroupHeader
-
Header items for particular measures
- getItems() - Method in class com.gooddata.md.visualization.Bucket
- 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.
- getLcmService() - Method in class com.gooddata.GoodData
-
Get initialized service for Life Cycle Management
- 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.use
Project.getLdmUri()instead - getLdmThumbnailLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getLdmThumbnailUri()instead - 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
- getLicense() - Method in class com.gooddata.warehouse.Warehouse
- getLine() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
- getLink() - Method in class com.gooddata.gdc.AboutLinks.Link
-
Deprecated.use
AboutLinks.Link.getUri()instead - getLink() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
-
Deprecated.use
LinkEntries.LinkEntry.getUri()instead - getLink() - Method in class com.gooddata.md.Entry
-
Deprecated.use
Entry.getUri()instead - getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute.Content
-
Deprecated.
- getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
-
Deprecated.use
NestedAttribute.getLinkedDisplayFormUri()instead - getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute.Content
- getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute
- getLinks() - Method in class com.gooddata.auditevent.AuditEvent
- getLinks() - Method in class com.gooddata.dataload.OutputStage
- getLinks() - Method in class com.gooddata.dataload.processes.ScheduleExecution
- getLinks() - Method in class com.gooddata.executeafm.response.ExecutionResponse
-
Map of response's links.
- getLinks() - Method in class com.gooddata.gdc.AboutLinks
- getLinks() - Method in class com.gooddata.lcm.LcmEntity
- getLinks() - Method in class com.gooddata.project.User
- getLinks() - Method in class com.gooddata.warehouse.Warehouse
- getLinks() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- getLinks() - Method in class com.gooddata.warehouse.WarehouseSchema
- getLinks() - Method in class com.gooddata.warehouse.WarehouseUser
- getListUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- getLocalIdentifier() - Method in class com.gooddata.executeafm.afm.AttributeItem
- getLocalIdentifier() - Method in interface com.gooddata.executeafm.afm.LocallyIdentifiable
- getLocalIdentifier() - Method in class com.gooddata.executeafm.afm.MeasureItem
- getLocalIdentifier() - Method in class com.gooddata.executeafm.response.AttributeHeader
-
Local identifier referencing header's
AttributeItemwithinAfm - getLocalIdentifier() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
-
Local identifier, referencing the
MeasureIteminAfm - getLocalIdentifier() - Method in class com.gooddata.md.visualization.Bucket
- getLocators() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
- 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.use
RootLinks.getLoginUri()instead - getLoginUri() - Method in class com.gooddata.gdc.RootLinks
-
Get authentication service URI string
- getLogLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
-
Deprecated.use
ProcessExecutionDetail.getLogUri()instead - getLogUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
- getManifests(Template) - Method in class com.gooddata.projecttemplate.ProjectTemplateService
-
Get manifests of given template
- getManifestsUris() - Method in class com.gooddata.projecttemplate.Template
- 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
- getMdDefinitionUri() - Method in class com.gooddata.projecttemplate.Template
- getMeasure(String) - Method in class com.gooddata.executeafm.afm.Afm
-
Find
MeasureItemwithin measures by given localIdentifier - getMeasure(String) - Method in class com.gooddata.md.visualization.VisualizationObject
-
Get measure by local identifier or null if not found
- getMeasureIdentifier() - Method in class com.gooddata.executeafm.afm.DerivedMeasureDefinition
-
The local identifier of the master measure this derived measure refers to.
- getMeasureIdentifier() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
-
internal identifier of measure in AFM, on which is total defined
- getMeasureIdentifier() - Method in class com.gooddata.executeafm.resultspec.MeasureLocatorItem
- getMeasureIdentifier() - Method in class com.gooddata.executeafm.resultspec.TotalItem
-
internal measure identifier in AFM, on which is total defined
- getMeasureIdentifiers() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
get local identifiers of used measures
- getMeasures() - Method in class com.gooddata.executeafm.afm.Afm
- getMeasures() - Method in class com.gooddata.md.visualization.VisualizationObject
- getMessage() - Method in class com.gooddata.dataset.Upload
- getMessage() - Method in class com.gooddata.executeafm.result.Warning
- getMessage() - Method in exception com.gooddata.gdc.GdcSardineException
- getMessage() - Method in class com.gooddata.project.ProjectValidationResult
- getMessages() - Method in class com.gooddata.gdc.TaskStatus
- getMeta() - Method in class com.gooddata.notification.Channel
- getMeta() - Method in class com.gooddata.notification.Subscription
- getMeta() - Method in class com.gooddata.project.Invitation
- getMeta() - Method in class com.gooddata.projecttemplate.Template
- getMetadataLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getMetadataUri()instead - getMetadataLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getMetadataUri()instead - 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.connector.CoupaInstance
- getName() - Method in class com.gooddata.dataload.processes.DataloadProcess
- getName() - Method in class com.gooddata.dataload.processes.Schedule
- getName() - Method in class com.gooddata.executeafm.response.AttributeHeader
-
Header name, an attribute's display form title, or specified alias.
- getName() - Method in class com.gooddata.executeafm.response.AttributeInHeader
- getName() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
-
Header name, can be measure title, or specified alias
- getName() - Method in class com.gooddata.executeafm.response.TotalHeaderItem
- getName() - Method in class com.gooddata.executeafm.result.ResultHeaderItem
- 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
- getNativeTotals() - Method in class com.gooddata.executeafm.afm.Afm
- getNextExecutionTime() - Method in class com.gooddata.dataload.processes.Schedule
- getNotificationService() - Method in class com.gooddata.GoodData
-
Get initialized service for project notifications management.
- getNotIn() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- getNullValue(DeserializationContext) - Method in class com.gooddata.executeafm.result.Data.DataDeserializer
- 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}) - getObjQualifier() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
Deprecated.
- getObjQualifier() - Method in class com.gooddata.executeafm.afm.AttributeFilter
- getObjQualifier() - Method in class com.gooddata.executeafm.afm.DateFilter
- getObjQualifier() - Method in interface com.gooddata.executeafm.afm.FilterItem
-
Get qualifier of
Objto which the filter relates. - getObjQualifier() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
-
Deprecated.Use
MeasureDefinition.withObjUriQualifiers(ObjQualifierConverter)instead as this method is not supported by all the existing implementations. - getObjQualifier() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
-
Deprecated.Use
OverPeriodMeasureDefinition.getObjQualifiers()instead. - getObjQualifier() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.Use
PopMeasureDefinition.getObjQualifiers()instead. - getObjQualifier() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
-
Deprecated.Use
PreviousPeriodMeasureDefinition.getObjQualifiers()instead. - getObjQualifier() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Deprecated.Use
SimpleMeasureDefinition.getObjQualifiers()instead. - getObjQualifiers() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
no qualifiers are used, only local identifiers are used see
ArithmeticMeasureDefinition.getOperator() - getObjQualifiers() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
-
Returns all the qualifiers used by the measure definition and its encapsulated objects.
- getObjQualifiers() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
- getObjQualifiers() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- getObjQualifiers() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
- getObjQualifiers() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getObjsByUris(Project, Collection<String>) - Method in class com.gooddata.md.MetadataService
-
Retrieves a collection of objects corresponding to the supplied collection of URIs.
- getObjUri(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
-
Get metadata object URI by restrictions like identifier, title or summary.
- getOccurred() - Method in class com.gooddata.auditevent.AuditEvent
-
the time the event occurred
- getOffset() - Method in class com.gooddata.executeafm.result.Paging
- getOneNumber() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
- getOperator() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
get used operator
- getOrder() - Method in class com.gooddata.executeafm.result.ResultMeasureHeaderItem
- getOrderIndex() - Method in class com.gooddata.md.visualization.VisualizationClass
- 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.
- getPaging() - Method in class com.gooddata.executeafm.result.ExecutionResult
- getParallelBatchSeconds() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- getParallelWorkers() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- getParameters() - Method in class com.gooddata.executeafm.result.Warning
- getParameters() - Method in class com.gooddata.notification.ProjectEvent
- getParams() - Method in class com.gooddata.auditevent.AuditEvent
- 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
- getPardotSettings(Project) - Method in class com.gooddata.connector.ConnectorService
-
Gets settings for pardot connector.
- getParent() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
- 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
- getPeriodsAgo() - Method in class com.gooddata.executeafm.afm.OverPeriodDateAttribute
-
The number of periods defined by the
attributeabout which this period will be shifted about. - getPeriodsAgo() - Method in class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
-
The number of periods defined by the matching date filter which this period will be shifted about.
- 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.
- getPolling() - Method in class com.gooddata.AbstractPollHandler
- getPolling() - Method in interface com.gooddata.PollHandler
-
Get URI used for polling.
- 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
- getPollSleep() - Method in class com.gooddata.GoodDataSettings
-
Get sleep time in milliseconds between poll retries
- getPollUri() - Method in class com.gooddata.gdc.TaskStatus
- getPopAttribute() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- 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
- getProcessLastDeployedBy() - Method in class com.gooddata.dataload.processes.ScheduleExecution
- 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"). - getProjectId() - Method in class com.gooddata.lcm.LcmEntity
- getProjectModelDiff(Project, Reader) - Method in class com.gooddata.model.ModelService
- getProjectModelDiff(Project, String) - 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.use
Account.getProjectsUri()instead - getProjectsLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getProjectsUri()instead - 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
- getProjectTemplateService() - Method in class com.gooddata.GoodData
-
Get initialized service for project templates
- getProjectTitle() - Method in class com.gooddata.lcm.LcmEntity
- getProjectUri() - Method in exception com.gooddata.connector.IntegrationNotFoundException
- getProjectUri() - Method in class com.gooddata.lcm.LcmEntity
- getProjectUri() - Method in exception com.gooddata.project.ProjectNotFoundException
- getProperties() - Method in class com.gooddata.md.visualization.VisualizationObject
- getProtocol() - Method in class com.gooddata.GoodDataEndpoint
- getPublicArtifactsLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getPublicArtifactsUri()instead - getPublicArtifactsUri() - Method in class com.gooddata.project.Project
- getRecorded() - Method in class com.gooddata.auditevent.AuditEvent
-
the time event was recorded by audit system
- getRecoverable() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- getRecoveryInProgress() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- getRecurrency() - Method in class com.gooddata.md.ScheduledMailWhen
- getReference() - Method in class com.gooddata.executeafm.VisualizationExecution
- getReferenceItems() - Method in class com.gooddata.md.visualization.VisualizationObject
- getReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
- getRegion() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- 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.use
RootLinks.getReleaseInfoUri()instead - getReleaseInfoUri() - Method in class com.gooddata.gdc.RootLinks
-
Get release information URI string
- getReload() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- getReportDefinitionUri() - Method in class com.gooddata.export.ExecuteReportDefinition
- getReportExporterLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getReportExporterUri()instead - 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, ...)
- getReportUri() - Method in class com.gooddata.export.ExecuteReport
- 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
RestTemplateused by the library. - getResult() - Method in class com.gooddata.AbstractPollHandlerBase
- getResult() - Method in interface com.gooddata.PollHandler
-
Return result after polling.
- getResult(ExecutionResponse) - Method in class com.gooddata.executeafm.ExecuteAfmService
-
Get for result of given response.
- getResult(ExecutionResponse, ResultPage) - Method in class com.gooddata.executeafm.ExecuteAfmService
-
Get for page of result of given response.
- 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.
- getResultSpec() - Method in class com.gooddata.executeafm.Execution
- getResultSpec() - Method in class com.gooddata.executeafm.VisualizationExecution
- getRetryCount() - Method in class com.gooddata.retry.RetrySettings
-
Total retry count.
- getRetryInitialInterval() - Method in class com.gooddata.retry.RetrySettings
- getRetryMaxInterval() - Method in class com.gooddata.retry.RetrySettings
- getRetryMultiplier() - Method in class com.gooddata.retry.RetrySettings
-
If set, exponential strategy is used.
- getRetrySettings() - Method in class com.gooddata.GoodDataSettings
- getRole() - Method in class com.gooddata.warehouse.WarehouseUser
- getRoleByUri(String) - Method in class com.gooddata.project.ProjectService
-
Get role by given URI.
- getRoleName() - Method in enum com.gooddata.warehouse.WarehouseUserRole
- 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.use
Project.getRolesUri()instead - 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
- 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.use
Project.getSchedulesUri()instead - getSchedulesUri() - Method in class com.gooddata.project.Project
- getSchemaUri() - Method in class com.gooddata.dataload.OutputStage
-
get datawarehouse schema uri
WarehouseSchema - getSecretKey() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
-
not returned when listing
- getSegment() - Method in class com.gooddata.lcm.LcmEntityFilter
- getSegment() - Method in class com.gooddata.md.visualization.VisualizationObject
- getSegmentId() - Method in class com.gooddata.lcm.LcmEntity
- getSegmentUri() - Method in class com.gooddata.lcm.LcmEntity
- getSelf() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
- GetServerErrorRetryStrategy - Class in com.gooddata.retry
-
Allows retry for GET method and some HTTP 5XX states mentioned in
GetServerErrorRetryStrategy.RETRYABLE_STATES. - GetServerErrorRetryStrategy() - Constructor for class com.gooddata.retry.GetServerErrorRetryStrategy
- getSettings(Project, ConnectorType, Class<T>) - Method in class com.gooddata.connector.ConnectorService
-
Get settings for given connector of given class.
- getSettingsUrl() - Method in enum com.gooddata.connector.ConnectorType
- getSimpleMeasures() - Method in class com.gooddata.md.visualization.VisualizationObject
- 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
- getSorts() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- getSource() - Method in class com.gooddata.dataset.DatasetManifest
- getSourceLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
-
Deprecated.use
DataloadProcess.getSourceUri()instead - getSourceUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
- getStack() - Method in class com.gooddata.md.visualization.VisualizationObject
- 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.dataload.processes.ScheduleExecution
- 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
- getStringTotals() - Method in class com.gooddata.md.report.AttributeInGrid
- getSubject() - Method in class com.gooddata.md.ScheduledMail
- getSubjectTemplate() - Method in class com.gooddata.notification.Subscription
- 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
- getTemplate() - Method in class com.gooddata.notification.Subscription
- getTemplateByUri(String) - Method in class com.gooddata.projecttemplate.ProjectTemplateService
-
Get project template by given uri.
- getTemplates() - Method in class com.gooddata.projecttemplate.ProjectTemplateService
-
List of all projects' templates
- getTemplatesLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getTemplatesUri()instead - getTemplatesLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getTemplatesUri()instead - getTemplatesUri() - Method in class com.gooddata.gdc.RootLinks
-
Get template resource URI string
- getTemplatesUri() - Method in class com.gooddata.project.Project
- getTies() - Method in class com.gooddata.md.Dataset
- getTimezone() - Method in class com.gooddata.dataload.processes.Schedule
- getTimeZone() - Method in class com.gooddata.connector.CoupaSettings
- 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.md.visualization.Measure
- getTitle() - Method in class com.gooddata.project.Project
- getTitle() - Method in class com.gooddata.project.Role
- getTitle() - Method in class com.gooddata.warehouse.Warehouse
- getTo() - Method in class com.gooddata.auditevent.AuditEventPageRequest
- getTo() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- getTo() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- getTo() - Method in class com.gooddata.notification.EmailConfiguration
- 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.use
RootLinks.getTokenUri()instead - getTokenUri() - Method in class com.gooddata.gdc.RootLinks
-
Get temporary token generator URI string
- getToolLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getToolUri()instead - getToolUri() - Method in class com.gooddata.gdc.RootLinks
-
Get miscellaneous tool resource URI string
- getTotal() - Method in class com.gooddata.executeafm.result.Paging
- getTotalItems() - Method in class com.gooddata.executeafm.response.AttributeHeader
-
Totals' headers belonging to the same level as this header.
- getTotals() - Method in class com.gooddata.executeafm.result.ExecutionResult
- getTotals() - Method in class com.gooddata.executeafm.resultspec.Dimension
- getTotals() - Method in class com.gooddata.md.report.AttributeInGrid
- getTotalTotals() - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Gets totals of totals data.
- getTotalType() - Method in class com.gooddata.executeafm.resultspec.TotalLocatorItem
- getTrend() - Method in class com.gooddata.md.visualization.VisualizationObject
- getTrigger() - Method in class com.gooddata.dataload.processes.ScheduleExecution
- getTriggers() - Method in class com.gooddata.notification.Subscription
- getTriggerScheduleId() - Method in class com.gooddata.dataload.processes.Schedule
- getType() - Method in class com.gooddata.auditevent.AuditEvent
- getType() - Method in class com.gooddata.auditevent.AuditEventPageRequest
- 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.executeafm.result.ResultTotalHeaderItem
- getType() - Method in class com.gooddata.executeafm.resultspec.TotalItem
-
total type
- 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
- getUpdated() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- getUpdatedBy() - Method in class com.gooddata.warehouse.Warehouse
- getUpdatedBy() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
- getUpdatedByUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- 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.use
Dataset.getUploadConfigurationUri()instead - 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.use
Project.getUploadsUri()instead - 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 class com.gooddata.dataload.processes.ScheduleExecution
- getUri() - Method in exception com.gooddata.dataload.processes.ScheduleNotFoundException
- getUri() - Method in class com.gooddata.dataset.Upload
- getUri() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
-
Returns the definition in the form of uri of
Metric. - getUri() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- getUri() - Method in interface com.gooddata.executeafm.ObjQualifier
-
Returns the qualifier in the form of uri.
- getUri() - Method in class com.gooddata.executeafm.response.AttributeHeader
-
Uri of attribute's display form
- getUri() - Method in class com.gooddata.executeafm.response.AttributeInHeader
- getUri() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
- getUri() - Method in class com.gooddata.executeafm.result.AttributeHeaderItem
- getUri() - Method in class com.gooddata.executeafm.UriObjQualifier
- 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() - 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.projecttemplate.Template
- getUri() - Method in class com.gooddata.warehouse.Warehouse
- getUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- getUri() - Method in exception com.gooddata.warehouse.WarehouseS3CredentialsException
- getUri() - Method in class com.gooddata.warehouse.WarehouseSchema
- getUri() - Method in class com.gooddata.warehouse.WarehouseUser
- 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)
- getUris() - Method in class com.gooddata.md.maintenance.PartialMdExport
- getUrl() - Method in class com.gooddata.md.visualization.VisualizationClass
- getUrl() - Method in class com.gooddata.project.ProjectTemplate
- getUrn() - Method in class com.gooddata.project.ProjectTemplate
- getUrn() - Method in class com.gooddata.projecttemplate.Template
- getUseBackup() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- getUsedBy() - Method in class com.gooddata.md.Usage
- getUser(Project, Account) - Method in class com.gooddata.project.ProjectService
-
get user in project
- getUserAgent() - Method in class com.gooddata.GoodDataSettings
-
User agent
- getUserIp() - Method in class com.gooddata.auditevent.AuditEvent
- getUserLogin() - Method in class com.gooddata.auditevent.AuditEvent
- getUserRoles() - Method in class com.gooddata.project.User
- getUsersLink() - Method in class com.gooddata.project.Project
-
Deprecated.use
Project.getUsersUri()instead - getUserStagingLink() - Method in class com.gooddata.gdc.RootLinks
-
Deprecated.use
RootLinks.getUserStagingUri()instead - 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.executeafm.afm.ExpressionFilter
- getValue() - Method in enum com.gooddata.export.ExportFormat
- 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
-
Deprecated.
- getVerifyPassword() - Method in class com.gooddata.account.Account
- getVersion() - Method in class com.gooddata.project.ProjectTemplate
- getVersion() - Method in class com.gooddata.projecttemplate.Template
- getView() - Method in class com.gooddata.md.visualization.VisualizationObject
- getVisualizationClass() - Method in class com.gooddata.md.visualization.VisualizationObject
- getVisualizationClassUri() - Method in class com.gooddata.md.visualization.VisualizationObject
- getVisualizationType() - Method in class com.gooddata.md.visualization.VisualizationClass
- 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.
- getWarehouseS3Credentials(Warehouse, String, String) - Method in class com.gooddata.warehouse.WarehouseService
-
Get S3 credentials for the Warehouse based on
regionandaccessKey. - 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
- getWarningCode() - Method in class com.gooddata.executeafm.result.Warning
- getWarnings() - Method in class com.gooddata.executeafm.result.ExecutionResult
- 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.use
RootLinks.getXTabUri()instead - 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.
- getZopimUrl() - Method in class com.gooddata.connector.Zendesk4Settings
- GoodData - Class in com.gooddata
-
Entry point for GoodData SDK usage.
- 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.
- 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, 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(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.
- GoodDataEndpoint - Class in com.gooddata
-
GoodData Platform endpoint represented by host, port and 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
- GoodDataEndpoint(String) - Constructor for class com.gooddata.GoodDataEndpoint
-
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol
- GoodDataEndpoint(String, int) - Constructor for class com.gooddata.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port using HTTPS protocol
- GoodDataEndpoint(String, int, String) - Constructor for class com.gooddata.GoodDataEndpoint
-
Create GoodData endpoint for given hostname, port and protocol
- GoodDataSettings - Class in com.gooddata
-
Gather various additional settings of
GoodData. - GoodDataSettings() - Constructor for class com.gooddata.GoodDataSettings
- GRAPH - com.gooddata.dataload.processes.ProcessType
- Grid - Class in com.gooddata.md.report
-
Grid content (in report definition)
- Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Constructor for class com.gooddata.md.report.Grid
- 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.
- GridElement - Interface in com.gooddata.md.report
-
Grid element (metricGroup | AttributeInGrid ...
- GridReportDefinitionContent - Class in com.gooddata.md.report
-
Grid report definition
- GROOVY - com.gooddata.dataload.processes.ProcessType
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
- hasAggregation() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- hasClientId() - Method in class com.gooddata.dataload.OutputStage
-
check if there is associated client id with this output stage
- hasComputeRatio() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- hasComputeRatio() - Method in class com.gooddata.md.visualization.Measure
- hasDerivedMeasure() - Method in class com.gooddata.md.visualization.VisualizationObject
- hasDimension() - Method in class com.gooddata.md.NestedAttribute
- hasFilters() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- hashCode() - Method in class com.gooddata.auditevent.AuditEventPageRequest
- hashCode() - Method in class com.gooddata.connector.CoupaInstance
- hashCode() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.AttributeFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.AttributeItem
- hashCode() - Method in class com.gooddata.executeafm.afm.DateFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.DerivedMeasureDefinition
- hashCode() - Method in class com.gooddata.executeafm.afm.ExpressionFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.MeasureItem
- hashCode() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.OverPeriodDateAttribute
- hashCode() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
- hashCode() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- hashCode() - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
- hashCode() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
- hashCode() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- hashCode() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- hashCode() - Method in class com.gooddata.executeafm.IdentifierObjQualifier
- hashCode() - Method in class com.gooddata.executeafm.response.AttributeInHeader
- hashCode() - Method in class com.gooddata.executeafm.result.DataValue
- hashCode() - Method in class com.gooddata.executeafm.result.Warning
- hashCode() - Method in class com.gooddata.executeafm.resultspec.TotalItem
- hashCode() - Method in class com.gooddata.executeafm.UriObjQualifier
- 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.lcm.LcmEntity
- 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.md.visualization.Bucket
- hashCode() - Method in class com.gooddata.md.visualization.Measure
- hashCode() - Method in class com.gooddata.md.visualization.VisualizationAttribute
- 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
- hashCode() - Method in class com.gooddata.projecttemplate.Template
- hashCode() - Method in class com.gooddata.retry.RetrySettings
- hasMeasures() - Method in class com.gooddata.md.visualization.VisualizationObject
- 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
trueif provided permission is granted. - hasSchemaUri() - Method in class com.gooddata.dataload.OutputStage
-
check if there is associated schema
WarehouseSchemawith 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
- Header - Interface in com.gooddata.executeafm.response
-
ResultDimension's header. - HOSTNAME - Static variable in class com.gooddata.GoodData
- HOSTNAME - Static variable in class com.gooddata.GoodDataEndpoint
- HTML - com.gooddata.export.ExportFormat
- HTML - com.gooddata.report.ReportExportFormat
-
Deprecated.
I
- identifier(String) - Static method in class com.gooddata.md.Restriction
-
Construct a new instance with restriction type identifier and given value.
- IdentifierObjQualifier - Class in com.gooddata.executeafm
-
Qualifies metadata
Objusing an identifier - IdentifierObjQualifier(String) - Constructor for class com.gooddata.executeafm.IdentifierObjQualifier
- identifiersToUris(Project, Collection<String>) - Method in class com.gooddata.md.MetadataService
-
Find metadata URIs for given identifiers.
- INCREMENTAL - com.gooddata.dataset.UploadMode
-
Dataset input for loading data incrementally
- 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
- Invitation - Class in com.gooddata.project
-
Project invitation
- Invitation(String) - Constructor for class com.gooddata.project.Invitation
- isActive() - Method in class com.gooddata.connector.Integration
- isAdHoc() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
- isAdHoc() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
- isAdHoc() - Method in class com.gooddata.executeafm.afm.MeasureItem
- isAdHoc() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
-
Determine if measure is ad-hoc, i.e., if it does not exist in the catalog and was created on fly.
- isAdHoc() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.Determine if measure is ad-hoc
- isAdHoc() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
-
Determine if measure is ad-hoc, i.e., if it does not exist in the catalog and was created on fly.
- isAdHoc() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- isAllSelected() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- isAllTimeSelected() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- isAllTimeSelected() - Method in class com.gooddata.executeafm.afm.DateFilter
- isAllTimeSelected() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- 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
- isEnabled() - Method in class com.gooddata.dataload.processes.Schedule
- isEnabled() - Method in class com.gooddata.featureflag.FeatureFlag
- isEnabled() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
- isEnabled() - Method in class com.gooddata.project.Project
- isEnabled() - Method in class com.gooddata.warehouse.Warehouse
- 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(String) - Method in class com.gooddata.featureflag.ProjectFeatureFlags
-
Returns true if the project feature flag with given name exists and is enabled, false otherwise.
- 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() - Method in class com.gooddata.connector.IntegrationProcessStatus
-
Returns true when the connector process has already finished (no matter if it was successful).
- isFinished() - Method in class com.gooddata.connector.Status
-
Returns true when the status means that the connector process has already finished (no matter if it was successful).
- isFinished() - Method in class com.gooddata.dataload.processes.ScheduleExecution
- isFinished(ClientHttpResponse) - Method in class com.gooddata.AbstractPollHandlerBase
- 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
- isList() - Method in interface com.gooddata.executeafm.result.Data
- isList() - Method in class com.gooddata.executeafm.result.DataList
- isList() - Method in class com.gooddata.executeafm.result.DataValue
- 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.
- isNull() - Method in interface com.gooddata.executeafm.result.Data
- isNullable() - Method in class com.gooddata.md.DataLoadingColumn
- isOverwriteNewer() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
- isPk() - Method in class com.gooddata.md.Column
- isPop() - Method in class com.gooddata.md.visualization.Measure
- 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.auditevent.AuditEvent
- isSuccess() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
- isSuccess() - Method in class com.gooddata.gdc.TaskStatus
- 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.
- isValue() - Method in interface com.gooddata.executeafm.result.Data
- isValue() - Method in class com.gooddata.executeafm.result.DataList
- isValue() - Method in class com.gooddata.executeafm.result.DataValue
- 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.featureflag.FeatureFlags
- iterator() - Method in class com.gooddata.featureflag.ProjectFeatureFlags
J
- JAVASCRIPT - com.gooddata.dataload.processes.ProcessType
- 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
- LcmEntities - Class in com.gooddata.lcm
-
List of
LcmEntity. - LcmEntities(List<LcmEntity>, Paging, Map<String, String>) - Constructor for class com.gooddata.lcm.LcmEntities
- LcmEntity - Class in com.gooddata.lcm
-
Single Life Cycle Management entity representing the relation between
Project, Client, Segment and DataProduct. - LcmEntity(String, String, String, String, String, Map<String, String>) - Constructor for class com.gooddata.lcm.LcmEntity
- LcmEntity(String, String, Map<String, String>) - Constructor for class com.gooddata.lcm.LcmEntity
-
Creates new instance of given project id and title
- LcmEntity.LinkCategory - Class in com.gooddata.lcm
- LcmEntityFilter - Class in com.gooddata.lcm
-
Specification of the filter on
LcmEntities. - LcmEntityFilter() - Constructor for class com.gooddata.lcm.LcmEntityFilter
-
Creates new (empty) filter.
- LcmService - Class in com.gooddata.lcm
-
Service, which provides access to lifecycle management objects.
- LcmService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.lcm.LcmService
-
Constructs service for GoodData Life Cycle Management.
- LDM - Static variable in class com.gooddata.project.ProjectValidationType
- LINE - com.gooddata.md.visualization.VisualizationType
- Link(String, String, String, String, String) - Constructor for class com.gooddata.gdc.AboutLinks.Link
- LinkCategory() - Constructor for class com.gooddata.lcm.LcmEntity.LinkCategory
- 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
- Links(String, String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials.Links
- listAuditEvents() - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for current account
- listAuditEvents(Account) - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents(Account, Page) - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for the given account
- listAuditEvents(Page) - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for current account
- listAuditEvents(String) - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listAuditEvents(String, Page) - Method in class com.gooddata.auditevent.AuditEventService
-
Get list of audit events for the given domain id
- listDatasetLinks(Project) - Method in class com.gooddata.dataset.DatasetService
-
Lists datasets (links) in project.
- listDatasets(Project) - Method in class com.gooddata.dataset.DatasetService
-
Deprecated.use
DatasetService.listDatasetLinks(Project)instead - 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).
- listLcmEntities(Account) - Method in class com.gooddata.lcm.LcmService
-
Lists all
LcmEntitiesfor givenAccount. - listLcmEntities(Account, Page) - Method in class com.gooddata.lcm.LcmService
-
Lists all
LcmEntitiesfor givenAccount. - listLcmEntities(Account, LcmEntityFilter) - Method in class com.gooddata.lcm.LcmService
- listLcmEntities(Account, LcmEntityFilter, Page) - Method in class com.gooddata.lcm.LcmService
- 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.
- listWarehouseS3Credentials(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
-
List S3 credentials for the Warehouse.
- listWarehouseSchemas(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
-
list schemas for Warehouse
- listWarehouseSchemas(Warehouse, Page) - Method in class com.gooddata.warehouse.WarehouseService
-
list schemas for Warehouse
- listWarehouseUsers(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
-
Lists warehouse users.
- listWarehouseUsers(Warehouse, Page) - Method in class com.gooddata.warehouse.WarehouseService
-
Lists warehouse users, starting with specified page.
- 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
-
Gets DatasetManifest (using
DatasetService.getDatasetManifest(com.gooddata.project.Project, String)first and then callsDatasetService.loadDataset(com.gooddata.project.Project, DatasetManifest, java.io.InputStream) - 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.
- LocallyIdentifiable - Interface in com.gooddata.executeafm.afm
-
Marker interface for all locally identifiable objects having local identifier in AFM
- LocatorItem - Interface in com.gooddata.executeafm.resultspec
-
Locator hold information about specific element in path of elements.
- 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
- MAX - com.gooddata.executeafm.afm.Aggregation
- MAX - com.gooddata.md.report.Total
- Measure - Class in com.gooddata.md.visualization
-
Represents measure item within
Bucket - Measure(MeasureDefinition, String) - Constructor for class com.gooddata.md.visualization.Measure
-
Creates new instance of measure for use in
VisualizationObject - Measure(MeasureDefinition, String, String, String, String) - Constructor for class com.gooddata.md.visualization.Measure
-
Creates new instance of measure for use in
VisualizationObject - MEASURE_GROUP - Static variable in class com.gooddata.executeafm.resultspec.Dimension
-
Marker element to be used within itemIdentifiers marking the placement of measures
- MeasureDefinition - Interface in com.gooddata.executeafm.afm
- MeasureGroupHeader - Class in com.gooddata.executeafm.response
-
Header of a measure group.
- MeasureGroupHeader(List<MeasureHeaderItem>) - Constructor for class com.gooddata.executeafm.response.MeasureGroupHeader
-
Creates new header
- MeasureHeaderItem - Class in com.gooddata.executeafm.response
-
Header of particular measure.
- MeasureHeaderItem(String, String, String) - Constructor for class com.gooddata.executeafm.response.MeasureHeaderItem
- MeasureHeaderItem(String, String, String, String, String) - Constructor for class com.gooddata.executeafm.response.MeasureHeaderItem
- measureIdentifier - Variable in class com.gooddata.executeafm.afm.DerivedMeasureDefinition
- MeasureItem - Class in com.gooddata.executeafm.afm
-
Represents measure within
Afm - MeasureItem(MeasureDefinition, String) - Constructor for class com.gooddata.executeafm.afm.MeasureItem
- MeasureItem(MeasureDefinition, String, String, String) - Constructor for class com.gooddata.executeafm.afm.MeasureItem
- MeasureLocatorItem - Class in com.gooddata.executeafm.resultspec
-
Holds metric position
- MeasureLocatorItem(String) - Constructor for class com.gooddata.executeafm.resultspec.MeasureLocatorItem
- MeasureSortItem - Class in com.gooddata.executeafm.resultspec
-
Define metric sort
- MeasureSortItem(Direction, LocatorItem...) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
- MeasureSortItem(Direction, List<LocatorItem>) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
- MeasureSortItem(String, List<LocatorItem>) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
- MED - com.gooddata.md.report.Total
- MEDIAN - com.gooddata.executeafm.afm.Aggregation
- MessageTemplate - Class in com.gooddata.notification
-
Template of notification message
- MessageTemplate(String) - Constructor for class com.gooddata.notification.MessageTemplate
- 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) - Constructor for class com.gooddata.md.Meta
- Meta(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, String, DateTime, DateTime, String, String, String, Set<String>, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Set<String>) - Constructor for class com.gooddata.md.Meta
-
Constructor with "extra" flags argument
- Meta(String, String, DateTime, DateTime, String, String, String, Set<String>, String, String, Set<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
-
Deprecated.use MetadataService(RestTemplate, GoodDataSettings) constructor instead
- MetadataService(RestTemplate, GoodDataSettings) - 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
Gridfor report definition. - MetricElement(Metric) - Constructor for class com.gooddata.md.report.MetricElement
-
Creates new instance using uri of given metric and it's title as alias.
- MetricElement(Metric, String) - Constructor for class com.gooddata.md.report.MetricElement
-
Creates new instance using uri of given metric and alias.
- MetricElement(String, String) - Constructor for class com.gooddata.md.report.MetricElement
-
Deprecated.for compatibility with 1.x only, use
MetricElement(Metric, String)orMetricElement(Metric) - MetricGroup - Class in com.gooddata.md.report
-
Marker element marking the placement of metrics in Grid report.
- MIN - com.gooddata.executeafm.afm.Aggregation
- MIN - com.gooddata.md.report.Total
- 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
-
Deprecated.use ModelService(RestTemplate, GoodDataSettings) constructor instead
- ModelService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.model.ModelService
N
- NAME - Static variable in class com.gooddata.md.visualization.VOPopMeasureDefinition
-
Deprecated.
- NAME - Static variable in class com.gooddata.md.visualization.VOSimpleMeasureDefinition
-
Deprecated.
- NAT - com.gooddata.md.report.Total
- NativeTotalItem - Class in com.gooddata.executeafm.afm
-
Native total definition
- NativeTotalItem(String, String...) - Constructor for class com.gooddata.executeafm.afm.NativeTotalItem
-
Native total definition
- NativeTotalItem(String, List<String>) - Constructor for class com.gooddata.executeafm.afm.NativeTotalItem
-
Native total definition
- NegativeAttributeFilter - Class in com.gooddata.executeafm.afm
-
Filter of attribute filtering by NOT IN expression
- NegativeAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.executeafm.afm.NegativeAttributeFilter
- NegativeAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.executeafm.afm.NegativeAttributeFilter
-
Creates new instance of given display form and not in list
- 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
- NEW - com.gooddata.connector.Status.Code
- NoDataExportException - Exception in com.gooddata.export
-
Thrown when report export contains no data
- NoDataExportException() - Constructor for exception com.gooddata.export.NoDataExportException
- NoDataExportException(String) - Constructor for exception com.gooddata.export.NoDataExportException
- NoDataReportException - Exception in com.gooddata.report
-
Deprecated.
- NoDataReportException() - Constructor for exception com.gooddata.report.NoDataReportException
-
Deprecated.
- NoDataReportException(String) - Constructor for exception com.gooddata.report.NoDataReportException
-
Deprecated.
- 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.
- NotificationService - Class in com.gooddata.notification
-
Service to trigger and manage notifications.
- NotificationService(RestTemplate) - Constructor for class com.gooddata.notification.NotificationService
-
Deprecated.use NotificationService(RestTemplate, GoodDataSettings) constructor instead
- NotificationService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.notification.NotificationService
- NULL - Static variable in interface com.gooddata.executeafm.result.Data
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(String, T) - Constructor for exception com.gooddata.md.ObjCreateException
-
Construct a new instance of ObjCreateException.
- ObjCreateException(T, Throwable) - 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(Obj) - 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.
- ObjNotFoundException(String) - Constructor for exception com.gooddata.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjNotFoundException(String, Class<T>, Exception) - Constructor for exception com.gooddata.md.ObjNotFoundException
-
Construct a new instance of ObjNotFoundException.
- ObjQualifier - Interface in com.gooddata.executeafm
-
Qualifies metadata
Obj - ObjQualifierConverter - Interface in com.gooddata.executeafm.afm
-
The interface of the function that converts
IdentifierObjQualifierto the matchingUriObjQualifier. - ObjUpdateException - Exception in com.gooddata.md
-
Metadata object couldn't be updated
- ObjUpdateException(String, T) - Constructor for exception com.gooddata.md.ObjUpdateException
-
Construct a new instance of ObjUpdateException.
- ObjUpdateException(T, Throwable) - Constructor for exception com.gooddata.md.ObjUpdateException
-
Construct a new instance of ObjUpdateException.
- of(String) - Static method in enum com.gooddata.md.report.Total
- of(String) - Static method in enum com.gooddata.md.visualization.VisualizationType
- offset(int...) - Method in class com.gooddata.executeafm.result.Paging
-
Sets size compound of given elements, each element per dimension
- 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.
- orderedValues() - Static method in enum com.gooddata.md.report.Total
-
Ordered list of totals
- 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
-
Deprecated.use OutputStageService(RestTemplate, GoodDataSettings) constructor instead
- OutputStageService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.dataload.OutputStageService
-
Sets RESTful HTTP Spring template.
- OutputStreamResponseExtractor(OutputStream) - Constructor for class com.gooddata.AbstractService.OutputStreamResponseExtractor
- OverPeriodDateAttribute - Class in com.gooddata.executeafm.afm
-
Definition of the
OverPeriodMeasureDefinitionattribute. - OverPeriodDateAttribute(ObjQualifier, Integer) - Constructor for class com.gooddata.executeafm.afm.OverPeriodDateAttribute
-
Create a new instance of
OverPeriodDateAttribute. - OverPeriodMeasureDefinition - Class in com.gooddata.executeafm.afm
-
Definition of the period over period measure that is used for the Same period last year and Same period 2 years back comparisons.
- OverPeriodMeasureDefinition(String, List<OverPeriodDateAttribute>) - Constructor for class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
-
Create a new instance of
OverPeriodMeasureDefinition.
P
- Paging - Class in com.gooddata.executeafm.result
-
Paging of
ExecutionResult. - Paging() - Constructor for class com.gooddata.executeafm.result.Paging
-
Creates new paging
- Paging(List<Integer>, List<Integer>, List<Integer>) - Constructor for class com.gooddata.executeafm.result.Paging
-
Creates new paging
- PARDOT - com.gooddata.connector.ConnectorType
- PardotProcessExecution - Class in com.gooddata.connector
-
Pardot connector process execution (i.e.
- PardotProcessExecution() - Constructor for class com.gooddata.connector.PardotProcessExecution
- PardotSettings - Class in com.gooddata.connector
-
Pardot connector settings (contains Pardot account ID)
- PardotSettings(String) - Constructor for class com.gooddata.connector.PardotSettings
- Part(String, String, List<String>, Boolean, Map<String, String>) - Constructor for class com.gooddata.dataset.DatasetManifest.Part
- 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(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.
- 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.
- PartialMdExportToken - Class in com.gooddata.md.maintenance
-
Partial metadata export token.
- PartialMdExportToken(String) - Constructor for class com.gooddata.md.maintenance.PartialMdExportToken
-
Creates new PartialMdExportToken.
- PDF - com.gooddata.export.ExportFormat
- PDF - com.gooddata.report.ReportExportFormat
-
Deprecated.
- 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
- PIE - com.gooddata.md.visualization.VisualizationType
- plus - com.gooddata.connector.Zendesk4Settings.Zendesk4Type
- PNG - com.gooddata.export.ExportFormat
- PNG - com.gooddata.report.ReportExportFormat
-
Deprecated.
- 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.
- PopMeasureDefinition - Class in com.gooddata.executeafm.afm
-
Deprecated.
- PopMeasureDefinition(String, ObjQualifier) - Constructor for class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.Creates new definition from given measure identifier referencing another measure in
Afmand given attribute qualifier (should qualify date attribute) - PORT - Static variable in class com.gooddata.GoodData
- PORT - Static variable in class com.gooddata.GoodDataEndpoint
- PositiveAttributeFilter - Class in com.gooddata.executeafm.afm
-
Filter of attribute filtering by IN expression
- PositiveAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.executeafm.afm.PositiveAttributeFilter
- PositiveAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.executeafm.afm.PositiveAttributeFilter
-
Creates new instance of given display form and in list
- POSTGRES - com.gooddata.project.ProjectDriver
- PreviousPeriodDateDataSet - Class in com.gooddata.executeafm.afm
-
Definition of the
PreviousPeriodMeasureDefinitiondata set. - PreviousPeriodDateDataSet(ObjQualifier, Integer) - Constructor for class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
-
Create a new instance of
PreviousPeriodDateDataSet. - PreviousPeriodMeasureDefinition - Class in com.gooddata.executeafm.afm
-
Definition of the period over period measure that is used for the Previous period comparison.
- PreviousPeriodMeasureDefinition(String, List<PreviousPeriodDateDataSet>) - Constructor for class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
-
Create a new instance of
PreviousPeriodMeasureDefinition. - process(HttpRequest, HttpContext) - Method in class com.gooddata.RequestIdInterceptor
- process(HttpResponse, HttpContext) - Method in class com.gooddata.ResponseMissingRequestIdInterceptor
- ProcessExecution - Class in com.gooddata.dataload.processes
-
Dataload process execution.
- ProcessExecution - Interface in com.gooddata.connector
-
Connector process execution (i.e.
- 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, ProcessExecutionDetail) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, ProcessExecutionDetail, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
- ProcessExecutionException(String, Throwable, String) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
- ProcessNotFoundException - Exception in com.gooddata.dataload.processes
-
Process of the given URI doesn't exist
- ProcessNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessNotFoundException
- ProcessService - Class in com.gooddata.dataload.processes
-
Service to manage dataload processes and process executions.
- ProcessService(RestTemplate, AccountService, DataStoreService) - Constructor for class com.gooddata.dataload.processes.ProcessService
-
Deprecated.use ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) instead
- ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) - 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.
- PRODUCTION - com.gooddata.project.Environment
-
Default value, projects or warehouses are backed-up and archived.
- PRODUCTION - com.gooddata.project.ProjectEnvironment
-
Default value, projects are backed-up and archived.
- 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 - Static variable in class com.gooddata.lcm.LcmEntity.LinkCategory
- 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(String, ProjectDashboard.Tab...) - Constructor for class com.gooddata.md.ProjectDashboard
- 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
-
Deprecated.use ProjectService(RestTemplate, AccountService) constructor instead
- ProjectService(RestTemplate, AccountService, GoodDataSettings) - 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
- ProjectTemplateService - Class in com.gooddata.projecttemplate
-
Service enabling access to project templates, under /projectTemplates/...
- ProjectTemplateService(RestTemplate) - Constructor for class com.gooddata.projecttemplate.ProjectTemplateService
-
Deprecated.use ProjectTemplateService(RestTemplate) constructor instead
- ProjectTemplateService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.projecttemplate.ProjectTemplateService
-
Sets RESTful HTTP Spring template.
- ProjectUsersUpdateException - Exception in com.gooddata.project
-
Unable to update users in project
- ProjectUsersUpdateException(String) - Constructor for exception com.gooddata.project.ProjectUsersUpdateException
- ProjectUsersUpdateException(String, Throwable) - Constructor for exception com.gooddata.project.ProjectUsersUpdateException
- 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
- READ_ONLY - com.gooddata.warehouse.WarehouseUserRole
- READ_ONLY_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
-
Deprecated.in favour of
WarehouseUserRole.READ_ONLY - RelativeDateFilter - Class in com.gooddata.executeafm.afm
-
Represents
DateFilterspecifying relative range of given granularity. - RelativeDateFilter(ObjQualifier, String, Integer, Integer) - Constructor for class com.gooddata.executeafm.afm.RelativeDateFilter
-
Creates new instance
- removeAccount(Account) - Method in class com.gooddata.account.AccountService
-
Delete given account
- removeChannel(Channel) - Method in class com.gooddata.notification.NotificationService
-
Remove channel
- 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
- removeS3Credentials(WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
-
delete S3 credentials in the Warehouse
- removeSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
-
Delete given schedule
- removeSubscription(Subscription) - Method in class com.gooddata.notification.NotificationService
-
Remove subscription
- 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
ScheduledMailrepresents report-related information for the schedule. - ReportAttachment(String, Map<String, String>, ExportFormat...) - Constructor for class com.gooddata.md.ReportAttachment
- ReportAttachment(String, Map<String, String>, String...) - 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
-
Deprecated.use
ExportException - ReportException(String) - Constructor for exception com.gooddata.report.ReportException
-
Deprecated.
- ReportException(String, Throwable) - Constructor for exception com.gooddata.report.ReportException
-
Deprecated.
- ReportExportFormat - Enum in com.gooddata.report
-
Deprecated.use
ExportFormat - ReportRequest - Class in com.gooddata.export
-
Report execution request.
- ReportRequest() - Constructor for class com.gooddata.export.ReportRequest
- ReportService - Class in com.gooddata.report
-
Deprecated.use
ExportService - ReportService(ExportService, RestTemplate) - Constructor for class com.gooddata.report.ReportService
-
Deprecated.use ReportService(ExportService, RestTemplate, GoodDataSettings) constructor instead
- ReportService(ExportService, RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.report.ReportService
-
Deprecated.
- RequestIdInterceptor - Class in com.gooddata
-
Intercepts the client-side requests on low-level in order to be able to catch requests also from the Sardine, that is working independently from Spring
RestTemplateto set the X-GDC-REQUEST header to them. - RequestIdInterceptor() - Constructor for class com.gooddata.RequestIdInterceptor
- 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
- ResponseMissingRequestIdInterceptor - Class in com.gooddata
-
Intercepts responses to check if they have set the X-GDC-REQUEST header for easier debugging.
- ResponseMissingRequestIdInterceptor() - Constructor for class com.gooddata.ResponseMissingRequestIdInterceptor
- Restriction - Class in com.gooddata.md
-
Metadata query restriction.
- restTemplate - Variable in class com.gooddata.AbstractService
- resultClass - Variable in class com.gooddata.AbstractPollHandlerBase
- ResultDimension - Class in com.gooddata.executeafm.response
-
Describes single dimension of the
ExecutionResult. - ResultDimension(Header...) - Constructor for class com.gooddata.executeafm.response.ResultDimension
-
Creates the result dimension of given headers
- ResultDimension(List<Header>) - Constructor for class com.gooddata.executeafm.response.ResultDimension
-
Creates the result dimension of given headers
- ResultHeaderItem - Class in com.gooddata.executeafm.result
-
Represent header items available in
ExecutionResult - ResultHeaderItem(String) - Constructor for class com.gooddata.executeafm.result.ResultHeaderItem
- ResultMeasureHeaderItem - Class in com.gooddata.executeafm.result
-
Header item for measure
- ResultMeasureHeaderItem(String, int) - Constructor for class com.gooddata.executeafm.result.ResultMeasureHeaderItem
-
Creates new instance of given header name and order
- ResultPage - Class in com.gooddata.executeafm
-
Represents page of
ExecutionResultto be requested, usingExecuteAfmService.getResult(ExecutionResponse, ResultPage) - ResultPage(List<Integer>, List<Integer>) - Constructor for class com.gooddata.executeafm.ResultPage
-
Creates new instance
- ResultSpec - Class in com.gooddata.executeafm.resultspec
-
Represents the result specification of executed
Afm - ResultSpec() - Constructor for class com.gooddata.executeafm.resultspec.ResultSpec
- ResultSpec(List<Dimension>, List<SortItem>) - Constructor for class com.gooddata.executeafm.resultspec.ResultSpec
- ResultTotalHeaderItem - Class in com.gooddata.executeafm.result
-
Header item for total.
- ResultTotalHeaderItem(Total) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
-
Creates new instance of given total type, type is used for the name as well
- ResultTotalHeaderItem(String) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
-
Creates new instance of given total type, type is used for the name as well
- ResultTotalHeaderItem(String, Total) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
-
Creates new instance of given header name and total type
- ResultTotalHeaderItem(String, String) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
-
Creates new instance of given header name and total type
- RETRYABLE_METHODS - Static variable in class com.gooddata.retry.GetServerErrorRetryStrategy
- RETRYABLE_STATES - Static variable in class com.gooddata.retry.GetServerErrorRetryStrategy
- RetryableRestTemplate - Class in com.gooddata.retry
-
REST template with retry ability.
- RetryableRestTemplate(ClientHttpRequestFactory, RetryTemplate, RetryStrategy) - Constructor for class com.gooddata.retry.RetryableRestTemplate
-
Create a new instance of the
RetryableRestTemplate. - retryAllowed(String, int, URI) - Method in class com.gooddata.retry.GetServerErrorRetryStrategy
- retryAllowed(String, int, URI) - Method in interface com.gooddata.retry.RetryStrategy
-
Method says if retry is allowed for given parameter combination.
- RetrySettings - Class in com.gooddata.retry
-
Contains settings for HTTP requests retry.
- RetrySettings() - Constructor for class com.gooddata.retry.RetrySettings
- RetryStrategy - Interface in com.gooddata.retry
-
Interface for describing retry strategy.
- 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
- RUBY - com.gooddata.dataload.processes.ProcessType
- RUNSUM - com.gooddata.executeafm.afm.Aggregation
S
- Schedule - Class in 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
- Schedule(DataloadProcess, String, String) - Constructor for class com.gooddata.dataload.processes.Schedule
- SCHEDULED - com.gooddata.connector.Status.Code
- 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
ScheduledMailmail schedule. - ScheduledMailWhen() - Constructor for class com.gooddata.md.ScheduledMailWhen
- ScheduledMailWhen(String, LocalDate, String) - Constructor for class com.gooddata.md.ScheduledMailWhen
- ScheduleExecution - Class in com.gooddata.dataload.processes
-
Schedule execution
- ScheduleExecutionException - Exception in com.gooddata.dataload.processes
-
Represents error during schedule execution
- ScheduleExecutionException(String) - Constructor for exception com.gooddata.dataload.processes.ScheduleExecutionException
- ScheduleExecutionException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ScheduleExecutionException
- 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.
- SEGMENT - com.gooddata.md.visualization.CollectionType
- SEGMENT - Static variable in class com.gooddata.lcm.LcmEntity.LinkCategory
- sendInvitations(Project, Invitation...) - Method in class com.gooddata.project.ProjectService
-
Send project invitations to users
- serialize(Set<String>, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.TagsSerializer
- setAccount(String) - Method in class com.gooddata.connector.Zendesk4Settings
- setActive(boolean) - Method in class com.gooddata.connector.Integration
- setAggregation(Aggregation) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Set additional aggregation applied
- setAggregation(String) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Set additional aggregation applied
- setAlias(String) - Method in class com.gooddata.executeafm.afm.AttributeItem
-
Sets attribute alias (used as header in result)
- setAlias(String) - Method in class com.gooddata.executeafm.afm.MeasureItem
-
Sets measure alias (will be used as header in result)
- setApiUrl(String) - Method in class com.gooddata.connector.Zendesk4Settings
- setAttachments(List<Attachment>) - Method in class com.gooddata.md.ScheduledMail
- setAttributes(List<AttributeItem>) - Method in class com.gooddata.executeafm.afm.Afm
- setBcc(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
- setBody(String) - Method in class com.gooddata.md.ScheduledMail
- setBuckets(List<Bucket>) - Method in class com.gooddata.md.visualization.VisualizationObject
- setCategory(String) - Method in class com.gooddata.md.AbstractObj
- setCategory(String) - Method in class com.gooddata.md.Meta
- setChangesFrom(LocalDate) - Method in class com.gooddata.connector.PardotProcessExecution
- setClientId(String) - Method in class com.gooddata.dataload.OutputStage
- setColumnName(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
- setComputeRatio(Boolean) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Set whether should be shown as ratio
- 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
- setDimensions(List<Dimension>) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- setDownloadDataFrom(LocalDate) - Method in class com.gooddata.connector.CoupaProcessExecution
- setDownloadParams(Zendesk4ProcessExecution.DownloadParams) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- setDriver(ProjectDriver) - Method in class com.gooddata.project.Project
- setDriver(String) - Method in class com.gooddata.project.Project
- setEmail(String) - Method in class com.gooddata.account.Account
- setEnabled(boolean) - Method in class com.gooddata.featureflag.ProjectFeatureFlag
- setEnvironment(Environment) - Method in class com.gooddata.project.Project
- setEnvironment(Environment) - Method in class com.gooddata.warehouse.Warehouse
- setEnvironment(ProjectEnvironment) - Method in class com.gooddata.project.Project
- setEnvironment(String) - Method in class com.gooddata.project.Project
- setEnvironment(String) - 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
- setFilters(List<CompatibilityFilter>) - Method in class com.gooddata.executeafm.afm.Afm
- setFilters(List<CompatibilityFilter>) - Method in class com.gooddata.executeafm.VisualizationExecution
-
Sets additional filters to this execution.
- setFilters(List<FilterItem>) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Set additional filters applied
- setFilters(List<FilterItem>) - Method in class com.gooddata.md.visualization.VisualizationObject
- setFirstName(String) - Method in class com.gooddata.account.Account
- setFlags(Set<String>) - Method in class com.gooddata.md.AbstractObj
- setFlags(Set<String>) - Method in class com.gooddata.md.Meta
- setFormat(String) - Method in class com.gooddata.executeafm.afm.MeasureItem
-
Sets measure format (used to format measure values in result)
- setFrom(DateTime) - Method in class com.gooddata.auditevent.AuditEventPageRequest
-
Specify lower bound of interval
- setHeaderItems(List<List<List<ResultHeaderItem>>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Sets header items, for each header in each dimension, there is a list of header items
- setIdentifier(String) - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
-
Set measure metadata identifier
- 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.CoupaProcessExecution
- setIncremental(Boolean) - Method in class com.gooddata.connector.PardotProcessExecution
- setIncremental(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
- setIpWhitelist(List<String>) - Method in class com.gooddata.account.Account
- setLastName(String) - Method in class com.gooddata.account.Account
- 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.
- setMeasures(List<MeasureItem>) - Method in class com.gooddata.executeafm.afm.Afm
- setName(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
- setName(String) - Method in class com.gooddata.dataload.processes.Schedule
- setNativeTotals(List<NativeTotalItem>) - Method in class com.gooddata.executeafm.afm.Afm
- 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
- setPassword(String) - Method in class com.gooddata.account.Account
- setPath(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
- setPollingUri(String) - Method in class com.gooddata.AbstractPollHandler
- setPollSleep(int) - Method in class com.gooddata.GoodDataSettings
-
Set sleep time between poll retries
- setPollSleepSeconds(int) - Method in class com.gooddata.GoodDataSettings
-
Set sleep time between poll retries
- 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
- setProperties(String) - Method in class com.gooddata.md.visualization.VisualizationObject
- setRecoverable(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
-
Tells if the newly started process should use recoverable feature.
- setRecoveryInProgress(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
-
Tells if there is some recoverable process in progress for given project Usable from R176.
- setRecurrency(String) - Method in class com.gooddata.md.ScheduledMail
- setRecurrency(String) - Method in class com.gooddata.md.ScheduledMailWhen
- setReferenceItems(Map<String, String>) - Method in class com.gooddata.md.visualization.VisualizationObject
- setReferenceKey(boolean) - Method in class com.gooddata.dataset.DatasetManifest.Part
- setReload(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
-
set by scheduler, when the process is actually a reload of a project
- 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
- setResultSpec(ResultSpec) - Method in class com.gooddata.executeafm.Execution
- setResultSpec(ResultSpec) - Method in class com.gooddata.executeafm.VisualizationExecution
-
Sets the result specification and returns this instance
- setRetryCount(Integer) - Method in class com.gooddata.retry.RetrySettings
- setRetryInitialInterval(Long) - Method in class com.gooddata.retry.RetrySettings
- setRetryMaxInterval(Long) - Method in class com.gooddata.retry.RetrySettings
- setRetryMultiplier(Double) - Method in class com.gooddata.retry.RetrySettings
- setRetrySettings(RetrySettings) - Method in class com.gooddata.GoodDataSettings
-
Set retry settings
- setSchemaUri(String) - Method in class com.gooddata.dataload.OutputStage
- setSecretKey(String) - Method in class com.gooddata.warehouse.WarehouseS3Credentials
-
Sets new secret key
- 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.
- setSorts(List<SortItem>) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- 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(ScheduleState) - Method in class com.gooddata.dataload.processes.Schedule
- setState(String) - Method in class com.gooddata.dataload.processes.Schedule
- setStatus(String) - Method in class com.gooddata.project.User
- 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.md.visualization.Measure
- setTitle(String) - Method in class com.gooddata.warehouse.Warehouse
- setTo(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
- setTo(DateTime) - Method in class com.gooddata.auditevent.AuditEventPageRequest
-
Specify upper bound of interval
- setTotals(List<List<List<String>>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Sets total data, for each total in each dimension, there is a list of total's values
- setTotals(Set<TotalItem>) - Method in class com.gooddata.executeafm.resultspec.Dimension
- setTotalTotals(List<List<List<String>>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Sets totals of totals data.
- setTriggerScheduleId(String) - Method in class com.gooddata.dataload.processes.Schedule
- setType(String) - Method in class com.gooddata.auditevent.AuditEventPageRequest
-
Specify event type for filtering purposes
- 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(UploadMode) - Method in class com.gooddata.dataset.DatasetManifest
-
Set upload mode for all parts of this dataset manifest
- setUploadMode(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
- setUri(String) - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
-
Set measure uri
- setUseBackup(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
- setUserAgent(String) - Method in class com.gooddata.GoodDataSettings
-
Set custom user agent as prefix for default user agent
- setValue(String) - Method in class com.gooddata.md.MaqlAst
- setVerifyPassword(String) - Method in class com.gooddata.account.Account
- setVisualizationClass(UriObjQualifier) - Method in class com.gooddata.md.visualization.VisualizationObject
- setWarnings(List<Warning>) - Method in class com.gooddata.executeafm.result.ExecutionResult
-
Sets warnings for this result
- setZopimUrl(String) - Method in class com.gooddata.connector.Zendesk4Settings
- SimpleMeasureDefinition - Class in com.gooddata.executeafm.afm
-
Definition of simple measure
- SimpleMeasureDefinition(ObjQualifier) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, FilterItem...) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Creates new definition
- SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, List<FilterItem>) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Creates new definition
- SimpleMeasureDefinition(ObjQualifier, String, Boolean, List<FilterItem>) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Creates new definition
- 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
- SortItem - Interface in com.gooddata.executeafm.resultspec
-
Define sort in report, either attribute (sort headers) or metric (sort data)
- 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
- STACK - com.gooddata.md.visualization.CollectionType
- Status - Class in com.gooddata.connector
-
Connector process status.
- Status.Code - Enum in com.gooddata.connector
-
Enum of connector process status codes
- Subscription - Class in com.gooddata.notification
-
Subscription for notifications
- Subscription(List<Trigger>, List<Channel>, TriggerCondition, MessageTemplate, MessageTemplate, String) - Constructor for class com.gooddata.notification.Subscription
-
Creates Subscription
- Subscription(List<Trigger>, List<Channel>, TriggerCondition, MessageTemplate, String) - Constructor for class com.gooddata.notification.Subscription
-
Creates Subscription
- SUM - com.gooddata.executeafm.afm.Aggregation
- SUM - com.gooddata.executeafm.resultspec.AttributeSortAggregation
- SUM - com.gooddata.md.report.Total
- summary(String) - Static method in class com.gooddata.md.Restriction
-
Construct a new instance with restriction type summary and given value.
- SYNCHRONIZED - com.gooddata.connector.Status.Code
T
- Tab(String) - Constructor for class com.gooddata.md.ProjectDashboard.Tab
- Table - Class in com.gooddata.md
-
Represents physical data model table.
- TABLE - com.gooddata.md.visualization.VisualizationType
- 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 - Class in com.gooddata.projecttemplate
-
Represents one project template.
- 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.dataload.processes.ScheduleExecution
- TEMPLATE - Static variable in class com.gooddata.lcm.LcmEntities
- 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.project.User
- TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
- TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseS3Credentials
- TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseS3CredentialsList
- 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
- TESTING - com.gooddata.project.Environment
-
'TESTING' projects or warehouses are not backed-up and archived.
- TESTING - com.gooddata.project.ProjectEnvironment
-
'TESTING' projects are not backed-up and archived.
- textValue() - Method in interface com.gooddata.executeafm.result.Data
- textValue() - Method in class com.gooddata.executeafm.result.DataList
- textValue() - Method in class com.gooddata.executeafm.result.DataValue
- TimerEvent - Class in com.gooddata.notification
-
Time based trigger
- TimerEvent(String) - Constructor for class com.gooddata.notification.TimerEvent
- title(String) - Static method in class com.gooddata.md.Restriction
-
Construct a new instance with restriction type title and given value.
- toExportFormat(ReportExportFormat) - Static method in enum com.gooddata.report.ReportExportFormat
-
Deprecated.
- toString() - Method in class com.gooddata.account.Account
- toString() - Method in class com.gooddata.auditevent.AuditEvent
- toString() - Method in class com.gooddata.auditevent.AuditEventPageRequest
- toString() - Method in class com.gooddata.connector.CoupaInstance
- toString() - Method in class com.gooddata.connector.CoupaProcessExecution
- toString() - Method in class com.gooddata.connector.CoupaSettings
- toString() - Method in class com.gooddata.connector.Integration
- toString() - Method in class com.gooddata.connector.IntegrationProcessStatus
- toString() - Method in class com.gooddata.connector.PardotProcessExecution
- toString() - Method in class com.gooddata.connector.PardotSettings
- 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 enum com.gooddata.dataset.UploadMode
- toString() - Method in class com.gooddata.dataset.UploadStatistics
- toString() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- toString() - Method in class com.gooddata.executeafm.afm.Afm
- toString() - Method in enum com.gooddata.executeafm.afm.Aggregation
- toString() - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
- toString() - Method in class com.gooddata.executeafm.afm.AttributeItem
- toString() - Method in class com.gooddata.executeafm.afm.ExpressionFilter
- toString() - Method in class com.gooddata.executeafm.afm.MeasureItem
- toString() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
- toString() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- toString() - Method in class com.gooddata.executeafm.afm.OverPeriodDateAttribute
- toString() - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
- toString() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- toString() - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
- toString() - Method in class com.gooddata.executeafm.afm.PreviousPeriodDateDataSet
- toString() - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
- toString() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- toString() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- toString() - Method in class com.gooddata.executeafm.Execution
- toString() - Method in class com.gooddata.executeafm.IdentifierObjQualifier
- toString() - Method in class com.gooddata.executeafm.response.AttributeHeader
- toString() - Method in class com.gooddata.executeafm.response.AttributeInHeader
- toString() - Method in class com.gooddata.executeafm.response.ExecutionResponse
- toString() - Method in class com.gooddata.executeafm.response.MeasureGroupHeader
- toString() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
- toString() - Method in class com.gooddata.executeafm.response.ResultDimension
- toString() - Method in class com.gooddata.executeafm.response.TotalHeaderItem
- toString() - Method in class com.gooddata.executeafm.result.AttributeHeaderItem
- toString() - Method in class com.gooddata.executeafm.result.DataList
- toString() - Method in class com.gooddata.executeafm.result.DataValue
- toString() - Method in class com.gooddata.executeafm.result.ExecutionResult
- toString() - Method in class com.gooddata.executeafm.result.Paging
- toString() - Method in class com.gooddata.executeafm.result.ResultHeaderItem
- toString() - Method in class com.gooddata.executeafm.result.Warning
- toString() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
- toString() - Method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
- toString() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
- toString() - Method in class com.gooddata.executeafm.resultspec.Dimension
- toString() - Method in enum com.gooddata.executeafm.resultspec.Direction
- toString() - Method in class com.gooddata.executeafm.resultspec.MeasureLocatorItem
- toString() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
- toString() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
- toString() - Method in class com.gooddata.executeafm.resultspec.TotalItem
- toString() - Method in class com.gooddata.executeafm.resultspec.TotalLocatorItem
- toString() - Method in class com.gooddata.executeafm.UriObjQualifier
- toString() - Method in class com.gooddata.export.ExecuteReport
- toString() - Method in class com.gooddata.export.ExecuteReportDefinition
- 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.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.lcm.LcmEntity
- 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.Channel
- toString() - Method in class com.gooddata.notification.EmailConfiguration
- toString() - Method in class com.gooddata.notification.MessageTemplate
- toString() - Method in class com.gooddata.notification.ProjectEvent
- toString() - Method in class com.gooddata.notification.Subscription
- toString() - Method in class com.gooddata.notification.TimerEvent
- toString() - Method in class com.gooddata.project.CreatedInvitations
- toString() - Method in class com.gooddata.project.Invitation
- 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.WarehouseS3Credentials.Links
- toString() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
- toString() - Method in class com.gooddata.warehouse.WarehouseSchema
- toString() - Method in class com.gooddata.warehouse.WarehouseUser
- total(int...) - Method in class com.gooddata.executeafm.result.Paging
-
Sets size compound of given elements, each element per dimension
- Total - Enum in com.gooddata.md.report
-
Represents type of Total for
AttributeInGrid - TotalHeaderItem - Class in com.gooddata.executeafm.response
-
Header of total
- TotalHeaderItem(Total) - Constructor for class com.gooddata.executeafm.response.TotalHeaderItem
-
Creates new header
- TotalHeaderItem(String) - Constructor for class com.gooddata.executeafm.response.TotalHeaderItem
-
Creates new header
- TotalItem - Class in com.gooddata.executeafm.resultspec
-
Total definition
- TotalItem(String, Total, String) - Constructor for class com.gooddata.executeafm.resultspec.TotalItem
- TotalItem(String, String, String) - Constructor for class com.gooddata.executeafm.resultspec.TotalItem
-
Total definition
- TotalLocatorItem - Class in com.gooddata.executeafm.resultspec
-
Holds total type and attribute to which this total corresponds.
- TotalLocatorItem(String, String) - Constructor for class com.gooddata.executeafm.resultspec.TotalLocatorItem
- toUri() - Method in class com.gooddata.GoodDataEndpoint
- TRANSFORMED - com.gooddata.connector.Status.Code
- TRANSFORMING - com.gooddata.connector.Status.Code
- TREND - com.gooddata.md.visualization.CollectionType
- Trigger - Interface in com.gooddata.notification
-
Interface for subscription triggers
- TriggerCondition - Class in com.gooddata.notification
-
Condition of trigger
- TriggerCondition(String) - Constructor for class com.gooddata.notification.TriggerCondition
- 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.
- updateAccount(Account) - Method in class com.gooddata.account.AccountService
-
Updates account
- 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(DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
-
Update process with given data by given project.
- updateProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
-
Deprecated.
- updateProcessFromAppstore(DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
-
Update process with data from appstore by given project.
- updateProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
-
Deprecated.
- 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).
- updateS3Credentials(WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
-
update S3 credentials in the Warehouse
- updateSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
-
Update the given schedule
- updateSchedule(Project, Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
-
Deprecated.
- updateSettings(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
-
Update integration settings
- updateUserInProject(Project, User...) - Method in class com.gooddata.project.ProjectService
-
Update user in the project
- updateWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
-
Updates given Warehouse.
- updateWithPageParams(UriComponentsBuilder) - Method in class com.gooddata.auditevent.AuditEventPageRequest
- upload(String, InputStream) - Method in class com.gooddata.gdc.DataStoreService
-
Uploads given stream to given datastore path
- Upload - Class in com.gooddata.dataset
-
Contains information about single dataset upload.
- UPLOADED - com.gooddata.connector.Status.Code
- UPLOADING - com.gooddata.connector.Status.Code
- UploadMode - Enum in com.gooddata.dataset
-
Upload modes enum.
- 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.dataload.processes.ScheduleExecution
- 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.export.ReportRequest
- 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.lcm.LcmEntities
- 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.Channel
- URI - Static variable in class com.gooddata.notification.ProjectEvent
- URI - Static variable in class com.gooddata.notification.Subscription
- 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.project.User
- 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.WarehouseS3Credentials
- URI - Static variable in class com.gooddata.warehouse.WarehouseS3CredentialsList
- 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
- URI_TEMPLATE - Static variable in class com.gooddata.notification.Channel
- URI_TEMPLATE - Static variable in class com.gooddata.notification.Subscription
- uriFromExecutionUri(URI) - Static method in class com.gooddata.dataload.processes.ProcessExecutionDetail
- UriObjQualifier - Class in com.gooddata.executeafm
-
Qualifies metadata
Objusing an URI - UriObjQualifier(String) - Constructor for class com.gooddata.executeafm.UriObjQualifier
- 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.CoupaSettings
- URL - Static variable in class com.gooddata.connector.Integration
- URL - Static variable in class com.gooddata.connector.PardotSettings
- URL - Static variable in class com.gooddata.connector.ProcessStatus
- URL - Static variable in interface com.gooddata.connector.Settings
-
Deprecated.use
Zendesk4Settings.URLinstead - URL - Static variable in class com.gooddata.connector.Zendesk4Settings
- 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 in project
- USER_ERROR - com.gooddata.connector.Status.Code
- USER_URI - Static variable in class com.gooddata.auditevent.AuditEvent
- USER_URI_TEMPLATE - Static variable in class com.gooddata.auditevent.AuditEvent
- UserInProjectNotFoundException - Exception in com.gooddata.project
-
User in project is not found
- UserInProjectNotFoundException(String) - Constructor for exception com.gooddata.project.UserInProjectNotFoundException
- UserInProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.UserInProjectNotFoundException
V
- 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.executeafm.afm.Aggregation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gooddata.executeafm.resultspec.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gooddata.export.ExportFormat
-
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.md.visualization.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gooddata.md.visualization.VisualizationType
-
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
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gooddata.warehouse.WarehouseUserRole
-
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.executeafm.afm.Aggregation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gooddata.executeafm.resultspec.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gooddata.export.ExportFormat
-
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.md.visualization.CollectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gooddata.md.visualization.VisualizationType
-
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
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gooddata.warehouse.WarehouseUserRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERTICA - com.gooddata.project.ProjectDriver
- VIEW - com.gooddata.md.visualization.CollectionType
- VisualizationAttribute - Class in com.gooddata.md.visualization
-
Represents attribute item withing
Bucket - VisualizationAttribute(UriObjQualifier, String) - Constructor for class com.gooddata.md.visualization.VisualizationAttribute
-
Creates new instance of visualization attribute for use in
Bucket - VisualizationAttribute(UriObjQualifier, String, String) - Constructor for class com.gooddata.md.visualization.VisualizationAttribute
-
Creates new instance of visualization attribute for use in
Bucket - VisualizationClass - Class in com.gooddata.md.visualization
-
Class for holding information about visualization, including uri to its implementation, icons, order index and checksum
- VisualizationConverter - Class in com.gooddata.md.visualization
-
Helper class for converting
VisualizationObjectintoExecution - VisualizationConverter() - Constructor for class com.gooddata.md.visualization.VisualizationConverter
- VisualizationExecution - Class in com.gooddata.executeafm
-
Represents structure for triggering execution with reference to visualization object.
- VisualizationExecution(String) - Constructor for class com.gooddata.executeafm.VisualizationExecution
-
Constructor.
- VisualizationObject - Class in com.gooddata.md.visualization
-
Complete information about new visualization object that can be stored as MD object (see
Obj) to md server. - VisualizationObject(String, String) - Constructor for class com.gooddata.md.visualization.VisualizationObject
-
Constructor.
- VisualizationType - Enum in com.gooddata.md.visualization
-
Represents supported types of currently used visualizations
- VOPopMeasureDefinition - Class in com.gooddata.md.visualization
-
Deprecated.identical with
PopMeasureDefinition, see https://github.com/gooddata/gooddata-java/issues/581 - VOPopMeasureDefinition(String, ObjQualifier) - Constructor for class com.gooddata.md.visualization.VOPopMeasureDefinition
-
Deprecated.Creates instance of Period over Period measure definition to be used in
VisualizationObject - VOSimpleMeasureDefinition - Class in com.gooddata.md.visualization
-
Deprecated.identical with
MeasureDefinition, see https://github.com/gooddata/gooddata-java/issues/581 - VOSimpleMeasureDefinition(ObjQualifier) - Constructor for class com.gooddata.md.visualization.VOSimpleMeasureDefinition
-
Deprecated.Creates instance of simple measure definition to be used in
VisualizationObject - VOSimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, FilterItem...) - Constructor for class com.gooddata.md.visualization.VOSimpleMeasureDefinition
-
Deprecated.Creates instance of simple measure definition to be used in
VisualizationObject - VOSimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, List<FilterItem>) - Constructor for class com.gooddata.md.visualization.VOSimpleMeasureDefinition
-
Deprecated.Creates instance of simple measure definition to be used in
VisualizationObject - VOSimpleMeasureDefinition(ObjQualifier, String, Boolean, List<FilterItem>) - Constructor for class com.gooddata.md.visualization.VOSimpleMeasureDefinition
-
Deprecated.Creates instance of simple measure definition to be used in
VisualizationObject
W
- 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
- Warehouse(String, String, String, DateTime, DateTime, String, String, String, String, String, Map<String, String>, String) - Constructor for class com.gooddata.warehouse.Warehouse
- WarehouseNotFoundException - Exception in com.gooddata.warehouse
-
Warehouse instance doesn't exist.
- WarehouseNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseNotFoundException
- 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
- WarehouseS3Credentials - Class in com.gooddata.warehouse
-
Single warehouse S3 credentials record (identified uniquely by warehouse ID, region and access key)
- WarehouseS3Credentials(String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials
-
Used to add new S3 credentials
- WarehouseS3Credentials(String, String, String, DateTime, WarehouseS3Credentials.Links) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials
- WarehouseS3Credentials.Links - Class in com.gooddata.warehouse
- WarehouseS3CredentialsException - Exception in com.gooddata.warehouse
-
Thrown when REST operation failed for S3 credentials
- WarehouseS3CredentialsException(String, String) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsException
- WarehouseS3CredentialsException(String, String, Exception) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsException
- WarehouseS3CredentialsList - Class in com.gooddata.warehouse
-
List of warehouse S3 credentials for a given warehouse
- WarehouseS3CredentialsList(List<WarehouseS3Credentials>) - Constructor for class com.gooddata.warehouse.WarehouseS3CredentialsList
- WarehouseS3CredentialsList(List<WarehouseS3Credentials>, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseS3CredentialsList
- WarehouseS3CredentialsNotFoundException - Exception in com.gooddata.warehouse
-
Thrown when specific S3 credentials, identified by warehouse ID, region and access key cannot be found
- WarehouseS3CredentialsNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsNotFoundException
- 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
-
Deprecated.use WarehouseService(RestTemplate, GoodDataSettings) constructor instead
- WarehouseService(RestTemplate, GoodDataSettings) - 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
-
Creates a new instance with given parameters.
- 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
- WarehouseUserRole - Enum in com.gooddata.warehouse
-
Role of the user in the Datawarehouse
- 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
- Warning - Class in com.gooddata.executeafm.result
-
ExecutionResult's warning. - Warning(String, String) - Constructor for class com.gooddata.executeafm.result.Warning
-
Creates new instance
- Warning(String, String, List<Object>) - Constructor for class com.gooddata.executeafm.result.Warning
-
Creates new instance
- withClient(String) - Method in class com.gooddata.lcm.LcmEntityFilter
-
Adds given client to this filter.
- withDataProduct(String) - Method in class com.gooddata.lcm.LcmEntityFilter
-
Adds given data product to this filter.
- withIncrementedLimit() - Method in class com.gooddata.auditevent.AuditEventPageRequest
-
Copy this request parameters and increment request parameter limit.
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
Deprecated.
- withObjUriQualifier(UriObjQualifier) - Method in interface com.gooddata.executeafm.afm.FilterItem
-
Copy itself using given uri qualifier
- withObjUriQualifier(UriObjQualifier) - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
-
Deprecated.Use
MeasureDefinition.withObjUriQualifiers(ObjQualifierConverter)instead as this method is not supported by all the existing implementations. - withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
-
Deprecated.
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
-
Deprecated.
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
- withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
-
Deprecated.
- withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.executeafm.afm.ArithmeticMeasureDefinition
-
no conversion is done, because this definition uses only local identifiers
- withObjUriQualifiers(ObjQualifierConverter) - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
-
Copy itself using the given object qualifier converter in case when
IdentifierObjQualifierinstances are used in the object otherwise the original object is returned. - withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.executeafm.afm.OverPeriodMeasureDefinition
- withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
-
Deprecated.
- withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.executeafm.afm.PreviousPeriodMeasureDefinition
- withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
- withSegment(String) - Method in class com.gooddata.lcm.LcmEntityFilter
-
Adds given segment to this filter.
X
- XLS - com.gooddata.export.ExportFormat
- XLS - com.gooddata.report.ReportExportFormat
-
Deprecated.
- XLSX - com.gooddata.export.ExportFormat
- XLSX - com.gooddata.report.ReportExportFormat
-
Deprecated.
Z
- ZENDESK4 - com.gooddata.connector.ConnectorType
- 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, 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
All Classes All Packages