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

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

public class GetPublicWorkViews2
extends java.lang.Object
implements OSAction<WorkViewsResult2>

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.

This Version of the Action returns additional view parameters including what type of Work List the view is showing and what type of Work Items will be returned

©2031 Cloud Software Group, Inc.

Since:
2.2.0

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

GetPublicWorkViews2

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