Interface IControlTransferringCompletionResult
- All Superinterfaces:
IBaseCompletionResult, ISuccessResultData, Serializable
- All Known Implementing Classes:
NodeTransferredControlException
Represents the result of
INodeHandler#execute when the node was
completed abruptly by issuing a local control transfer statement (e.g. a break or continue statement).- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IBaseCompletionResult
getAlwaysValue, getAttachmentValue, getFileValue, getNodeMethods inherited from interface ISuccessResultData
getSoftErrors, getSuccessValue
-
Method Details
-
getTargetNode
-
getControlTransferType
String getControlTransferType()- Returns:
- The type of control transfer, see
EStandardControlTransferTypefor a list of built-in transfer types.
-