Uses of Interface
com.tibco.bpm.web.client.model.types.IBusinessServiceTemplate

Packages that use IBusinessServiceTemplate
com.tibco.bpm.web.client.model.types   
com.tibco.bpm.web.client.services.actions.businessservices   
 

Uses of IBusinessServiceTemplate in com.tibco.bpm.web.client.model.types
 

Classes in com.tibco.bpm.web.client.model.types that implement IBusinessServiceTemplate
 class BusinessServiceTemplate
           
 

Methods in com.tibco.bpm.web.client.model.types that return types with arguments of type IBusinessServiceTemplate
 java.util.ArrayList<IBusinessServiceTemplate> BusinessServiceList.getItems()
          List of the IBusinessServiceTemplate items containing details of the Business Services.
 

Method parameters in com.tibco.bpm.web.client.model.types with type arguments of type IBusinessServiceTemplate
 void BusinessServiceList.setItems(java.util.ArrayList<IBusinessServiceTemplate> items)
          List of the IBusinessServiceTemplate items containing details of the Business Services.
 

Uses of IBusinessServiceTemplate in com.tibco.bpm.web.client.services.actions.businessservices
 

Methods in com.tibco.bpm.web.client.services.actions.businessservices that return IBusinessServiceTemplate
 IBusinessServiceTemplate UpdateBusinessService.getTemplate()
          The IBusinessServiceTemplate associated with the started Business Service.
 IBusinessServiceTemplate StartBusinessService.getTemplate()
          The IBusinessServiceTemplate to start, retrieved by calling GetBusinessServices.
 

Constructors in com.tibco.bpm.web.client.services.actions.businessservices with parameters of type IBusinessServiceTemplate
StartBusinessService(IBusinessServiceTemplate template, java.lang.String channelId)
          Constructs a new StartBusinessService Action
UpdateBusinessService(PageData item, IBusinessServiceTemplate template, java.lang.String channelId)
          Constructs a new UpdateBusinessService Action
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.