Class LaunchWorkflowEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.LaunchWorkflowEvent
All Implemented Interfaces:
Serializable

public class LaunchWorkflowEvent extends org.zkoss.zk.ui.event.Event
Author:
rbo
See Also:
  • Constructor Details

    • LaunchWorkflowEvent

      public LaunchWorkflowEvent(org.zkoss.zk.ui.Component target, List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users)
      Constructor.
      Parameters:
      target - Target component
      documentIds - Document IDs
      workflowName - Workflow name
      commentString - Comment
      users - Actors
  • Method Details

    • getDocumentIds

      public final List<String> getDocumentIds()
      Returns:
      the document id
    • getWorkflowName

      public final String getWorkflowName()
      Returns:
      the workflow name
    • getComment

      public final String getComment()
      Returns:
      Comment string
    • getActors

      public final List<com.saperion.intf.wf.WorkflowMember> getActors()
      Returns:
      Source window