freesmartphone.org PIM.Note Interface

Description

This interface provides access to one PIM note.

Namespace

org.freesmartphone.PIM.Note

Methods

Signals

Properties

None

Errors

None

Methods

GetContent ( ) → a{sv}

Description: Get the fields of one note.

Returns:

a{sv}: note_data The note’s data.

GetMultipleFields ( s ) → a{sv}

Description: Get a specified field list of the note’s data.

Parameters:*

s: field_list The list of fields to get, split by “,” (coma) char.

Returns:

a{sv}: field_data The data of the requested fields.

GetUsedBackends ( ) → as

Description: Get used backends in note.

Returns:

as: backends The list of backends used in this note.

Update ( a{sv} )

Description: Update one or more fields of this note.

Parameters:*

a{sv}: note_data The list of fields/values to update for this note.

Delete ( )

Description: Delete this note.

Signals

NoteDeleted ( )

NoteUpdated ( a{sv} )

Description: Sent when note is updated.

Parameters:

a{sv}: data Data used to update note.