public class WorkflowActionEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
WorkflowActionEvent(org.zkoss.zk.ui.Component target,
List<DocumentId> taskIds,
com.saperion.intf.wf.CommandInfo commandInfo,
List<String> nextUsers,
String comment,
Date date)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
com.saperion.intf.wf.CommandInfo |
getCommandInfo() |
String |
getComment() |
Date |
getDate() |
List<String> |
getNextUsers() |
List<DocumentId> |
getTaskIds() |
public WorkflowActionEvent(org.zkoss.zk.ui.Component target, List<DocumentId> taskIds, com.saperion.intf.wf.CommandInfo commandInfo, List<String> nextUsers, String comment, Date date)
target
- target componenttaskIds
- task idscommandInfo
- command infonextUsers
- list of net userscomment
- commentdate
- datepublic final List<DocumentId> getTaskIds()
public final com.saperion.intf.wf.CommandInfo getCommandInfo()
public final String getComment()
public final Date getDate()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.