com.compoze.collab.groupware
Interface ITaskList

All Superinterfaces
IItemList

public interface ITaskList
extends IItemList

The ITaskList interface represents the set of sliced ITasks in a container.


Method Summary
 ITask[] getTasks()
          Gets the tasks that are on this page.
 
Methods inherited from interface com.compoze.collab.IItemList
getItemCount, getItems, getItemStartIndex, getPage, getPageCount, getTotalItemCount, isFirstPage, isLastPage
 

Method Detail

getTasks

ITask[] getTasks()
Gets the tasks that are on this page.

Returns
the tasks on this page.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved