new CollectionResourceHandler(ds, dboFactory, rsrcPath [, options])
Create new handler.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
ds |
module:x2node-dbos.DataSource | Data source. | |
dboFactory |
module:x2node-dbos~DBOFactory | DBO factory. | |
rsrcPath |
string | Resource path. | |
options |
Object |
<optional> |
Options. |
- Implements:
Extends
Members
-
_dboFactory :module:x2node-dbos~DBOFactory
-
The DBO factory.
Type:
- Inherited From:
-
_log :function
-
Debug logger.
Type:
- function
- Inherited From:
-
_options :Object
-
Options. Always present, always has sections for the methods.
Type:
- Object
- Inherited From:
-
_recordTypeDesc :module:x2node-records~RecordTypeDescriptor
-
Record type descriptor.
Type:
-
_recordTypeName :string
-
Record type name.
Type:
- string
-
_recordTypes :module:x2node-records~RecordTypesLibrary
-
Record types library.
Type:
- Inherited From:
-
_txFactory :module:x2node-dbos~TxFactory
-
The transaction factory.
Type:
- Inherited From: