Class Index | File Index

Classes


Class NodeAPI


Extends Chainback.

Defined in: node.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Node object.
Method Summary
Method Attributes Method Name and Description
<static>  
NodeAPI.constructs(success, error)
Retrieves a list of constructs and constructs categories that are assigned to this node and passes it as the only argument into the the `success()' callback.
<static>  
NodeAPI.remove(success, error, success)
Removes this node object.
<static>  
NodeAPI.save()
Class Detail
NodeAPI()
Node object.
Method Detail
<static> NodeAPI.constructs(success, error)
Retrieves a list of constructs and constructs categories that are assigned to this node and passes it as the only argument into the the `success()' callback.
Parameters:
{function(Array.)=} success
Callback to receive an array of constructs.
{function(GCNError):boolean=} error
Custom error handler.
Throws:
INVALID_ARGUMENTS
Returns:
Returns the constructs / categories

<static> NodeAPI.remove(success, error, success)
Removes this node object.
Parameters:
{function=} success
Callback.
{function(GCNError):boolean=} error
Custom error handler.
{function} success
callback

<static> NodeAPI.save()

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jun 27 2012 18:15:21 GMT+0200 (CEST)