Package | Description |
---|---|
com.gooddata.exception | |
com.gooddata.integration.rest | |
com.gooddata.processor |
Modifier and Type | Class and Description |
---|---|
class |
HttpMethodNotFinishedYetException
Indicates the HTTP status ACCEPTED
|
Modifier and Type | Method and Description |
---|---|
protected String |
GdcRESTApiWrapper.executeMethodOk(org.apache.commons.httpclient.HttpMethod method) |
protected String |
GdcRESTApiWrapper.executeMethodOk(org.apache.commons.httpclient.HttpMethod method,
boolean reloginOn401) |
GdcRESTApiWrapper.TaskmanStatus |
GdcRESTApiWrapper.getDetailedTaskManStatus(String link) |
String |
GdcRESTApiWrapper.getLoadingStatus(String link)
Checks if the loading is finished
|
String |
GdcRESTApiWrapper.getMigrationStatus(String link)
Checks if the migration is finished
|
Project |
GdcRESTApiWrapper.getProjectById(String id)
Retrieves the project info by the project's ID
|
Project |
GdcRESTApiWrapper.getProjectByName(String name)
Deprecated.
|
SLI |
GdcRESTApiWrapper.getSLIById(String id,
String projectId)
Finds a project SLI by it's id
|
List<Column> |
GdcRESTApiWrapper.getSLIColumns(String uri)
Retrieves the SLI columns
|
net.sf.json.JSONObject |
GdcRESTApiWrapper.getSLIManifest(String uri)
Retrieves the SLI columns
|
List<SLI> |
GdcRESTApiWrapper.getSLIs(String projectId)
Returns a list of project's SLIs
|
String |
GdcRESTApiWrapper.getTaskManStatus(String link)
Checks if the migration is finished
|
List<Project> |
GdcRESTApiWrapper.listProjects()
Deprecated.
|
void |
GdcRESTApiWrapper.login()
GDC login - obtain GDC SSToken
|
void |
GdcRESTApiWrapper.logout()
GDC logout - remove active session, if any exists
|
Modifier and Type | Method and Description |
---|---|
GdcRESTApiWrapper |
ProcessingContext.getRestApi(CliParams cliParams) |
Copyright © 2014. All rights reserved.