Package org.knime.gateway.api.entity
Class ConnectionIDEnt
java.lang.Object
org.knime.gateway.api.entity.ConnectionIDEnt
Represents a connection id as used by gateway entities and services. Equivalent to the core's
ConnectionID.- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Constructor Summary
ConstructorsConstructorDescriptionDeserialization constructor.ConnectionIDEnt(org.knime.core.node.workflow.ConnectionID connectionId) Creates a new connection id entity from aConnectionID.ConnectionIDEnt(NodeIDEnt destNodeID, int destPortIdx) -
Method Summary
-
Constructor Details
-
ConnectionIDEnt
- Parameters:
destNodeID- the destination node id of the connectiondestPortIdx- the destination port index
-
ConnectionIDEnt
public ConnectionIDEnt(org.knime.core.node.workflow.ConnectionID connectionId) Creates a new connection id entity from aConnectionID.- Parameters:
connectionId-
-
ConnectionIDEnt
Deserialization constructor.- Parameters:
s- string representation as returned bytoString()
-
-
Method Details