jBPM Console NG - Human Tasks API 6.2.0.CR1

org.jbpm.console.ng.ht.model.events
Class TaskSelectionEvent

java.lang.Object
  extended by org.jbpm.console.ng.ht.model.events.TaskSelectionEvent
All Implemented Interfaces:
Serializable

@Portable
public class TaskSelectionEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TaskSelectionEvent()
           
TaskSelectionEvent(Long taskId)
           
TaskSelectionEvent(Long taskId, String taskName)
           
TaskSelectionEvent(Long taskId, String taskName, boolean forAdmin)
           
 
Method Summary
 Long getTaskId()
           
 String getTaskName()
           
 boolean isForAdmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskSelectionEvent

public TaskSelectionEvent()

TaskSelectionEvent

public TaskSelectionEvent(Long taskId)

TaskSelectionEvent

public TaskSelectionEvent(Long taskId,
                          String taskName)

TaskSelectionEvent

public TaskSelectionEvent(Long taskId,
                          String taskName,
                          boolean forAdmin)
Method Detail

getTaskName

public String getTaskName()

getTaskId

public Long getTaskId()

isForAdmin

public boolean isForAdmin()

jBPM Console NG - Human Tasks API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.