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

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

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

List of the Migration Points for a Process Template.

These are the task names in the Process Template where migration is possible.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
GetMigrationPointsResult(java.util.ArrayList<java.lang.String> result)
          Constructor.
 
Method Summary
 java.util.ArrayList<java.lang.String> getResult()
          List of the Migration Points ( Task names }.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMigrationPointsResult

public GetMigrationPointsResult(java.util.ArrayList<java.lang.String> result)
Constructor.

Parameters:
result -
Method Detail

getResult

public java.util.ArrayList<java.lang.String> getResult()
List of the Migration Points ( Task names }.

Returns:
Returns the result.


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