Back to bricks list
Introduction
Technical Documentation
Other Classes
Note NoteService
Version

NoteService

Functions

ADD_SCENARIO - @classmethod
ADD_VIEW_TO_CONTENT - @classmethod
ARCHIVE_NOTE - @classmethod
CREATE - @classmethod
DELETE - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
GET_BY_ID_AND_CHECK - @classmethod
Parameters:
NameTypeDefault valueDescription
idstr
Return type:
Note
GET_BY_RESOURCE - @classmethod
Parameters:
NameTypeDefault valueDescription
resource_idstr
pageint 0
number_of_items_per_pageint 20
Return type:
Paginator
GET_BY_SCENARIO - @classmethod
Parameters:
NameTypeDefault valueDescription
scenario_idstr
Return type:
List
GET_NOTE_HISTORY - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
Return type:
List
GET_RESOURCES_OF_ASSOCIATED_SCENARIOS - @classmethod

Method to retrieve the resources of the scenarios associated with a note. Resources used as input or output of the scenarios are returned.

Parameters:
NameTypeDefault valueDescription
note_idstr
Return type:
List
GET_SCENARIOS_BY_NOTE - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
Return type:
List
GET_UNDO_CONTENT - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
modification_idstr
Return type:
RichTextDTO
INSERT_TEMPLATE - @classmethod
REMOVE_SCENARIO - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
scenario_idstr
ROLLBACK_CONTENT - @classmethod
SEARCH_BY_NAME - @classmethod
Parameters:
NameTypeDefault valueDescription
namestr
pageint 0
number_of_items_per_pageint 20
Return type:
Paginator
SYNCHRONIZE_WITH_SPACE_BY_ID - @classmethod
Parameters:
NameTypeDefault valueDescription
idstr
Return type:
Note
UNARCHIVE_NOTE - @classmethod
UPDATE - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
note_dtoNoteSaveDTO
Return type:
Note
UPDATE_CONTENT - @classmethod
UPDATE_FOLDER - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
folder_idstr
Return type:
Note
UPDATE_TITLE - @classmethod
Parameters:
NameTypeDefault valueDescription
note_idstr
titlestr
Return type:
Note
VALIDATE_AND_SEND_TO_SPACE - @classmethod