Class NodeUIExtensionEnt<N extends NodeWrapper>

java.lang.Object
org.knime.gateway.api.entity.NodeUIExtensionEnt<N>
Type Parameters:
N - TODO
Direct Known Subclasses:
NodeDialogEnt, NodeViewEnt, PortViewEnt

public class NodeUIExtensionEnt<N extends NodeWrapper> extends Object
Super classes for node-ui-extension entities, e.g., node view and node dialog.
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany
  • Constructor Details

  • Method Details

    • getProjectId

      public final String getProjectId()
      Returns:
      the workflow project id
    • getWorkflowId

      public final String getWorkflowId()
      Returns:
      the id of the (sub-)workflow
    • getNodeId

      public final String getNodeId()
      Returns:
      the id of the node
    • getResourceInfo

      public final ResourceInfoEnt getResourceInfo()
      Returns:
      see ResourceInfoEnt
    • getInitialData

      public String getInitialData()
      Returns:
      initial data
    • getExtensionType

      public String getExtensionType()
      Returns:
      the type of the node ui extension