public interface WorkflowResult
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
getExecutionResult() |
String |
getMessage() |
SaWFTask |
getTask() |
boolean |
isDone() |
void |
setDone(boolean wasDone) |
void |
setExecutionResult(ExecutionResult result) |
void |
setMessage(String msg) |
void |
setTask(SaWFTask wfTask) |
SaWFTask getTask()
void setTask(SaWFTask wfTask)
wfTask
- the task to setboolean isDone()
void setDone(boolean wasDone)
wasDone
- the done to setString getMessage()
void setMessage(String msg)
msg
- the message to setExecutionResult getExecutionResult()
void setExecutionResult(ExecutionResult result)
result
- the execution result to setCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.