com.tibco.bpm.web.client.services.actions.businessservices
Class StartBusinessServiceWithFP

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.businessservices.StartBusinessServiceWithFP
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<StartBusinessServiceResult>, net.customware.gwt.dispatch.shared.Action<StartBusinessServiceResult>

public class StartBusinessServiceWithFP
extends java.lang.Object
implements OSAction<StartBusinessServiceResult>

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.

©2011 TIBCO Software Inc.

Since:
2.2.0
See Also:
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

StartBusinessServiceWithFP

public StartBusinessServiceWithFP(IBusinessServiceTemplateWithFParams template,
                                  java.lang.String channelId)
Constructs a new StartBusinessService Action

Parameters:
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

getTemplate

public IBusinessServiceTemplateWithFParams getTemplate()
The IBusinessServiceTemplate to start, retrieved by calling GetBusinessServices.

Returns:
Returns the template.

getChannelId

public java.lang.String getChannelId()
The channel ID being used, for a GWT client this would typically be "openspaceGWTPull_DefaultChannel".

Returns:
Returns the channelId.


Copyright © 2015 TIBCO Software Inc. All Rights Reserved.