Package com.saperion.ngc.events
Class WorkflowActionEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.WorkflowActionEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowActionEvent extends org.zkoss.zk.ui.event.Event- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowActionEvent(org.zkoss.zk.ui.Component target, java.util.List<DocumentId> taskIds, com.saperion.intf.wf.CommandInfo commandInfo, java.util.List<java.lang.String> nextUsers, java.lang.String comment, java.util.Date date)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saperion.intf.wf.CommandInfogetCommandInfo()java.lang.StringgetComment()java.util.DategetDate()java.util.List<java.lang.String>getNextUsers()java.util.List<DocumentId>getTaskIds()
-
-
-
Constructor Detail
-
WorkflowActionEvent
public WorkflowActionEvent(org.zkoss.zk.ui.Component target, java.util.List<DocumentId> taskIds, com.saperion.intf.wf.CommandInfo commandInfo, java.util.List<java.lang.String> nextUsers, java.lang.String comment, java.util.Date date)Constructor.- Parameters:
target- target componenttaskIds- task idscommandInfo- command infonextUsers- list of net userscomment- commentdate- date
-
-
Method Detail
-
getTaskIds
public final java.util.List<DocumentId> getTaskIds()
- Returns:
- list of taskIds
-
getCommandInfo
public final com.saperion.intf.wf.CommandInfo getCommandInfo()
- Returns:
- command info
-
getNextUsers
public final java.util.List<java.lang.String> getNextUsers()
- Returns:
- the nextUsers
-
getComment
public final java.lang.String getComment()
- Returns:
- the comment
-
getDate
public final java.util.Date getDate()
- Returns:
- the date
-
-