Package | Description |
---|---|
com.gooddata.exception | |
com.gooddata.integration.rest |
Modifier and Type | Class and Description |
---|---|
class |
GdcIntegrationErrorException |
class |
GdcProjectAccessException |
class |
GdcSSTokenException |
class |
GdcUploadErrorException |
class |
HttpMethodException |
class |
HttpMethodNotFinishedYetException
Indicates the HTTP status ACCEPTED
|
Modifier and Type | Method and Description |
---|---|
void |
GdcRESTApiWrapper.addUsersToProject(String projectId,
List<String> uris,
String role)
Create a new user
|
void |
GdcRESTApiWrapper.addUsersToProjectWithRoleUri(String projectId,
List<String> uris,
String roleUri) |
String |
GdcRESTApiWrapper.createProject(String name,
String desc,
String templateUri)
Deprecated.
|
String |
GdcRESTApiWrapper.createProject(String name,
String desc,
String templateUri,
String driver,
String accessToken)
Create a new GoodData project
|
String |
GdcRESTApiWrapper.createUser(String domain,
GdcRESTApiWrapper.GdcUser user)
Create a new user
|
void |
GdcRESTApiWrapper.disableUsersInProject(String projectId,
List<String> uris)
Disables a user in project
|
void |
GdcRESTApiWrapper.dropProject(String projectId)
Drops a GoodData project
|
String |
GdcRESTApiWrapper.executeDML(String projectId,
String maql)
Executes the MAQL and creates/modifies the project's LDM
|
void |
GdcRESTApiWrapper.executeMAQLAsync(String projectId,
String maql)
Executes the MAQL and creates/modifies the project's LDM asynchronously
|
GdcRESTApiWrapper.ProjectExportResult |
GdcRESTApiWrapper.exportMD(String projectId,
List<Integer> ids)
Exports selected MD object with dependencies from the project
|
GdcRESTApiWrapper.ProjectExportResult |
GdcRESTApiWrapper.exportProject(String projectId,
boolean exportUsers,
boolean exportData,
String[] authorizedUsers)
Exports the project
|
protected String |
GdcRESTApiWrapper.getProjectId(String uri)
Retrieves the project id from the URI returned by the create project
|
String |
GdcRESTApiWrapper.importMD(String projectId,
String token,
boolean overwrite,
boolean updateLDM)
Imports a MD object to the project
|
String |
GdcRESTApiWrapper.importProject(String projectId,
String token)
Imports the project
|
String |
GdcRESTApiWrapper.startLoading(String projectId,
String remoteDir)
Kicks the GDC platform to inform it that the FTP transfer is finished.
|
Copyright © 2014. All rights reserved.