com.tibco.bpm.web.client.services.actions.workviews
Class GetWorkItemsForView4

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.workviews.GetWorkItemsForView4
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<GetToDoListResult4>, net.customware.gwt.dispatch.shared.Action<GetToDoListResult4>

public class GetWorkItemsForView4
extends java.lang.Object
implements OSAction<GetToDoListResult4>

Retrieve the Work List ( ToDo List ) for the specified view from BRM.

©2013 Cloud Software Group, Inc. This version of the Action returns additional work item attributes not present in previous versions

Since:
3.0
See Also:
GetToDoListResult4

Constructor Summary
GetWorkItemsForView4(long workListViewID, long startPos, long numberOfItems)
          Constructs a new GetWorkItemsForView4 Action.
 
Method Summary
 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

GetWorkItemsForView4

public GetWorkItemsForView4(long workListViewID,
                            long startPos,
                            long numberOfItems)
Constructs a new GetWorkItemsForView4 Action.

Parameters:
workItemId - ID of the View.
startPos - Index of the first Work Item to retrieve.
numberOfItems - Number of Work Items to retrieve.
Method Detail

getStartPos

public long getStartPos()
Index of the first Work Item to retrieve.

Returns:
Returns the startPos.

getNumberOfItems

public long getNumberOfItems()
Number of Work Items to retrieve.

Returns:
Returns the numberOfItems.

getWorkListViewID

public long getWorkListViewID()
Id of the Work View to retrieve items for.

Returns:
Returns the ID of the Work View.


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