Uses of Class
org.knime.gateway.api.entity.NodeViewEnt
Packages that use NodeViewEnt
Package
Description
This package contains entities which are used as messages between the core (i.e.
To be moved into the respective gateway-plugin as soon as it's part of the default build.
-
Uses of NodeViewEnt in org.knime.gateway.api.entity
Methods in org.knime.gateway.api.entity that return NodeViewEntModifier and TypeMethodDescriptionstatic NodeViewEntNodeViewEnt.create(org.knime.core.node.workflow.NativeNodeContainer nnc) Creates a new instances without a initial selection and without the underlying node being registered with the selection event source.static NodeViewEntNodeViewEnt.create(org.knime.core.node.workflow.NativeNodeContainer nnc, Supplier<List<String>> initialSelection) static NodeViewEntNodeViewEnt.create(org.knime.core.node.workflow.NativeNodeContainer nnc, Supplier<List<String>> initialSelection, boolean isUsedForReportGeneration) static NodeViewEntNodeViewEnt.create(org.knime.core.node.workflow.NativeNodeContainer nnc, Supplier<List<String>> initialSelection, String generatedImageActionId) Methods in org.knime.gateway.api.entity that return types with arguments of type NodeViewEntModifier and TypeMethodDescriptionstatic org.knime.core.util.Pair<NodeViewEnt,EventSource[]> NodeViewEnt.createNodeViewEntAndEventSources(org.knime.core.node.workflow.NativeNodeContainer nnc, BiConsumer<String, Object> eventConsumer, boolean createNodeViewStateEventSource) Creates a newNodeViewEnt-instance and initializes associatedEventSources. -
Uses of NodeViewEnt in org.knime.gateway.impl.service.events
Methods in org.knime.gateway.impl.service.events that return NodeViewEnt