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

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

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

Get a list of Public 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
GetPublicWorkViews(int startPosition, int numberOfItems)
          Constructs a new GetPublicWorkViews 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

GetPublicWorkViews

public GetPublicWorkViews(int startPosition,
                          int numberOfItems)
Constructs a new GetPublicWorkViews 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.