|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.workitems.GetToDoList
public class GetToDoList
Retrieve the Work List ( ToDo List ) for the current user from BRM.
Filtering, ordering and paging options can be specified to determine which items are returned.
©2011 TIBCO Software Inc.
GetToDoListResult| Constructor Summary | |
|---|---|
GetToDoList(java.lang.String resourceId,
long startPos,
long numberOfItems,
java.lang.String order,
java.lang.String filter)
Constructs a new GetToDoList Action. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilter()
Filer string to pass to BRM. |
long |
getNumberOfItems()
Number of Work Items to retrieve. |
java.lang.String |
getOrder()
Order string to pass to BRM. |
java.lang.String |
getResourceId()
User ID ( GUID ) of the user retrieving the Work List. |
long |
getStartPos()
Index of the first Work Item to retrieve. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetToDoList(java.lang.String resourceId,
long startPos,
long numberOfItems,
java.lang.String order,
java.lang.String filter)
resourceId - User ID ( GUID ) of the user retrieving the Work List.startPos - Index of the first Work Item to retrieve.numberOfItems - Number of Work Items to retrieve.order - Order string to pass to BRM.
An example would be :
"appInstance ASC , appInstanceDescription ASC , id ASC , priority ASC , startDate ASC , endDate ASC , attribute1 ASC , attribute2 ASC , attribute3 ASC , attribute4 ASC"
See the BRM Filter and Sort documentation for more details.
filter - Filer string to pass to BRM.
An example would be :
"appInstance='instance' AND appInstanceDescription>'process1' AND description<'Step2'"
See the BRM Filter and Sort documentation for more details.
| Method Detail |
|---|
public long getStartPos()
public long getNumberOfItems()
public java.lang.String getOrder()
An example would be :
"appInstance ASC , appInstanceDescription ASC , id ASC , priority ASC , startDate ASC , endDate ASC , attribute1 ASC , attribute2 ASC , attribute3 ASC , attribute4 ASC"
See the BRM Filter and Sort documentation for more details.
public java.lang.String getFilter()
An example would be :
"appInstance='instance' AND appInstanceDescription>'process1' AND description<'Step2'"
See the BRM Filter and Sort documentation for more details.
public java.lang.String getResourceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||