|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.results.GetToDoListResult4
public class GetToDoListResult4
The ToDoList { Work List } for the user.
Contains a ListPage of WorkListItem2 entries which make up the Work List.
WorkListItem2 contains extra work item attributes which are not returned by the original version
WorkListItem2,
ListPage| Constructor Summary | |
|---|---|
GetToDoListResult4(ListPage<WorkListItem2> workList,
java.util.HashMap<java.lang.String,java.lang.String> attributeAliases,
java.lang.String attributeAliasString)
|
|
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
getAttributeAliases()
HashMap containing the alias ( display names ) for the work list attributes, if set. |
java.lang.String |
getAttributeAliasString()
String representation of the alias ( display names ). |
long |
getTimeMillis()
Typically used to pass the server timestamp to the client |
long |
getTotalItems()
The total number of items in the Work List |
ListPage<WorkListItem2> |
getWorkList()
ListPage of WorkListItem2 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 |
|---|
public GetToDoListResult4(ListPage<WorkListItem2> workList,
java.util.HashMap<java.lang.String,java.lang.String> attributeAliases,
java.lang.String attributeAliasString)
| Method Detail |
|---|
public ListPage<WorkListItem2> getWorkList()
ListPage of WorkListItem2 entries which make up the Work List.
public long getTotalItems()
public long getTimeMillis()
public java.util.HashMap<java.lang.String,java.lang.String> getAttributeAliases()
public java.lang.String getAttributeAliasString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||