Extends
Members
(protected) becca
- Overrides:
- Source:
blobId :string
Type:
- string
- Source:
contentLength :int
Type:
- Source:
dateCreated :string
Type:
- string
- Source:
dateLastEdited :string
Type:
- string
- Source:
isProtected :boolean
Type:
- boolean
- Source:
mime :string
Type:
- string
- Source:
noteId :string
Type:
- string
- Source:
revisionId :string
Type:
- string
- Source:
title :string
Type:
- string
- Source:
type :string
Type:
- string
- Source:
utcDateCreated :string
Type:
- string
- Source:
utcDateLastEdited :string
Type:
- string
- Source:
utcDateModified :string
Type:
- string
- Source:
Methods
(protected) _getContent() → {string|Buffer}
- Overrides:
- Source:
Returns:
- Type
- string | Buffer
(protected) _setContent()
- Overrides:
- Source:
(protected) beforeSaving()
- Overrides:
- Source:
(protected) generateHash()
- Overrides:
- Source:
(protected) generateIdIfNecessary()
- Overrides:
- Source:
getAttachments() → {Array.<BAttachment>}
- Source:
Returns:
- Type
- Array.<BAttachment>
getContent() → {string|Buffer}
- Source:
Returns:
- Type
- string | Buffer
(protected) getPojoToSave()
- Overrides:
- Source:
(protected) getUtcDateChanged()
- Overrides:
- Source:
hasStringContent() → {boolean}
- Source:
Returns:
    true if the note has string content (not binary)
- Type
- boolean
markAsDeleted(deleteIdopt)
    Mark the entity as (soft) deleted. It will be completely erased later.
This is a low-level method, for notes and branches use `note.deleteNote()` and 'branch.deleteBranch()` instead.
    Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
| deleteId | <optional> | null | 
- Overrides:
- Source:
(protected) putEntityChange()
- Overrides:
- Source:
save() → {this}
    Saves entity - executes SQL, but doesn't commit the transaction on its own
- Overrides:
- Source:
Returns:
- Type
- this
setContent(content, optsopt)
Parameters:
| Name | Type | Attributes | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| content | |||||||||||||
| opts | object | <optional> | Properties
 | 
- Source: