Class ResourceInfoEnt

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

public final class ResourceInfoEnt extends Object
Information around the web resource (e.g. html or javascript document) representing a node view.
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany
  • Method Details

    • getId

      public String getId()
      A globally unique resource id.
      Returns:
      the id
    • getPath

      public String getPath()
      The relative path to the resource.
      Returns:
      the relative path
    • getBaseUrl

      public String getBaseUrl()
      The resource base url. I.e., if the base url is given, then the complete resource url determined by combining the base url with the path (getPath()). Might not be given (needs to be determined on the client-side then).
      Returns:
      the url or null if not given
    • getDebugUrl

      public String getDebugUrl()
      Returns:
      a complete url pointing to the resource; only available for debugging
    • getType

      public String getType()
      Returns:
      the resource type