Interface | Description |
---|---|
NoteContentRenderingPreProcessor |
This pre-processor is called before a note is rendered and thus provides a flexible way for
making additional modifications to the content of a note.
|
NoteMetadataRenderingPreProcessor |
This pre-processor is called before a note is rendered and thus provides a flexible way for
making additional modifications to the metadata of a note.
|
NoteRenderingPreProcessorManager |
An extension point that allows transient modification of a note before it is rendered.
|
NoteStoringEditableContentPreProcessor |
A preprocessor which is invoked before storing a note.
|
NoteStoringImmutableContentPreProcessor |
A preprocessor which is invoked before storing a note.
|
NoteStoringPostProcessor |
Component for processing a note after it was created or updated.
|
NoteStoringPostProcessorManager |
Extension point for adding components which can process a note after it was stored.
|
NoteStoringPreProcessorManager |
Extension point for registering processors to manipulate notes before they are persisted.
|
Class | Description |
---|---|
NoteStoringPostProcessorContext |
Holds context data which should be shared between different NoteStoringPostProcessor extensions.
|
Exception | Description |
---|---|
NoteRenderingPreProcessorException |
Thrown to indicate that a rendering pre-processor failed to process a note.
|
NoteStoringPreProcessorException |
Thrown by NoteStoringPreProcessors to indicate that the pre-processing failed.
|
Copyright © 2019 Communote team. All rights reserved.