Class TaskFlowObject

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

public class TaskFlowObject extends Object
Wait data object for ITaskFormFlowService
  • Constructor Details

    • TaskFlowObject

      public TaskFlowObject()
  • Method Details

    • getCorrelationID

      public String getCorrelationID()
      Returns correlation ID
    • setCorrelationID

      public void setCorrelationID(String correlationID)
      Sets correlation ID
    • getResult

      public String getResult()
    • 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