|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.workviews.GetPublicWorkViews
public class GetPublicWorkViews
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 TIBCO Software Inc.
| 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 |
|---|
public GetPublicWorkViews(int startPosition,
int numberOfItems)
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 |
|---|
public int getStartPosition()
public int getNumberOfItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||