Uses of Interface
org.knime.core.node.workflow.NodeContainerPersistor

Packages that use NodeContainerPersistor
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NodeContainerPersistor in org.knime.core.node.workflow
 

Subinterfaces of NodeContainerPersistor in org.knime.core.node.workflow
(package private)  interface SingleNodeContainerPersistor
           
 interface WorkflowPersistor
           
 

Classes in org.knime.core.node.workflow that implement NodeContainerPersistor
(package private)  class CopySingleNodeContainerPersistor
           
(package private)  class CopyWorkflowPersistor
           
(package private)  class InsertWorkflowPersistor
          Persistor that is used when a workflow (a project) is loaded.
 class ObsoleteMetaNodeWorkflowPersistorVersion1xx
           
 class PasteWorkflowContentPersistor
          Persistor that is used to represent, for instance the clipboard content.
 class SingleNodeContainerPersistorVersion1xx
           
 class SingleNodeContainerPersistorVersion200
           
 class WorkflowPersistorVersion1xx
           
 class WorkflowPersistorVersion200
           
 

Methods in org.knime.core.node.workflow that return NodeContainerPersistor
protected  NodeContainerPersistor WorkflowManager.getCopyPersistor(HashMap<Integer,ContainerTable> tableRep, boolean preserveDeletableFlags, boolean isUndoableDeleteCommand)
          Get a new persistor that is used to copy this node (copy&paste action).
protected  NodeContainerPersistor SingleNodeContainer.getCopyPersistor(HashMap<Integer,ContainerTable> tableRep, boolean preserveDeletableFlags, boolean isUndoableDeleteCommand)
          Get a new persistor that is used to copy this node (copy&paste action).
protected abstract  NodeContainerPersistor NodeContainer.getCopyPersistor(HashMap<Integer,ContainerTable> tableRep, boolean preserveDeletableFlags, boolean isUndoableDeleteCommand)
          Get a new persistor that is used to copy this node (copy&paste action).
 

Methods in org.knime.core.node.workflow that return types with arguments of type NodeContainerPersistor
 Map<Integer,NodeContainerPersistor> WorkflowPersistorVersion1xx.getNodeLoaderMap()
          The map of node ID suffix to persistor.
 Map<Integer,NodeContainerPersistor> WorkflowPersistor.getNodeLoaderMap()
          The map of node ID suffix to persistor.
 Map<Integer,NodeContainerPersistor> PasteWorkflowContentPersistor.getNodeLoaderMap()
          The map of node ID suffix to persistor.
 Map<Integer,NodeContainerPersistor> InsertWorkflowPersistor.getNodeLoaderMap()
          The map of node ID suffix to persistor.
 Map<Integer,NodeContainerPersistor> CopyWorkflowPersistor.getNodeLoaderMap()
          The map of node ID suffix to persistor.
 

Methods in org.knime.core.node.workflow with parameters of type NodeContainerPersistor
(package private)  boolean WorkflowManager.continueExecutionOnLoad(NodeContainer nc, NodeContainerPersistor persistor)
           
protected  void WorkflowPersistorVersion200.fixDestPortIfNecessary(NodeContainerPersistor destPersistor, WorkflowPersistor.ConnectionContainerTemplate c)
          Fixes destination port index if necessary.
protected  void WorkflowPersistorVersion1xx.fixDestPortIfNecessary(NodeContainerPersistor destPersistor, WorkflowPersistor.ConnectionContainerTemplate c)
          Fixes destination port index if necessary.
protected  void WorkflowPersistorVersion200.fixSourcePortIfNecessary(NodeContainerPersistor sourcePersistor, WorkflowPersistor.ConnectionContainerTemplate c)
          Fixes source port index if necessary.
protected  void WorkflowPersistorVersion1xx.fixSourcePortIfNecessary(NodeContainerPersistor sourcePersistor, WorkflowPersistor.ConnectionContainerTemplate c)
          Fixes source port index if necessary.
(package private)  WorkflowCopyContent WorkflowManager.loadContent(NodeContainerPersistor nodePersistor, Map<Integer,BufferedDataTable> tblRep, FlowObjectStack ignoredStack, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult, boolean preserveNodeMessage)
          Restore content from persistor.
(package private)  WorkflowCopyContent SingleNodeContainer.loadContent(NodeContainerPersistor nodePersistor, Map<Integer,BufferedDataTable> tblRep, FlowObjectStack inStack, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult, boolean preserveNodeMessage)
          Restore content from persistor.
(package private) abstract  WorkflowCopyContent NodeContainer.loadContent(NodeContainerPersistor persistor, Map<Integer,BufferedDataTable> tblRep, FlowObjectStack inStack, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult, boolean preserveNodeMessage)
          Restore content from persistor.
 

Constructor parameters in org.knime.core.node.workflow with type arguments of type NodeContainerPersistor
PasteWorkflowContentPersistor(Map<Integer,NodeContainerPersistor> loaderMap, Set<WorkflowPersistor.ConnectionContainerTemplate> connectionSet, Set<WorkflowPersistor.ConnectionContainerTemplate> additionalConnectionSet, WorkflowAnnotation[] copiedAnnotations, boolean isUndoableDeleteCommand)
          Create new persistor.
 



Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.