atg.epub.pws.taglib
Class GetTasksTag.Results

java.lang.Object
  extended by atg.epub.pws.taglib.GetTasksTag.Results
Enclosing class:
GetTasksTag

public class GetTasksTag.Results
extends java.lang.Object

Results class for returning output for this tag


Method Summary
 int getProcessSize()
           
 java.util.Collection getProcessTasks()
           
 int getProjectSize()
           
 java.util.Collection getProjectTasks()
           
 int getSize()
           
 java.util.Collection getTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTasks

public java.util.Collection getTasks()
Returns:
the collection of TaskInfo objects which represent active tasks for all workflows based on the inputs given for the tag
See Also:
TaskInfo

getProcessTasks

public java.util.Collection getProcessTasks()
Returns:
the collection of TaskInfo objects which represent active tasks for process workflows based on the inputs given for the tag
See Also:
TaskInfo

getProjectTasks

public java.util.Collection getProjectTasks()
Returns:
the collection of TaskInfo objects which represent active tasks for project workflows based on the inputs given for the tag
See Also:
TaskInfo

getSize

public int getSize()
Returns:
the number of TaskInfo objects in the tasks collection property

getProcessSize

public int getProcessSize()
Returns:
the number of TaskInfo objects in the processTasks collection property

getProjectSize

public int getProjectSize()
Returns:
the number of TaskInfo objects in the projectTasks collection property