Class WorkflowItemAnalyzeResult


  • public class WorkflowItemAnalyzeResult
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.saperion.intf.wf.CommandInfo[] getCommands()  
      com.saperion.wf.TaskInfoFlags getFlags()  
      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 Detail

      • WorkflowItemAnalyzeResult

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

      • 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