|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.BusinessServiceList
public class BusinessServiceList
Contains a list of IBusinessServiceTemplate items containing the Business Service details.
A count of the total number of Business Services on the server is also returned.
©2011 TIBCO Software Inc.
IBusinessServiceTemplate| Constructor Summary | |
|---|---|
BusinessServiceList()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<IBusinessServiceTemplate> |
getItems()
List of the IBusinessServiceTemplate items containing details of the Business Services. |
long |
getTotalItemsOnServer()
The total number of items on the server, this can be more than the number of items retrieved depending on the start row and row count specified when the list was retrieved. |
void |
setItems(java.util.ArrayList<IBusinessServiceTemplate> items)
List of the IBusinessServiceTemplate items containing details of the Business Services. |
void |
setTotalItemsOnServer(long totalItemsOnServer)
The total number of items on the server, this can be more than the number of items retrieved depending on the start row and row count specified when the list was retrieved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessServiceList()
| Method Detail |
|---|
public long getTotalItemsOnServer()
public void setTotalItemsOnServer(long totalItemsOnServer)
totalItemsOnServer - The totalItemsOnServer to set.public java.util.ArrayList<IBusinessServiceTemplate> getItems()
IBusinessServiceTemplate items containing details of the Business Services.
public void setItems(java.util.ArrayList<IBusinessServiceTemplate> items)
IBusinessServiceTemplate items containing details of the Business Services.
items - The items to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||