public class CloverResult extends Object implements TransformationResult
| Constructor and Description |
|---|
CloverResult(org.jetel.graph.Result result,
org.jetel.graph.dictionary.Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCauseException() |
String |
getMessage() |
Map<String,Object> |
getOutputArguments() |
Object |
getPayload() |
Status |
getStatus() |
void |
setCauseException(Throwable causeException) |
public CloverResult(org.jetel.graph.Result result,
org.jetel.graph.dictionary.Dictionary dictionary)
public Status getStatus()
getStatus in interface TransformationResultpublic String getMessage()
getMessage in interface TransformationResultpublic Object getPayload()
getPayload in interface TransformationResultpublic Map<String,Object> getOutputArguments()
getOutputArguments in interface TransformationResultpublic void setCauseException(Throwable causeException)
public Throwable getCauseException()
getCauseException in interface TransformationResultCopyright © 2022. All rights reserved.