|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.workflow.execresult.NodeContainerExecutionResult
public abstract class NodeContainerExecutionResult
Remote execution result. Derived classes define specialized access methods for SingleNodeContainer and WorkflowManager.
Field Summary |
---|
Fields inherited from interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus |
---|
FAILURE, SUCCESS |
Constructor Summary | |
---|---|
NodeContainerExecutionResult()
|
Method Summary | |
---|---|
protected NodeLogger |
getLogger()
|
NodeMessage |
getNodeMessage()
Get a node message that was set during execution. |
boolean |
isSuccess()
Whether the execution was successful. |
boolean |
needsResetAfterLoad()
|
void |
setMessage(NodeMessage message)
Set a node message. |
void |
setNeedsResetAfterLoad()
Request a reset of the node after loading the result. |
void |
setSuccess(boolean isSuccess)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus |
---|
getChildStatus |
Constructor Detail |
---|
public NodeContainerExecutionResult()
Method Detail |
---|
public NodeMessage getNodeMessage()
public void setMessage(NodeMessage message)
message
- the message to setpublic void setNeedsResetAfterLoad()
public boolean needsResetAfterLoad()
setNeedsResetAfterLoad()
public void setSuccess(boolean isSuccess)
isSuccess
- the isSuccess to setpublic boolean isSuccess()
SingleNodeContainer
, a successful execution brings the node into
the NodeContainer.State.EXECUTED
state, otherwise into NodeContainer.State.IDLE
. If
this object represents an execution status of a meta node, this method
is typically ignored and the state is determined based on the internals
of the meta node.
isSuccess
in interface NodeContainerExecutionStatus
protected NodeLogger getLogger()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |