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

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

public class GetToDoListResult2
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:
2.1.0
See Also:
WorkListItem, ListPage

Constructor Summary
GetToDoListResult2(ListPage<WorkListItem> workList)
          Constructor.
 
Method Summary
 long getTimeMillis()
          Typically used to pass the server timestamp to the client
 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

GetToDoListResult2

public GetToDoListResult2(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:
Returns the total number of items.

getTimeMillis

public long getTimeMillis()
Typically used to pass the server timestamp to the client

Returns:
timestamp in ms


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