Class baja.SlotScheme
Extends
baja.OrdScheme.
Slot ORD Scheme.
This scheme resolves a SlotPath to a Niagara Object.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <private> <static> |
baja.SlotScheme.DEFAULT
Default Slot ORD Scheme instance.
|
- Fields borrowed from class baja.Object:
- equivalent, getIcon
| Method Attributes | Method Name and Description |
|---|---|
|
parse(schemeName, body)
Return an ORD Query for the scheme.
|
|
| <private> |
resolve(target, query, cursor, options, netcall)
Called when an ORD is resolved.
|
Field Detail
<private> <static>
baja.SlotScheme.DEFAULT
Default Slot ORD Scheme instance.
Method Detail
{Object}
parse(schemeName, body)
Return an ORD Query for the scheme.
- Parameters:
- schemeName
- body
- Returns:
- {Object}
<private>
resolve(target, query, cursor, options, netcall)
Called when an ORD is resolved.
- Parameters:
- {ORDTarget} target
- the current ORD Target.
- {Object} query
- the ORD Query used in resolving the ORD.
- cursor
- the ORD Query List cursor used for helping to asynchronously resolve the ORD.
- {Object} options
- options used for resolving an ORD.
- {Boolean} netcall Optional
- optional boolean to specify whether a network call should be attempted (used internally).