public class CPLNoteMetaDataProviderManagement extends WidgetExtensionManagement<CPLNoteMetaDataProvider,CPLNoteMetaDataProviderManagement>
CPLNoteMetaDataProviders.| Constructor and Description |
|---|
CPLNoteMetaDataProviderManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetaData(Map<String,String> requestParameters,
NoteData data,
Map<String,Object> metaData)
Add additional meta-data for the note to the provided map by calling the registered
providers.
|
addExtension, getExtensions, removeExtensionpublic void addMetaData(Map<String,String> requestParameters, NoteData data, Map<String,Object> metaData)
requestParameters - the parameters of the current request (e.g. full or partial widget refresh)data - object holding details of the notemetaData - mapping from meta data key to valueCopyright © 2019 Communote team. All rights reserved.