org.jbpm.console.ng.ht.model.events
Class TaskSelectionEvent
java.lang.Object
org.jbpm.console.ng.ht.model.events.TaskSelectionEvent
- All Implemented Interfaces:
- Serializable
@Portable
public class TaskSelectionEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskSelectionEvent
public TaskSelectionEvent()
TaskSelectionEvent
public TaskSelectionEvent(Long taskId)
TaskSelectionEvent
public TaskSelectionEvent(Long taskId,
String taskName)
TaskSelectionEvent
public TaskSelectionEvent(Long taskId,
String taskName,
boolean forAdmin,
boolean forLog)
getTaskName
public String getTaskName()
getTaskId
public Long getTaskId()
isForAdmin
public boolean isForAdmin()
isForLog
public boolean isForLog()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.