jBPM Console NG - Human Tasks API 6.0.0.Beta2

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 userId)
           
 
Method Summary
 long getTaskId()
           
 String getUserId()
           
 void setTaskId(long taskId)
           
 void setUserId(String userId)
           
 
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 userId)
Method Detail

getUserId

public String getUserId()

getTaskId

public long getTaskId()

setTaskId

public void setTaskId(long taskId)

setUserId

public void setUserId(String userId)

jBPM Console NG - Human Tasks API 6.0.0.Beta2

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