Uses of Class
org.knime.core.internal.ReferencedFile

Packages that use ReferencedFile
org.knime.core.data.container Implementation of a DataContainer
org.knime.core.internal Contains class for internal use. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.exec   
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.node.workflow.execresult   
 

Uses of ReferencedFile in org.knime.core.data.container
 

Methods in org.knime.core.data.container with parameters of type ReferencedFile
(package private) static ContainerTable DataContainer.readFromZip(ReferencedFile zipFileRef, DataContainer.BufferCreator creator)
          Factory method used to restore table from zip file.
protected static ContainerTable DataContainer.readFromZipDelayed(ReferencedFile zipFile, DataTableSpec spec, int bufferID, Map<Integer,ContainerTable> bufferRep)
          Used in BufferedDataContainer to read the tables from the workspace location.
 

Constructors in org.knime.core.data.container with parameters of type ReferencedFile
CopyOnAccessTask(ReferencedFile fileRef, DataTableSpec spec, int bufferID, Map<Integer,ContainerTable> tblRep, DataContainer.BufferCreator creator)
          Keeps reference, nothing else.
RearrangeColumnsTable(ReferencedFile f, NodeSettingsRO settings, Map<Integer,BufferedDataTable> tblRep, DataTableSpec spec, int tableID, HashMap<Integer,ContainerTable> bufferRep)
          Creates new object based on the content in settings and the content from the file f.
 

Uses of ReferencedFile in org.knime.core.internal
 

Methods in org.knime.core.internal that return ReferencedFile
 ReferencedFile ReferencedFile.getParent()
          Get the parent of this element or null if the file's parent is not represented as a ReferencedFile object.
 

Constructors in org.knime.core.internal with parameters of type ReferencedFile
ReferencedFile(ReferencedFile parent, String base)
          Creates new sub-element.
 

Uses of ReferencedFile in org.knime.core.node
 

Methods in org.knime.core.node that return ReferencedFile
 ReferencedFile NodePersistorVersion1xx.getNodeDirectory()
           
 ReferencedFile NodePersistorVersion1xx.getNodeInternDirectory()
          
 ReferencedFile NodeContentPersistor.getNodeInternDirectory()
           
 ReferencedFile CopyNodePersistor.getNodeInternDirectory()
          
(package private) static ReferencedFile NodePersistorVersion1xx.getNodeInternDirectory(ReferencedFile nodeDir)
           
protected  ReferencedFile NodePersistorVersion1xx.loadNodeInternDirectory(NodeSettingsRO settings, ReferencedFile nodeDir)
           
 

Methods in org.knime.core.node with parameters of type ReferencedFile
(package private) static ReferencedFile NodePersistorVersion1xx.getNodeInternDirectory(ReferencedFile nodeDir)
           
 void NodePersistorVersion1xx.load(Node node, ReferencedFile configFileRef, ExecutionMonitor exec, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep, WorkflowPersistor.LoadResult loadResult)
          Loads content into node instance.
(package private) static BufferedDataTable BufferedDataTable.loadFromFile(ReferencedFile dirRef, NodeSettingsRO settings, ExecutionMonitor exec, Map<Integer,BufferedDataTable> tblRep, HashMap<Integer,ContainerTable> bufferRep)
          Factory method to restore a table that has been written using the save method.
protected  ReferencedFile NodePersistorVersion1xx.loadNodeInternDirectory(NodeSettingsRO settings, ReferencedFile nodeDir)
           
protected  void NodePersistorVersion200.loadPort(Node node, ReferencedFile portDir, NodeSettingsRO settings, ExecutionMonitor exec, int portIdx, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
           
(package private) static DataTableSpec BufferedDataTable.loadSpec(ReferencedFile dataPortDir)
          Utility method used in the node's load method.
protected static ContainerTable BufferedDataContainer.readFromZipDelayed(ReferencedFile zipFileRef, DataTableSpec spec, int bufID, Map<Integer,ContainerTable> bufferRep)
          Just delegates to DataContainer.readFromZipDelayed( ReferencedFile, DataTableSpec, int, Map) This method is available in this class to enable other classes in this package to use it.
 void NodePersistorVersion200.save(Node node, ReferencedFile nodeFile, ExecutionMonitor execMon, boolean isSaveData)
          Saves the node, node settings, and all internal structures, spec, data, and models, to the given node directory (located at the node file).
protected  void NodePersistorVersion200.saveInternalHeldTables(Node node, ReferencedFile nodeDirRef, NodeSettingsWO settings, ExecutionMonitor exec, boolean saveData)
           
protected  void NodePersistorVersion200.savePorts(Node node, ReferencedFile nodeDirRef, NodeSettingsWO settings, ExecutionMonitor exec, boolean saveData)
           
 

Uses of ReferencedFile in org.knime.core.node.exec
 

Methods in org.knime.core.node.exec with parameters of type ReferencedFile
 void ThreadNodeExecutionJobManager.loadInternals(ReferencedFile directory)
          Restore the internals from a directory.
 void ThreadNodeExecutionJobManager.saveInternals(ReferencedFile directory)
          Save the internals of this instance to the target directory.
 

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

Methods in org.knime.core.node.workflow that return ReferencedFile
 ReferencedFile NodeContainerMetaPersistor.getNodeContainerDirectory()
           
 ReferencedFile NodeContainerMetaPersistorVersion1xx.getNodeContainerDirectory()
          
protected  ReferencedFile NodeContainer.getNodeContainerDirectory()
           
 ReferencedFile CopyNodeContainerMetaPersistor.getNodeContainerDirectory()
          
protected  ReferencedFile WorkflowPersistorVersion1xx.getWorkflowDir()
           
protected  ReferencedFile NodeContainerMetaPersistorVersion200.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  ReferencedFile NodeContainerMetaPersistorVersion1xx.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  ReferencedFile WorkflowPersistorVersion1xx.loadNodeFile(NodeSettingsRO settings, ReferencedFile workflowDirRef)
           
protected  ReferencedFile SingleNodeContainerPersistorVersion200.saveNodeFileName(NodeSettingsWO settings, ReferencedFile nodeDirectoryRef)
           
 

Methods in org.knime.core.node.workflow with parameters of type ReferencedFile
protected  NodeContainerMetaPersistorVersion1xx SingleNodeContainerPersistorVersion1xx.createNodeContainerMetaPersistor(ReferencedFile baseDir)
           
protected  NodeContainerMetaPersistorVersion1xx WorkflowPersistorVersion1xx.createNodeContainerMetaPersistor(ReferencedFile baseDir)
           
protected  NodeContainerMetaPersistorVersion200 SingleNodeContainerPersistorVersion200.createNodeContainerMetaPersistor(ReferencedFile baseDir)
          
protected  NodeContainerMetaPersistorVersion200 WorkflowPersistorVersion200.createNodeContainerMetaPersistor(ReferencedFile nodeDirectory)
          
 void NodeExecutionJobManager.loadInternals(ReferencedFile directory)
          Restore the internals from a directory.
protected  ReferencedFile NodeContainerMetaPersistorVersion200.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  ReferencedFile NodeContainerMetaPersistorVersion1xx.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  ReferencedFile WorkflowPersistorVersion1xx.loadNodeFile(NodeSettingsRO settings, ReferencedFile workflowDirRef)
           
 void SingleNodeContainerPersistorVersion1xx.preLoadNodeContainer(ReferencedFile settingsFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult result)
          
 void CopyWorkflowPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void WorkflowPersistorVersion1xx.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void CopySingleNodeContainerPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void NodeContainerPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
           
 void ObsoleteMetaNodeWorkflowPersistorVersion1xx.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult result)
          
 void InsertWorkflowPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void PasteWorkflowContentPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
protected  String SingleNodeContainerPersistorVersion200.save(SingleNodeContainer snc, ReferencedFile nodeDirRef, ExecutionMonitor exec, boolean isSaveData)
           
 String WorkflowPersistorVersion200.save(WorkflowManager wm, ReferencedFile workflowDirRef, ExecutionMonitor execMon, boolean isSaveData)
           
 void NodeExecutionJobManager.saveInternals(ReferencedFile directory)
          Save the internals of this instance to the target directory.
protected  void WorkflowPersistorVersion200.saveNodeContainer(NodeSettingsWO settings, ReferencedFile workflowDirRef, NodeContainer container, ExecutionMonitor exec, boolean isSaveData)
           
protected  ReferencedFile SingleNodeContainerPersistorVersion200.saveNodeFileName(NodeSettingsWO settings, ReferencedFile nodeDirectoryRef)
           
protected  void NodeContainer.setNodeContainerDirectory(ReferencedFile directory)
           
 

Constructors in org.knime.core.node.workflow with parameters of type ReferencedFile
NodeContainerMetaPersistorVersion1xx(ReferencedFile baseDir)
           
NodeContainerMetaPersistorVersion200(ReferencedFile baseDir)
           
 

Uses of ReferencedFile in org.knime.core.node.workflow.execresult
 

Methods in org.knime.core.node.workflow.execresult that return ReferencedFile
 ReferencedFile NodeExecutionResult.getNodeInternDirectory()
          
 

Methods in org.knime.core.node.workflow.execresult with parameters of type ReferencedFile
 void NodeExecutionResult.setNodeInternDir(ReferencedFile nodeInternDir)
           
 



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.