Class TaskFlowObject
java.lang.Object
com.webmethods.portal.service.task.TaskFlowObject
Wait data object for
ITaskFormFlowService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns correlation IDReturns result fromITaskFormFlowService.wait(TaskFlowObject, int)
callboolean
Return true if waiting for a given correlation ID was successfully notified.void
setCorrelationID
(String correlationID) Sets correlation IDvoid
setNotified
(boolean notified) Sets notified flagvoid
Sets result value
-
Constructor Details
-
TaskFlowObject
public TaskFlowObject()
-
-
Method Details
-
getCorrelationID
Returns correlation ID -
setCorrelationID
Sets correlation ID -
getResult
Returns result fromITaskFormFlowService.wait(TaskFlowObject, int)
call -
setResult
Sets result value -
isNotified
public boolean isNotified()Return true if waiting for a given correlation ID was successfully notified. If correlation ID was not notified within timeout specified returns false -
setNotified
public void setNotified(boolean notified) Sets notified flag
-