Class Index | File Index

Classes


Class baja.SlotScheme


Extends baja.OrdScheme.
Slot ORD Scheme.

This scheme resolves a SlotPath to a Niagara Object.
Defined in: ord.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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 Summary
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.
Class Detail
baja.SlotScheme()
See:
baja.SlotPath
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).
See:
baja.OrdScheme#resolve

Documentation generated by JsDoc Toolkit 2.3.2