Package com.saperion.ngc.resultset
Class WorkflowActionBean
java.lang.Object
com.saperion.ngc.resultset.WorkflowActionBean
Bean that holds information needed to execute workflow commands .
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowActionBean
(String tasks, com.saperion.intf.wf.CommandInfo cmdInfo, String user, String commentString, Date dueDate) -
Method Summary
Modifier and TypeMethodDescriptioncom.saperion.intf.wf.CommandInfo
getDate()
void
setNextUser
(String user) void
setNextUser
(List<com.saperion.intf.wf.WorkflowMember> userList)
-
Constructor Details
-
Method Details
-
getTaskId
- Returns:
- task Ids
-
getCommandInfo
public com.saperion.intf.wf.CommandInfo getCommandInfo()- Returns:
- command
-
getNextUser
- Returns:
- next user
-
setNextUser
- Parameters:
user
- next user
-
setNextUser
- Parameters:
userList
- list of next user
-
getComment
- Returns:
- comment
-
getDate
- Returns:
- date
-