|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.workflow.WorkflowCopyContent
public final class WorkflowCopyContent
Class representing node IDs and workflow annotations that need to be copied from a workflow. Both IDs and annotation must be contained in the workflow that is copied from.
| Constructor Summary | |
|---|---|
WorkflowCopyContent()
|
|
| Method Summary | |
|---|---|
WorkflowAnnotation[] |
getAnnotations()
|
NodeID[] |
getNodeIDs()
|
boolean |
isIncludeInOutConnections()
see setIncludeInOutConnections(boolean). |
void |
setAnnotation(WorkflowAnnotation... annotations)
Sets annotation references. |
void |
setIncludeInOutConnections(boolean isIncludeInOutConnections)
Set whether connections that link to or from any of the contained nodes should be included in the copy content. |
void |
setNodeIDs(NodeID... ids)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowCopyContent()
| Method Detail |
|---|
public NodeID[] getNodeIDs()
public void setNodeIDs(NodeID... ids)
ids - the ids to setpublic boolean isIncludeInOutConnections()
setIncludeInOutConnections(boolean).
public void setIncludeInOutConnections(boolean isIncludeInOutConnections)
NodeIDs set are
automatically included, this property determines whether connections
connecting to this island are included as well.
isIncludeInOutConnections - the isIncludeInOutConnections to setpublic WorkflowAnnotation[] getAnnotations()
public void setAnnotation(WorkflowAnnotation... annotations)
annotations - The annotations references.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||