Package org.knime.gateway.api.entity
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
Super classes for node-ui-extension entities, e.g., node view and node dialog.
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNodeUIExtensionEnt(N nodeWrapper, PageResourceManager<N> pageResourceManager, DataServiceManager<N> dataServiceManager, PageResourceManager.PageType pageType) protectedNodeUIExtensionEnt(N nodeWrapper, PageResourceManager<N> pageResourceManager, DataServiceManager<N> dataServiceManager, PageResourceManager.PageType pageType, boolean includeBaseUrl) -
Method Summary
-
Constructor Details
-
NodeUIExtensionEnt
protected NodeUIExtensionEnt(N nodeWrapper, PageResourceManager<N> pageResourceManager, DataServiceManager<N> dataServiceManager, PageResourceManager.PageType pageType) - Parameters:
nodeWrapper-pageResourceManager-dataServiceManager-pageType-
-
NodeUIExtensionEnt
protected NodeUIExtensionEnt(N nodeWrapper, PageResourceManager<N> pageResourceManager, DataServiceManager<N> dataServiceManager, PageResourceManager.PageType pageType, boolean includeBaseUrl) - Parameters:
nodeWrapper-pageResourceManager-dataServiceManager-pageType-includeBaseUrl- whether to set the base url forResourceInfoEnt.getBaseUrl()or not
-
-
Method Details
-
getProjectId
- Returns:
- the workflow project id
-
getWorkflowId
- Returns:
- the id of the (sub-)workflow
-
getNodeId
- Returns:
- the id of the node
-
getResourceInfo
- Returns:
- see
ResourceInfoEnt
-
getInitialData
- Returns:
- initial data
-
getExtensionType
- Returns:
- the type of the node ui extension
-