com.tibco.bpm.web.client.services.results
Class GetBusinessServicesResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.GetBusinessServicesResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class GetBusinessServicesResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Result containing a BusinessServiceList which contains details of the Business Services.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
BusinessServiceList

Constructor Summary
GetBusinessServicesResult(BusinessServiceList result)
          Constructor.
 
Method Summary
 BusinessServiceList getResult()
          Gets BusinessServiceList containing the Business Services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBusinessServicesResult

public GetBusinessServicesResult(BusinessServiceList result)
Constructor.

Parameters:
result -
Method Detail

getResult

public BusinessServiceList getResult()
Gets BusinessServiceList containing the Business Services.

Returns:
Returns the result.


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