A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Date — Constant static property in class com.salesforce.objects.FieldType
DateTime — Constant static property in class com.salesforce.objects.FieldType
dateTimeToString(theDate) — Static method in class com.salesforce.Util
dateToString(theDate) — Static method in class com.salesforce.Util
debug(obj, message) — Static method in class com.salesforce.Util
debugEvent — Event in class com.salesforce.Connection
Event used to print out the SOAP messages used in the API transport methods
DebugEvent — Class in package com.salesforce.events
Used internaly to send a debug message, extends event to add a debug string
DebugEvent(type, debugString) — Constructor in class com.salesforce.events.DebugEvent
DEBUG_EVENT — Constant static property in class com.salesforce.events.DebugEvent
debugString — Property in class com.salesforce.events.DebugEvent
decode(input) — Static method in class com.salesforce.objects.Base64
decodeBase64(field) — Method in class com.salesforce.objects.SObject
Method used to decode Body properties returned by the API, normaly transmited as BinaryBase64, these can be converted back into their original string or image data
defaultValue — Property in class com.salesforce.objects.CustomField
deletedDate — Property in class com.salesforce.results.DeletedRecord
DeletedRecord — Class in package com.salesforce.results
DeletedRecord(obj) — Constructor in class com.salesforce.results.DeletedRecord
deletedRecords — Property in class com.salesforce.results.DeletedResponse
DeletedResponse — Dynamic class in package com.salesforce.results
DeletedResponse(obj) — Constructor in class com.salesforce.results.DeletedResponse
DELETE_FAILED — Constant static property in class com.salesforce.objects.StatusCode
deleteIds(ids, callback) — Method in class com.salesforce.Connection
Delete a list of objects from salesforce.com database, the array contains just the id strings
deleteObject(customObjects, callback) — Method in class com.salesforce.Connection
DELETE_REQUIRED_ON_CASCADE — Constant static property in class com.salesforce.objects.StatusCode
DEPENDENCY_EXISTS — Constant static property in class com.salesforce.objects.StatusCode
Deployed — Constant static property in class com.salesforce.objects.DeploymentStatus
deploymentStatus — Property in class com.salesforce.objects.CustomObject
DeploymentStatus — Class in package com.salesforce.objects
DeploymentStatus(type) — Constructor in class com.salesforce.objects.DeploymentStatus
describeGlobal(callback) — Method in class com.salesforce.Connection
returns a list of all valid objects (table names) in the salesforce database, used to check that a desired table exists in a given database
describeLayout(type, recordTypes, callback) — Method in class com.salesforce.Connection
callback receives a complex data class desribing the meta-data used to layout a page for view or edit, you may specify an array of record type IDs to limit the amount of data returned if your object has many fields or record types.
DescribeLayout — Dynamic class in package com.salesforce.results
Returned in the response to describeLayout(), contains detailed information on the custom or standard object page layout
DescribeLayout(obj) — Constructor in class com.salesforce.results.DescribeLayout
DescribeLayoutComponent — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.
DescribeLayoutComponent(obj) — Constructor in class com.salesforce.results.DescribeLayoutComponent
DescribeLayoutItem — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.
DescribeLayoutItem(obj) — Constructor in class com.salesforce.results.DescribeLayoutItem
DescribeLayoutResult — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.
DescribeLayoutResult(obj) — Constructor in class com.salesforce.results.DescribeLayoutResult
DescribeLayoutRow — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.
DescribeLayoutRow(obj) — Constructor in class com.salesforce.results.DescribeLayoutRow
DescribeLayoutSection — Dynamic class in package com.salesforce.results
A single section of a page, edit or detail, has a heading sometimes contains one or two columns
DescribeLayoutSection(result) — Constructor in class com.salesforce.results.DescribeLayoutSection
describeSObject(type, callback) — Method in class com.salesforce.Connection
use describeSObjects instead
DescribeSObjectResult — Dynamic class in package com.salesforce.results
Returned in the response to describeSObject(), contains detailed information on the custom or standard object
DescribeSObjectResult(obj) — Constructor in class com.salesforce.results.DescribeSObjectResult
describeSObjects(types, callback) — Method in class com.salesforce.Connection
return the object description in detail for one or more salesforce custom or standard objects
DescribeTab — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeTabs() calls, contains details describing the tabs for each appexchange application, standard and custom.
DescribeTab(obj) — Constructor in class com.salesforce.results.DescribeTab
describeTabs(callback) — Method in class com.salesforce.Connection
callback receives a structure describing all installed AppExchange applications for the current connection, including a list of object tabs for each application.
DescribeTabSetResult — Dynamic class in package com.salesforce.results
Class returned to the responder from connection.describeTabs() calls, contains details describing the tabs for each appexchange application, standard and custom.
DescribeTabSetResult(obj) — Constructor in class com.salesforce.results.DescribeTabSetResult
description — Property in class com.salesforce.objects.CustomField
description — Property in class com.salesforce.objects.CustomObject
detail — Property in class com.salesforce.results.Fault
detailLayoutSections — Property in class com.salesforce.results.DescribeLayout
displayFormat — Property in class com.salesforce.objects.CustomField
done — Property in class com.salesforce.objects.AsyncResult
done — Property in class com.salesforce.results.QueryResult
doNotCreateOpportunity — Property in class com.salesforce.objects.LeadConvert
DUPLICATE_CASE_SOLUTION — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_CUSTOM_ENTITY_DEFINITION — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_CUSTOM_TAB_MOTIF — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_DEVELOPER_NAME — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_EXTERNAL_ID — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_MASTER_LABEL — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_USERNAME — Constant static property in class com.salesforce.objects.StatusCode
DUPLICATE_VALUE — Constant static property in class com.salesforce.objects.StatusCode
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z