|
||||||||||
| 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.businessservices.GetBusinessServices
public class GetBusinessServices
Retrieves a list of Business Services based on category and channelId.
©2011 TIBCO Software Inc.
GetBusinessServicesResult| Constructor Summary | |
|---|---|
GetBusinessServices(long startRow,
long rowsCount,
java.lang.String category,
java.lang.String channelId)
Construct a GetBusinessServices Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
The required category of Business Service. |
java.lang.String |
getChannelId()
The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel". |
long |
getRowsCount()
The number of categories required. |
long |
getStartRow()
The index of the first category to be retrieved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetBusinessServices(long startRow,
long rowsCount,
java.lang.String category,
java.lang.String channelId)
startRow - The index of the first category to be retrieved.rowsCount - The number of categories required.category - The required category of Business Service.
A category can contain wildcards in the format "*/category/**" where
"**" means fetch all underlying categories, and "*" means any category.
Note that "*" can not occur at the end of a category query.
For example:-
Available categories are "Eng/WP/GI", "Eng/WP/openspace", "Eng/SA".
channelId - The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel".| Method Detail |
|---|
public long getStartRow()
public long getRowsCount()
public java.lang.String getCategory()
For example:-
Available categories are "Eng/WP/GI", "Eng/WP/openspace", "Eng/SA".
public java.lang.String getChannelId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||