org.jboss.seam.bpm
Class TaskInstancePriorityList

java.lang.Object
  extended by org.jboss.seam.bpm.TaskInstancePriorityList

@Name(value="org.jboss.seam.bpm.taskInstancePriorityList")
@Scope(value=APPLICATION)
@Install(precedence=0,
         dependencies="org.jboss.seam.bpm.jbpm")
public class TaskInstancePriorityList
extends Object

Support for a task list ordered by priority.

Author:
Gavin King
See Also:
TaskInstanceList, PooledTask

Constructor Summary
TaskInstancePriorityList()
           
 
Method Summary
 List<org.jbpm.taskmgmt.exe.TaskInstance> getTaskInstanceList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskInstancePriorityList

public TaskInstancePriorityList()
Method Detail

getTaskInstanceList

@Unwrap
@Transactional
public List<org.jbpm.taskmgmt.exe.TaskInstance> getTaskInstanceList()


Copyright © 2011 Seam Framework. All Rights Reserved.