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

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

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

Result containg the ID of a newly started Process Instance.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
StartProcessResult(java.lang.String processId)
           
 
Method Summary
 java.lang.String getProcessId()
          The ID of the started Process Instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartProcessResult

public StartProcessResult(java.lang.String processId)
Method Detail

getProcessId

public java.lang.String getProcessId()
The ID of the started Process Instance.

Returns:
Returns the processId.


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