|
||||||||||
| 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.UpdateBusinessService
public class UpdateBusinessService
Updates a started Business Service, typically this Action is used to submit data entered by a user and complete the Business Service.
This call requires a PageData and IBusinessServiceTemplate retrieved from a call to StartBusinessService.
UpdateBusinessServiceResult| Constructor Summary | |
|---|---|
UpdateBusinessService(PageData item,
IBusinessServiceTemplate template,
java.lang.String channelId)
Constructs a new UpdateBusinessService Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelId()
The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel". |
PageData |
getItem()
The PageData associated with the started Business Service. |
IBusinessServiceTemplate |
getTemplate()
The IBusinessServiceTemplate associated with the started Business Service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateBusinessService(PageData item,
IBusinessServiceTemplate template,
java.lang.String channelId)
item - The PageData associated with the started Business Service.template - The IBusinessServiceTemplate associated with the started Business Service.channelId - The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel".| Method Detail |
|---|
public PageData getItem()
PageData associated with the started Business Service.
public IBusinessServiceTemplate getTemplate()
IBusinessServiceTemplate associated with the started Business Service.
public java.lang.String getChannelId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||