jBPM Console NG - Human Tasks API 6.2.0.CR4

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, boolean forLog)
           
 
Method Summary
 Long getTaskId()
           
 String getTaskName()
           
 boolean isForAdmin()
           
 boolean isForLog()
           
 
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,
                          boolean forLog)
Method Detail

getTaskName

public String getTaskName()

getTaskId

public Long getTaskId()

isForAdmin

public boolean isForAdmin()

isForLog

public boolean isForLog()

jBPM Console NG - Human Tasks API 6.2.0.CR4

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