Package com.saperion.ngc.resultset
Class WorkflowItemAnalyzeResult
java.lang.Object
com.saperion.ngc.resultset.WorkflowItemAnalyzeResult
Workflow item analyze result.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowItemAnalyzeResult
(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags) Constructor. -
Method Summary
-
Constructor Details
-
WorkflowItemAnalyzeResult
public WorkflowItemAnalyzeResult(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags) Constructor.- Parameters:
cmd
- Command infoinfoFlags
- 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 infoinfoFlags
- 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
-