Interface | Description |
---|---|
NoteTemplatePropertiesValidator |
Validator to ensure that the note template properties are complete and correct.
|
Class | Description |
---|---|
NoteTemplateDefinition |
Apart from user generated content notes can also have predefined content that is based on a
template.
|
NoteTemplatePermissionFilter |
Permission filter which removes the EDIT permission from template notes.
|
NoteTemplateService |
This class provides services to support notes which have a predefined content that is based on a
template.
|
TemplateNoteRenderingPreProcessor |
RenderingPreProcessor which replaces the content of a template note with the result of the
rendered template that is associated with that note.
|
TemplateNoteStoringPreProcessor |
Note storing pre-processor which will set the default content of a template note by rendering the
template with default language and plain text render mode.
|
Exception | Description |
---|---|
NoteTemplateNotFoundException |
Thrown to indicate that a requested note template definition does not exist.
|
NoteTemplatePropertiesValidationException |
Thrown to indicate that the template properties are complete or correct
|
NoteTemplateRenderException |
Thrown to indicate that a note template could not be rendered
|
Copyright © 2019 Communote team. All rights reserved.