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

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

public class GetWorkItemsForView
extends java.lang.Object
implements OSAction<GetToDoListResult>

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

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:
GetToDoListResult

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

GetWorkItemsForView

public GetWorkItemsForView(long workListViewID,
                           long startPos,
                           long numberOfItems)
Constructs a new GetWorkItemsForView 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.