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

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

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

Result containing a HashMap of MigrationRule entries keyed on the source version for the migration.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
MigrationRule

Constructor Summary
ListMigrationRulesResult(java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> rules)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> getRules()
          HashMap keyed on the source version for the migration rule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListMigrationRulesResult

public ListMigrationRulesResult(java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> rules)
Method Detail

getRules

public java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> getRules()
HashMap keyed on the source version for the migration rule.

Each source version has a list of applicable MigrationRules.

Returns:
Returns the rules.


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