com.webmethods.portal.service.task
Class TaskFlowObject

java.lang.Object
  extended by com.webmethods.portal.service.task.TaskFlowObject

public class TaskFlowObject
extends Object

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

TaskFlowObject

public TaskFlowObject()
Method Detail

getCorrelationID

public String getCorrelationID()
Returns correlation ID


setCorrelationID

public void setCorrelationID(String correlationID)
Sets correlation ID


getResult

public String getResult()
Returns result from ITaskFormFlowService.wait(TaskFlowObject, int) call


setResult

public void setResult(String result)
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