Class NodeInfoEnt

java.lang.Object
org.knime.gateway.api.entity.NodeInfoEnt

public final class NodeInfoEnt extends Object
Represents some basic information on a node required to display node views in the UI (e.g. consumed by the 'page builder' frontend library).
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany
  • Method Details

    • getNodeName

      public String getNodeName()
    • getNodeAnnotation

      public String getNodeAnnotation()
    • getNodeState

      public String getNodeState()
    • getNodeErrorMessage

      public String getNodeErrorMessage()
    • getNodeWarnMessage

      public String getNodeWarnMessage()
    • isCanExecute

      public Boolean isCanExecute()
      Returns:
      whether the node can be executed or null if executing or already executed