Package org.knime.gateway.api.entity
Class AnnotationIDEnt
java.lang.Object
org.knime.gateway.api.entity.AnnotationIDEnt
Represents a (workflow) annotation id as used by gateway entities and services. Equivalent to the core's
WorkflowAnnotationID.- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Constructor Summary
ConstructorsConstructorDescriptionDeserialization constructor.AnnotationIDEnt(org.knime.core.node.workflow.WorkflowAnnotationID id) Creates a new annotation id entity from aWorkflowAnnotationID.AnnotationIDEnt(NodeIDEnt nodeId, int index) Creates a new annotation id entity from a node id entity and an index. -
Method Summary
-
Constructor Details
-
AnnotationIDEnt
Creates a new annotation id entity from a node id entity and an index.- Parameters:
nodeId- the node id of the workflow annotation is part ofindex-
-
AnnotationIDEnt
public AnnotationIDEnt(org.knime.core.node.workflow.WorkflowAnnotationID id) Creates a new annotation id entity from aWorkflowAnnotationID.- Parameters:
id-
-
AnnotationIDEnt
Deserialization constructor.- Parameters:
s- string representation as returned bytoString()
-
-
Method Details