Package com.saperion.ngc.resultset
Class WorkflowItemAnalyzeResult
- java.lang.Object
-
- com.saperion.ngc.resultset.WorkflowItemAnalyzeResult
-
public class WorkflowItemAnalyzeResult extends java.lang.ObjectWorkflow 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.TaskInfoFlagsgetFlags()voidmerge(com.saperion.intf.wf.CommandInfo[] cmd, com.saperion.wf.TaskInfoFlags infoFlags)Merge the given information.
-
-
-
Method Detail
-
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
-
-