30 hash<string, AbstractDataField> record_type;
86 *hash<string, AbstractDataField> getRecordTypeImpl(*hash<auto> search_options);
91 *hash<string, AbstractDataField> getUpdateRecordTypeImpl(*hash<auto> search_options);
96 *hash<string, AbstractDataField> getCreateRecordTypeImpl(*hash<auto> create_options);
107 AbstractDataProviderRecordIterator
searchRecordsImpl(*hash<auto> where_cond, *hash<auto> search_options);
The SalesforceRest data provider class.
Definition SalesforceRestDataProviderBase.qc.dox.h:28
SalesforceRestClient::SalesforceRestClient rest
The REST client object for API calls.
Definition SalesforceRestDataProviderBase.qc.dox.h:48
The SalesforceRestObjectDataProvider data provider class.
Definition SalesforceRestObjectDataProvider.qc.dox.h:55
hash< auto > desc
The description of this object type.
Definition SalesforceRestObjectDataProvider.qc.dox.h:66
*string getDesc()
Returns the data provider description.
string getName()
Returns the data provider name.
hash< auto > sobject
sobject description
Definition SalesforceRestObjectDataProvider.qc.dox.h:62
*hash< auto > fixSalesforceRecord(*hash< auto > rec)
Fix salesforce records for serialization.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
AbstractDataProviderRecordIterator searchRecordsImpl(*hash< auto > where_cond, *hash< auto > search_options)
Returns an iterator for zero or more records matching the search options.
constructor(SalesforceRestClient rest, string name, hash< auto > sobject)
Creates the object from the arguments.
deleteSingleRecord(string id)
deletes a single record
hash< SalesforceRestRecordInfo > record_info()
Record info for this object.
int updateRecordsImpl(hash< auto > set, hash< auto > where_cond, *hash< auto > search_options)
Updates zero or more records matching the search options.
int deleteRecordsImpl(*hash< auto > where_cond, *hash< auto > search_options)
Deletes zero or more records.
updateSingleRecord(string id, hash< auto > set)
updates a single record
getRecordInfoIntern()
Retrieves the record type.
string upsertRecordImpl(hash< auto > rec, *hash< auto > upsert_options)
Upserts the given record to the data provider.
*hash< auto > createRecordImpl(hash< auto > rec, *hash< auto > create_options)
Creates the given record to the data provider.
string name
current object name
Definition SalesforceRestObjectDataProvider.qc.dox.h:59
Qore SalesforceRestDataProvider module definition.
Definition SalesforceRestDataProvider.qc.dox.h:26
hash< string, bool > no_create
Fields that cannot be included when creating records.
Definition SalesforceRestObjectDataProvider.qc.dox.h:45
hash< string, string > field_types
The original field type names.
Definition SalesforceRestObjectDataProvider.qc.dox.h:33
hash< string, bool > time_fields
Hash of time fields for this record.
Definition SalesforceRestObjectDataProvider.qc.dox.h:42
hash< string, bool > defaulted_on_create
Fields that get a default value on create.
Definition SalesforceRestObjectDataProvider.qc.dox.h:51
hashdecl SalesforceRestRecordInfo
contains Salesforce object record information
Definition SalesforceRestObjectDataProvider.qc.dox.h:28
hash< string, bool > date_time_fields
Hash of date/time fields for this record.
Definition SalesforceRestObjectDataProvider.qc.dox.h:36
hash< string, bool > no_update
Fields that cannot be included when updating records.
Definition SalesforceRestObjectDataProvider.qc.dox.h:48
hash< string, bool > date_fields
Hash of date fields for this record.
Definition SalesforceRestObjectDataProvider.qc.dox.h:39