Class 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.CommandInfo getCommandInfo()  
      java.lang.String getComment()  
      java.util.Date getDate()  
      java.util.List<java.lang.String> getNextUsers()  
      java.util.List<DocumentId> getTaskIds()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 component
        taskIds - task ids
        commandInfo - command info
        nextUsers - list of net users
        comment - comment
        date - 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