Class: Delete
Defined in: | lib/Types/BasicTypes.coffee |
Inherits: | Operation |
Overview
A simple Delete-type operation that deletes an Insert-type operation.
Instance Method Summary
- # (void) _encode() Private Convert all relevant information of this operation to the json-format.
- # (void) execute() Private Apply the deletion.
Inherited Method Summary
Methods inherited from
Operation
#getUid #execute #saveOperation #validateSavedOperations
Constructor Details
#
(void)
constructor(uid, deletes)
Instance Method Details
#
(void)
_encode()
Private
Convert all relevant information of this operation to the json-format. This result can be sent to other clients.
#
(void)
execute()
Private
Apply the deletion.