Interface INormalCompletionResult
-
- All Superinterfaces:
IBaseCompletionResult
,ISuccessResultData
,Serializable
- All Known Implementing Classes:
NormalCompletionResult
public interface INormalCompletionResult extends ISuccessResultData
Represents the result ofINodeHandler#execute
when the node was executed normally, i.e. without throwing an exception or returning.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IBaseCompletionResult
getAlwaysValue, getAttachmentValue, getFileValue, getNode
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.ISuccessResultData
getSoftErrors, getSuccessValue
-
-