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) toJson() Convert all relevant information of this operation to the json-format.
- # (void) execute() Apply the deletion.
Inherited Method Summary
Methods inherited from
Operation
#getUid #execute #saveOperation #validateSavedOperations
Constructor Details
#
(void)
constructor(uid, deletes)
Instance Method Details
#
(void)
toJson()
Convert all relevant information of this operation to the json-format. This result can be sent to other clients.
#
(void)
execute()
Apply the deletion.