|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.portal.service.task.TaskFlowObject
public class TaskFlowObject
Wait data object for ITaskFormFlowService
Constructor Summary | |
---|---|
TaskFlowObject()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskFlowObject()
Method Detail |
---|
public String getCorrelationID()
public void setCorrelationID(String correlationID)
public String getResult()
ITaskFormFlowService.wait(TaskFlowObject, int)
call
public void setResult(String result)
public boolean isNotified()
public void setNotified(boolean notified)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |