Class Index | File Index

Classes


Class SyncOp


Extends BaseBajaObj.
Base SyncOp.

All other SyncOps extend from this constructor.
Defined in: boxcs.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private> <inner>  
SyncOp()
Method Summary
Method Attributes Method Name and Description
<private>  
Return the id for the SyncOp.
<private>  
syncTo(space, cb)
Perform a syncTo network call.
Methods borrowed from class BaseBajaObj:
equals, valueOf
Class Detail
<private> <inner> SyncOp()
Method Detail
<private> {String} getId()
Return the id for the SyncOp.

The id is used for encoding and decoding a SyncOp.

Returns:
{String}

<private> syncTo(space, cb)
Perform a syncTo network call.
Parameters:
space
the Component Space we're syncing too.
{baja.comm.Callback} cb
the callback handler.

Documentation generated by JsDoc Toolkit 2.3.2