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

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

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

Get a list of Editable Work Views

Following this API call the authors and users list in the WorkViewsResult will not be populated. As this is a pageable interface sets of information are not returned, only the core details about the Work List View. To get the full details the GetWorkViewDetails action should be used.

©2011 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
GetEditableWorkViews(int startPosition, int numberOfItems)
          Constructs a new GetEditableWorkViews 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

GetEditableWorkViews

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

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

Following this API call the authors and users list in the WorkViewsResult will not be populated. As this is a pageable interface sets of information are not returned, only the core details about the Work List View. To get the full details the GetWorkViewDetails action should be used.

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.