Uses of Interface
org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus

Packages that use NodeContainerExecutionStatus
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 NodeContainerExecutionStatus in org.knime.core.node.exec
 

Methods in org.knime.core.node.exec that return NodeContainerExecutionStatus
 NodeContainerExecutionStatus LocalNodeExecutionJob.mainExecute()
          Called when the main execution takes place.
 

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

Methods in org.knime.core.node.workflow that return NodeContainerExecutionStatus
protected abstract  NodeContainerExecutionStatus NodeExecutionJob.mainExecute()
          Called when the main execution takes place.
 NodeContainerExecutionStatus SingleNodeContainer.performExecuteNode(PortObject[] inObjects)
          Execute underlying Node asynchronously.
 

Methods in org.knime.core.node.workflow with parameters of type NodeContainerExecutionStatus
(package private)  void WorkflowManager.doAfterExecution(NodeContainer nc, NodeContainerExecutionStatus status)
          Cleanup a node after execution.
(package private) abstract  void NodeContainer.mimicRemoteExecuted(NodeContainerExecutionStatus status)
          Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
(package private)  void WorkflowManager.mimicRemoteExecuted(NodeContainerExecutionStatus status)
          Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
(package private)  void SingleNodeContainer.mimicRemoteExecuted(NodeContainerExecutionStatus status)
          Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
(package private)  void NodeContainer.notifyParentExecuteFinished(NodeContainerExecutionStatus status)
          Called immediately after the execution took place in the job executor.
(package private) abstract  void NodeContainer.performStateTransitionEXECUTED(NodeContainerExecutionStatus status)
          This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
(package private)  void WorkflowManager.performStateTransitionEXECUTED(NodeContainerExecutionStatus status)
          This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
(package private)  void SingleNodeContainer.performStateTransitionEXECUTED(NodeContainerExecutionStatus status)
          This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
 

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

Classes in org.knime.core.node.workflow.execresult that implement NodeContainerExecutionStatus
 class NodeContainerExecutionResult
          Remote execution result.
 class SingleNodeContainerExecutionResult
          Specialized execution result for SingleNodeContainer.
 class WorkflowExecutionResult
          Specialized execution result for WorkflowManager.
 

Fields in org.knime.core.node.workflow.execresult declared as NodeContainerExecutionStatus
static NodeContainerExecutionStatus NodeContainerExecutionStatus.FAILURE
          Represents a failed execution.
static NodeContainerExecutionStatus NodeContainerExecutionStatus.SUCCESS
          Represents a successful execution.
 

Methods in org.knime.core.node.workflow.execresult that return NodeContainerExecutionStatus
 NodeContainerExecutionStatus NodeContainerExecutionStatus.getChildStatus(int idSuffix)
          Query the execution status for a child given its node id suffix.
 NodeContainerExecutionStatus SingleNodeContainerExecutionResult.getChildStatus(int idSuffix)
          Query the execution status for a child given its node id suffix.
 NodeContainerExecutionStatus WorkflowExecutionResult.getChildStatus(int idSuffix)
          Query the execution status for a child given its node id suffix.
 



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.