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 Type
    Method
    Description
    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
  • 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 to
      helpContent - entity with values from HelpContent table
      nameValuePairs - parsed string -> string map from the help content key.