public class CPLNoteActionsProviderManagement extends WidgetExtensionManagement<CPLNoteActionsProvider,CPLNoteActionsProviderManagement>
CPLNoteActionsProvider
s.Constructor and Description |
---|
CPLNoteActionsProviderManagement() |
Modifier and Type | Method and Description |
---|---|
void |
addActions(Map<String,String> requestParameters,
NoteData data,
List<String> actions)
Add the names of the actions which should be available for the given note by invoking the
registered providers.
|
addExtension, getExtensions, removeExtension
public void addActions(Map<String,String> requestParameters, NoteData data, List<String> actions)
requestParameters
- the parameters of the current request (e.g. full or partial widget refresh)data
- object holding details of the noteactions
- the list to add the actions to.Copyright © 2019 Communote team. All rights reserved.