org.jboss.seam.bpm
Class TaskInstanceListForType

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

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

Support for a list of tasks of a particular type.

Author:
Gavin King, Steve Ebersole
See Also:
TaskInstanceList

Constructor Summary
TaskInstanceListForType()
           
 
Method Summary
 Map<String,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

TaskInstanceListForType

public TaskInstanceListForType()
Method Detail

getTaskInstanceList

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