Package org.knime.gateway.api.entity
Class ResourceInfoEnt
java.lang.Object
org.knime.gateway.api.entity.ResourceInfoEnt
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
A globally unique resource id.- Returns:
- the id
-
getPath
The relative path to the resource.- Returns:
- the relative path
-
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
nullif not given
-
getDebugUrl
- Returns:
- a complete url pointing to the resource; only available for debugging
-
getType
- Returns:
- the resource type
-