Class WorkflowCommentEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkflowCommentEvent
    extends org.zkoss.zk.ui.event.Event
    Author:
    rbo
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowCommentEvent​(org.zkoss.zk.ui.Component target, java.util.List<DocumentId> taskIds)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • WorkflowCommentEvent

        public WorkflowCommentEvent​(org.zkoss.zk.ui.Component target,
                                    java.util.List<DocumentId> taskIds)
        Constructor.
        Parameters:
        target - target component
        taskIds - task ids
    • Method Detail

      • getTaskIds

        public final java.util.List<DocumentId> getTaskIds()
        Returns:
        list of taskIds