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

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

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

A Result containing the PageData resulting from a call to UpdateBusinessService

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
UpdateBusinessServiceResult(PageData result)
           
 
Method Summary
 PageData getResult()
          The resulting from the call the UpdateBusinessService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateBusinessServiceResult

public UpdateBusinessServiceResult(PageData result)
Method Detail

getResult

public PageData getResult()
The resulting from the call the UpdateBusinessService

Returns:
Returns the result.


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