Package | Description |
---|---|
com.gooddata.connector | |
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Field> |
SfdcConnector.describeObject(SoapBindingStub c,
String name)
Retrieves the object's metadata
|
Modifier and Type | Method and Description |
---|---|
protected static String |
SfdcConnector.getColumnType(Map<String,Field> fields,
String fieldName)
Derives the LDM type from the SFDC type
|
Modifier and Type | Method and Description |
---|---|
Field[] |
DescribeSObjectResult.getFields()
Gets the fields value for this DescribeSObjectResult.
|
Field |
DescribeSObjectResult.getFields(int i) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeSObjectResult.setFields(Field[] fields)
Sets the fields value for this DescribeSObjectResult.
|
void |
DescribeSObjectResult.setFields(int i,
Field _value) |
Constructor and Description |
---|
DescribeSObjectResult(boolean activateable,
ChildRelationship[] childRelationships,
boolean createable,
boolean custom,
boolean customSetting,
boolean deletable,
boolean deprecatedAndHidden,
boolean feedEnabled,
Field[] fields,
String keyPrefix,
String label,
String labelPlural,
boolean layoutable,
boolean mergeable,
String name,
boolean queryable,
RecordTypeInfo[] recordTypeInfos,
boolean replicateable,
boolean retrieveable,
boolean searchable,
Boolean triggerable,
boolean undeletable,
boolean updateable,
String urlDetail,
String urlEdit,
String urlNew) |
Copyright © 2014. All rights reserved.