Uses of Class
com.tibco.bpm.web.client.model.types.MigrationRule

Packages that use MigrationRule
com.tibco.bpm.web.client.services.actions.processtemplates   
com.tibco.bpm.web.client.services.results   
 

Uses of MigrationRule in com.tibco.bpm.web.client.services.actions.processtemplates
 

Methods in com.tibco.bpm.web.client.services.actions.processtemplates that return types with arguments of type MigrationRule
 java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> SetMigrationRules.getRules()
          HashMap containing the Migration Rules to apply.
 

Constructor parameters in com.tibco.bpm.web.client.services.actions.processtemplates with type arguments of type MigrationRule
SetMigrationRules(java.lang.String processName, java.lang.String moduleName, java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> rules)
          Constructs a new SetMigrationRules Action
 

Uses of MigrationRule in com.tibco.bpm.web.client.services.results
 

Methods in com.tibco.bpm.web.client.services.results that return types with arguments of type MigrationRule
 java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> ListMigrationRulesResult.getRules()
          HashMap keyed on the source version for the migration rule.
 

Constructor parameters in com.tibco.bpm.web.client.services.results with type arguments of type MigrationRule
ListMigrationRulesResult(java.util.HashMap<java.lang.String,java.util.ArrayList<MigrationRule>> rules)
           
 



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