Class baja.UnknownScheme
Extends
baja.OrdScheme.
Unknown ORD Scheme.
Some ORD Schemes are represented in BajaScript and some are not. When an ORD is resolved,
the BajaScript Registry is used to see if we locally have an ORD scheme representation.
If all of the ORD Schemes in an ORD do have a local representation (i.e. they have JS Constructors),
the ORD is resolved locally. If any unknown ORD schemes are found then the entire ORD is resolved
on the Server and the corresponding results are serialized and sent back down to the client.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
| Field Attributes | Field Name and Description |
|---|---|
| <private> <static> |
baja.UnknownScheme.DEFAULT
Default Unknown ORD Scheme instance.
|
- Fields borrowed from class baja.Object:
- equivalent, getIcon
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
resolve(target, query, cursor, options)
Called when an ORD is resolved.
|
- Methods borrowed from class baja.OrdScheme:
- parse
Field Detail
<private> <static>
baja.UnknownScheme.DEFAULT
Default Unknown ORD Scheme instance.
Method Detail
<private>
resolve(target, query, cursor, options)
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.