Class DefaultNodeSettingsServiceWithVariables

java.lang.Object
org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsServiceWithVariables
All Implemented Interfaces:
NodeSettingsService

public final class DefaultNodeSettingsServiceWithVariables extends Object implements NodeSettingsService
A NodeSettingsService decorator that can be used to enable saving and loading flow variables of NodeDialog using the DefaultNodeDialog.getPage() page.
Author:
Paul Bärnreuther
  • Constructor Details

    • DefaultNodeSettingsServiceWithVariables

      public DefaultNodeSettingsServiceWithVariables(NodeSettingsService delegate)
      Constructor
      Parameters:
      delegate - that will be used after saving and before loading the flow variable settings.
  • Method Details