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

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

public class QueryBusinessServices
extends java.lang.Object
implements OSAction<QueryBusinessServicesResult>

To get a list of Business Service Templates based on the category, channelId & includeFormalParameters.

Since:
2.0

Constructor Summary
QueryBusinessServices(java.lang.String category, java.lang.String channelId, boolean includeFormalParameters)
           
 
Method Summary
 java.lang.String getCategory()
          TODO Describe this method
 java.lang.String getChannelId()
          TODO Describe this method
 boolean isIncludeFormalParameters()
          TODO Describe this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBusinessServices

public QueryBusinessServices(java.lang.String category,
                             java.lang.String channelId,
                             boolean includeFormalParameters)
Method Detail

getCategory

public java.lang.String getCategory()
TODO Describe this method

Returns:
Returns the category.

getChannelId

public java.lang.String getChannelId()
TODO Describe this method

Returns:
Returns the channelId.

isIncludeFormalParameters

public boolean isIncludeFormalParameters()
TODO Describe this method

Returns:
Returns the includeFormalParameters.


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