86 const UTC =
new TimeZone(
"UTC");
122 DataProvider::AbstractDataProviderRecordIterator
searchRecordsImpl(*hash<auto> where_cond, *hash<auto> search_options);
127 AbstractDataProviderBulkRecordInterface searchRecordsBulkImpl(
int block_size = 1000, *hash<auto> where_cond, *hash<auto> search_options);
132 *hash<string, DataProvider::AbstractDataField> getRecordTypeImpl(*hash<auto> search_options);
149 *hash<auto> getSearchRequest(
int limit, reference<*hash<auto>> where_cond, *hash<auto> search_options);
154 processSearchArgs(reference<hash<auto>> req, hash<auto> exp);
163 processEqualityArgs(reference<hash<auto>> req, hash<auto> exp);
168 processExtent(reference<hash<auto>> req,
auto val);
173 processComparisonArgs(reference<hash<auto>> req, hash<auto> exp);
The MewsRest data provider base class.
Definition MewsRestDataProviderBase.qc.dox.h:28
The MewsRestTableDataProvider data provider class.
Definition MewsRestTableDataProvider.qc.dox.h:70
const ConstructorOptions
Constructor options.
Definition MewsRestTableDataProvider.qc.dox.h:74
setRecordTypeIntern()
Retrieve the record information.
hash< string, bool > comp_end
Comparison ...End fields.
Definition MewsRestTableDataProvider.qc.dox.h:99
constructor(*hash< auto > options, hash< MewsTableApiConfig > config)
Creates the object from constructor options.
hash< string, bool > comp_start
Comparison ...Start fields.
Definition MewsRestTableDataProvider.qc.dox.h:96
const Expressions
Supported Expressions.
Definition MewsRestTableDataProvider.qc.dox.h:78
string getName()
Returns the data provider name.
AbstractDataProvider getTableDataProvider()
Retrieves the Swagger data provider for the table data.
const SearchOptions
Search options.
Definition MewsRestTableDataProvider.qc.dox.h:82
hash< string, AbstractDataField > record_type
Record info for the table.
Definition MewsRestTableDataProvider.qc.dox.h:93
constructor(MewsRestClient rest, hash< MewsTableApiConfig > config)
Creates the object from the arguments.
bool searchAcceptsForeignField(string field)
Allows data providers to accept foreign or virtual field names.
hash< MewsTableApiConfig > config
The table config.
Definition MewsRestTableDataProvider.qc.dox.h:90
DataProvider::AbstractDataProviderRecordIterator searchRecordsImpl(*hash< auto > where_cond, *hash< auto > search_options)
Returns an iterator for zero or more records matching the search options.
const UTC
UTC time zone.
Definition MewsRestTableDataProvider.qc.dox.h:86
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26
hash< string, bool > equality_fields
Set of fields that can support equality checks in requests.
Definition MewsRestTableDataProvider.qc.dox.h:42
hash< string, bool > extent
Supported extent.
Definition MewsRestTableDataProvider.qc.dox.h:48
bool no_limitation
Does not support the "Limitation" option.
Definition MewsRestTableDataProvider.qc.dox.h:66
hash< string, bool > comparison_fields
Set of fields that can support date/time comparisons in requests.
Definition MewsRestTableDataProvider.qc.dox.h:39
string body_key
Data key in message body.
Definition MewsRestTableDataProvider.qc.dox.h:36
date max_delta
Maximum time difference for searches.
Definition MewsRestTableDataProvider.qc.dox.h:63
string path
Child data provider path.
Definition MewsRestTableDataProvider.qc.dox.h:33
hash< string, bool > default_extent
Default extent.
Definition MewsRestTableDataProvider.qc.dox.h:51
hashdecl MewsTableApiConfig
Table API config.
Definition MewsRestTableDataProvider.qc.dox.h:28
hash< string, bool > equality_list_fields
Set of fields that can support list equality checks in requests.
Definition MewsRestTableDataProvider.qc.dox.h:45