|
||||||||||
| 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.workviews.GetWorkItemsForView3
public class GetWorkItemsForView3
Retrieve the Work List ( ToDo List ) for the specified view from BRM.
Additional options included to allow the retrieval of ALLOCATED or OFFERED items
©2013 TIBCO Software Inc.
GetToDoListResult2| Constructor Summary | |
|---|---|
GetWorkItemsForView3(long workListViewID,
long startPos,
long numberOfItems,
boolean allocatedItems)
Constructs a new GetWorkItemsForView2 Action. |
|
| Method Summary | |
|---|---|
boolean |
getAllocatedItems()
Retrieve ALLOCATED items, the default for an Entity is OFFERED. |
long |
getNumberOfItems()
Number of Work Items to retrieve. |
long |
getStartPos()
Index of the first Work Item to retrieve. |
long |
getWorkListViewID()
Id of the Work View to retrieve items for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetWorkItemsForView3(long workListViewID,
long startPos,
long numberOfItems,
boolean allocatedItems)
workItemId - ID of the View.startPos - Index of the first Work Item to retrieve.numberOfItems - Number of Work Items to retrieve.Retrieve - ALLOCATED items, the default for an Entity is OFFERED. For Resources OFFERED and ALLOCATED are returned.| Method Detail |
|---|
public long getStartPos()
public long getNumberOfItems()
public long getWorkListViewID()
public boolean getAllocatedItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||