|
||||||||||
| 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.StartBusinessServiceWithFP
public class StartBusinessServiceWithFP
Start an instance of a specified Business Service.
The Business Service Template must first be retrieved by calling GetBusinessServices.
Using Formal Params to start the process.
StartBusinessServiceResult| Constructor Summary | |
|---|---|
StartBusinessServiceWithFP(IBusinessServiceTemplateWithFParams template,
java.lang.String channelId)
Constructs a new StartBusinessService Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelId()
The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel". |
IBusinessServiceTemplateWithFParams |
getTemplate()
The IBusinessServiceTemplate to start, retrieved by calling GetBusinessServices. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartBusinessServiceWithFP(IBusinessServiceTemplateWithFParams template,
java.lang.String channelId)
template - The IBusinessServiceTemplate to start, retrieved by calling GetBusinessServices.channelId - The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel".| Method Detail |
|---|
public IBusinessServiceTemplateWithFParams getTemplate()
IBusinessServiceTemplate to start, retrieved by calling GetBusinessServices.
public java.lang.String getChannelId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||