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 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 component
      taskIds - task ids
      commandInfo - command info
      nextUsers - list of net users
      comment - comment
      date - date
  • Method Details

    • getTaskIds

      public final List<DocumentId> getTaskIds()
      Returns:
      list of taskIds
    • getCommandInfo

      public final com.saperion.intf.wf.CommandInfo getCommandInfo()
      Returns:
      command info
    • getNextUsers

      public final List<String> getNextUsers()
      Returns:
      the nextUsers
    • getComment

      public final String getComment()
      Returns:
      the comment
    • getDate

      public final Date getDate()
      Returns:
      the date