Package com.saperion.ngc.events
Class WorkflowActionEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.WorkflowActionEvent
- All Implemented Interfaces:
Serializable
public class WorkflowActionEvent
extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowActionEvent
(org.zkoss.zk.ui.Component target, List<DocumentId> taskIds, com.saperion.intf.wf.CommandInfo commandInfo, List<String> nextUsers, String comment, Date date) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal com.saperion.intf.wf.CommandInfo
final String
final Date
getDate()
final List<DocumentId>
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
WorkflowActionEvent
public WorkflowActionEvent(org.zkoss.zk.ui.Component target, List<DocumentId> taskIds, com.saperion.intf.wf.CommandInfo commandInfo, List<String> nextUsers, String comment, Date date) Constructor.- Parameters:
target
- target componenttaskIds
- task idscommandInfo
- command infonextUsers
- list of net userscomment
- commentdate
- date
-
-
Method Details
-
getTaskIds
- Returns:
- list of taskIds
-
getCommandInfo
public final com.saperion.intf.wf.CommandInfo getCommandInfo()- Returns:
- command info
-
getNextUsers
- Returns:
- the nextUsers
-
getComment
- Returns:
- the comment
-
getDate
- Returns:
- the date
-