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

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

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

Classes in org.knime.core.node.workflow that implement WorkflowPersistor
(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.
(package private)  class WorkflowPersistorVersion1xx
           
 class WorkflowPersistorVersion200
           
 

Methods in org.knime.core.node.workflow that return WorkflowPersistor
 WorkflowPersistor WorkflowManager.copy(NodeID... nodeIDs)
          Copy the nodes with the given ids.
 

Methods in org.knime.core.node.workflow with parameters of type WorkflowPersistor
(package private)  WorkflowManager WorkflowManager.createSubWorkflow(WorkflowPersistor persistor, NodeID newID)
          Creates new meta node from a persistor instance.
 NodeID[] WorkflowManager.paste(WorkflowPersistor persistor)
          Pastes the contents of the argument persistor into this wfm.
 

Constructors in org.knime.core.node.workflow with parameters of type WorkflowPersistor
InsertWorkflowPersistor(WorkflowPersistor wfmPersistor)
           
 



Copyright, 2003 - 2010. 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.