public class TaskFlowObject extends Object
ITaskFormFlowService
Constructor and Description |
---|
TaskFlowObject() |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationID()
Returns correlation ID
|
String |
getResult()
Returns result from
ITaskFormFlowService.wait(TaskFlowObject, int) call |
boolean |
isNotified()
Return true if waiting for a given correlation ID was successfully notified.
|
void |
setCorrelationID(String correlationID)
Sets correlation ID
|
void |
setNotified(boolean notified)
Sets notified flag
|
void |
setResult(String result)
Sets result value
|
public String getCorrelationID()
public void setCorrelationID(String correlationID)
public String getResult()
ITaskFormFlowService.wait(TaskFlowObject, int)
callpublic void setResult(String result)
public boolean isNotified()
public void setNotified(boolean notified)