org.knime.core.node.workflow
Class WorkflowPersistor.LoadResult

java.lang.Object
  extended by org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
      extended by org.knime.core.node.workflow.WorkflowPersistor.LoadResult
Direct Known Subclasses:
WorkflowPersistor.WorkflowLoadResult
Enclosing interface:
WorkflowPersistor

public static class WorkflowPersistor.LoadResult
extends WorkflowPersistor.LoadResultEntry


Nested Class Summary
 
Nested classes/interfaces inherited from class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
WorkflowPersistor.LoadResultEntry.LoadResultEntryType
 
Constructor Summary
WorkflowPersistor.LoadResult(String name)
           
 
Method Summary
 void addChildError(WorkflowPersistor.LoadResult loadResult)
           
 void addError(String error)
           
 void addError(String error, boolean isErrorDuringDataLoad)
           
 void addWarning(String warning)
           
 WorkflowPersistor.LoadResultEntry[] getChildren()
          
 WorkflowPersistor.LoadResultEntry.LoadResultEntryType getType()
          
 
Methods inherited from class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
getFilteredError, getMessage, hasErrors, hasWarningEntries, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowPersistor.LoadResult

public WorkflowPersistor.LoadResult(String name)
Method Detail

addError

public void addError(String error)

addError

public void addError(String error,
                     boolean isErrorDuringDataLoad)

addWarning

public void addWarning(String warning)

addChildError

public void addChildError(WorkflowPersistor.LoadResult loadResult)

getType

public WorkflowPersistor.LoadResultEntry.LoadResultEntryType getType()

Overrides:
getType in class WorkflowPersistor.LoadResultEntry
Returns:
the type

getChildren

public WorkflowPersistor.LoadResultEntry[] getChildren()

Overrides:
getChildren in class WorkflowPersistor.LoadResultEntry


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.