Interface QHelpContentPlugin
public interface QHelpContentPlugin
interface that can be added to a QSupplementalInstanceMetaData, to receive
QHelpContent records during instance boot or upon updates in the help content
table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptHelpContent
(QInstance qInstance, QHelpContent helpContent, Map<String, String> nameValuePairs) accept a single helpContent record, and apply its data to some data in the qInstance
-
Method Details
-
acceptHelpContent
void acceptHelpContent(QInstance qInstance, QHelpContent helpContent, Map<String, String> nameValuePairs) accept a single helpContent record, and apply its data to some data in the qInstance- Parameters:
qInstance
- the active qInstance, that the content should be applied tohelpContent
- entity with values from HelpContent tablenameValuePairs
- parsed string -> string map from the help content key.
-