rhino.js | |
bbop. | Rhino BBOP manager for dealing with remote calls. |
Functions | |
rhino | Contructor for the GOlr query manager; Rhino-style. |
update | See the documentation in <golr_manager.js> on update to get more of the story. |
fetch | This is the synchronous data getter for Rhino--probably your best bet right now for scripting. |
Rhino BBOP manager for dealing with remote calls. Remember, this is actually a “subclass” of bbop.golr.manager.
This may be madness.
bbop.golr.manager.rhino = function ( golr_loc, golr_conf_obj )
Contructor for the GOlr query manager; Rhino-style.
Beware that this version is a synchronous call.
golr_loc | string url to GOlr server |
golr_conf_obj | a bbop.golr.conf object |
golr manager object
bbop.golr.manager.rhino.prototype.update = function( callback_type, rows, start )
See the documentation in <golr_manager.js> on update to get more of the story. This override function adds functionality to Rhino.
callback_type | callback type string |
rows | [serially optional] integer; the number of rows to return |
start | [serially optional] integer; the offset of the returned rows |
the query url (with any Rhino specific paramteters)
bbop.golr.manager.rhino.prototype.fetch = function()
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
n/a
bbop.golr.response or null
Contructor for the GOlr query manager; Rhino-style.
bbop.golr.manager.rhino = function ( golr_loc, golr_conf_obj )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.rhino.prototype.update = function( callback_type, rows, start )
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
bbop.golr.manager.rhino.prototype.fetch = function()
Get the current invariant state of the manager returned as a encoded URL string (using encodeURI()).
this.get_query_url = function()