com.tibco.bpm.web.client.services.results
Class GetToDoListResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.GetToDoListResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class GetToDoListResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

The ToDoList { Work List } for the user.

Contains a ListPage of WorkListItem entries which make up the Work List.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
WorkListItem, ListPage

Constructor Summary
GetToDoListResult(ListPage<WorkListItem> workList)
          Constructor.
 
Method Summary
 long getTotalItems()
          The total number of items in the Work List
 ListPage<WorkListItem> getWorkList()
          ListPage of WorkListItem entries which make up the Work List.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetToDoListResult

public GetToDoListResult(ListPage<WorkListItem> workList)
Constructor.

Parameters:
workList -
Method Detail

getWorkList

public ListPage<WorkListItem> getWorkList()
ListPage of WorkListItem entries which make up the Work List.

Returns:
Returns the workList.

getTotalItems

public long getTotalItems()
The total number of items in the Work List

Returns:
Retuns the total number of items.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.