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

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

public class GetWorkViewsForResource
extends java.lang.Object
implements OSAction<WorkViewsResult>

Get a list of Work Views for the current Resource

©2011 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
GetWorkViewsForResource(int startPosition, int numberOfItems)
          Constructs a new GetWorkViewsForResource Action.
 
Method Summary
 int getNumberOfItems()
          Number of items to return
 int getStartPosition()
          Start position for the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetWorkViewsForResource

public GetWorkViewsForResource(int startPosition,
                               int numberOfItems)
Constructs a new GetWorkViewsForResource Action.

Parameters:
startPosition - The start position for the list of views.
numberOfItems - The number of items to return.
Method Detail

getStartPosition

public int getStartPosition()
Start position for the list


getNumberOfItems

public int getNumberOfItems()
Number of items to return



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