|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.workflow.CopyNodeContainerMetaPersistor
final class CopyNodeContainerMetaPersistor
Field Summary |
---|
Fields inherited from interface org.knime.core.node.workflow.NodeContainerMetaPersistor |
---|
KEY_CUSTOM_DESCRIPTION, KEY_CUSTOM_NAME |
Constructor Summary | |
---|---|
CopyNodeContainerMetaPersistor(NodeContainer original,
boolean preserveDeletableFlag)
|
Method Summary | |
---|---|
String |
getCustomDescription()
|
String |
getCustomName()
|
NodeExecutionJobManager |
getExecutionJobManager()
|
NodeSettingsRO |
getExecutionJobSettings()
|
ReferencedFile |
getNodeContainerDirectory()
|
int |
getNodeIDSuffix()
|
NodeMessage |
getNodeMessage()
|
NodeContainer.State |
getState()
|
UIInformation |
getUIInfo()
|
boolean |
isDeletable()
|
boolean |
isDirtyAfterLoad()
|
boolean |
load(NodeSettingsRO settings,
NodeSettingsRO parentSettings,
WorkflowPersistor.LoadResult loadResult)
Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that. |
void |
setNodeIDSuffix(int nodeIDSuffix)
|
void |
setUIInfo(UIInformation uiInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
CopyNodeContainerMetaPersistor(NodeContainer original, boolean preserveDeletableFlag)
Method Detail |
---|
public String getCustomDescription()
getCustomDescription
in interface NodeContainerMetaPersistor
public String getCustomName()
getCustomName
in interface NodeContainerMetaPersistor
public ReferencedFile getNodeContainerDirectory()
getNodeContainerDirectory
in interface NodeContainerMetaPersistor
public int getNodeIDSuffix()
getNodeIDSuffix
in interface NodeContainerMetaPersistor
public NodeExecutionJobManager getExecutionJobManager()
getExecutionJobManager
in interface NodeContainerMetaPersistor
public NodeSettingsRO getExecutionJobSettings()
getExecutionJobSettings
in interface NodeContainerMetaPersistor
public NodeContainer.State getState()
getState
in interface NodeContainerMetaPersistor
public NodeMessage getNodeMessage()
getNodeMessage
in interface NodeContainerMetaPersistor
public UIInformation getUIInfo()
getUIInfo
in interface NodeContainerMetaPersistor
public boolean isDeletable()
isDeletable
in interface NodeContainerMetaPersistor
public boolean load(NodeSettingsRO settings, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
load
in interface NodeContainerMetaPersistor
settings
- The settings object that is usually read fromparentSettings
- The parent settings, mostly ignored.loadResult
- Where to add errors and warnings to.
public boolean isDirtyAfterLoad()
isDirtyAfterLoad
in interface NodeContainerMetaPersistor
public void setNodeIDSuffix(int nodeIDSuffix)
setNodeIDSuffix
in interface NodeContainerMetaPersistor
public void setUIInfo(UIInformation uiInfo)
setUIInfo
in interface NodeContainerMetaPersistor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |