Class WorkflowItemAnalyzeResult

java.lang.Object
com.saperion.ngc.resultset.WorkflowItemAnalyzeResult

public class WorkflowItemAnalyzeResult extends Object
Workflow item analyze result.
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorkflowItemAnalyzeResult(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    final com.saperion.intf.wf.CommandInfo[]
     
    final com.saperion.wf.TaskInfoFlags
     
    void
    merge(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags)
    Merge the given information.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkflowItemAnalyzeResult

      public WorkflowItemAnalyzeResult(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags)
      Constructor.
      Parameters:
      cmd - Command info
      infoFlags - Info flags
  • Method Details

    • merge

      public void merge(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags)
      Merge the given information.
      Parameters:
      cmd - Command info
      infoFlags - Info flags
    • getCommands

      public final com.saperion.intf.wf.CommandInfo[] getCommands()
      Returns:
      the commands
    • getFlags

      public final com.saperion.wf.TaskInfoFlags getFlags()
      Returns:
      the flags