Package | Description |
---|---|
com.gooddata.connector |
Modifier and Type | Method and Description |
---|---|
protected static SoapBindingStub |
SfdcConnector.connect(String host,
String usr,
String psw,
String token,
String clientID)
Connect the SFDC
|
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Field> |
SfdcConnector.describeObject(SoapBindingStub c,
String name)
Retrieves the object's metadata
|
protected static SObject |
SfdcConnector.executeQueryFirstRow(SoapBindingStub binding,
String sfdcQuery,
String clientID)
Executes the SFDC query, returns one row only.
|
Copyright © 2014. All rights reserved.