Skip navigation links


oracle.iam.OIMMigration.api
Interface OIMMigrationService


public interface OIMMigrationService

Method Summary
 java.util.List exportJars(SearchCriteria FiletringCriteria, java.lang.String exportLocation)
          Exports the Jars from the OIM DB as per the search criteria provided.
 java.util.List exportPlugins(SearchCriteria FiletringCriteria, java.lang.String exportLocation)
          Exports the Plugins from the OIM DB as per the search criteria provided.
 java.util.List exportResourceBundles(SearchCriteria FiletringCriteria, java.lang.String exportLocation)
          Exports the Custom Resource bundles from the OIM DB as per the search criteria provided.
 java.util.HashMap getExportList(java.util.HashMap searchCriteriaMap)
          Get the list of Jars, Plugins and CRBs for export as per the search criteria provided.
 void importPackage(java.util.HashMap dataMap)
          Uploads all the contents of the import packge into the DB .
 void importPlugins(java.util.HashMap dataMap)
          Uploads the set of Plugins to the OIM DB.
 void importResourceBundles(java.util.HashMap dataMap)
          Uploads the set of Resource Bundles to the OIM DB.
 java.util.ArrayList listData(java.lang.String packageLocation)
          Lists the data that is part of the import package
 void printErrorReport()
          Lists the data that is part of the import package

 

Method Detail

getExportList

java.util.HashMap getExportList(java.util.HashMap searchCriteriaMap)
Get the list of Jars, Plugins and CRBs for export as per the search criteria provided.
Parameters:
FiletringCriteria - Filtering Criteria to get the data from the DB

exportJars

java.util.List exportJars(SearchCriteria FiletringCriteria,
                          java.lang.String exportLocation)
Exports the Jars from the OIM DB as per the search criteria provided.
Parameters:
FiletringCriteria - Filtering Criteria to get the data from the DB
exportLocation - Location where the files are to be downloaded

exportPlugins

java.util.List exportPlugins(SearchCriteria FiletringCriteria,
                             java.lang.String exportLocation)
Exports the Plugins from the OIM DB as per the search criteria provided.
Parameters:
FiletringCriteria - Filtering Criteria to get the data from the DB
exportLocation - Location where the files are to be downloaded

importPlugins

void importPlugins(java.util.HashMap dataMap)
Uploads the set of Plugins to the OIM DB.
Consumers - horizontal Migration Utility
Parameters:
dataMap - HashMap of all the Migration Data Objects with their type which are to be imported into the DB

exportResourceBundles

java.util.List exportResourceBundles(SearchCriteria FiletringCriteria,
                                     java.lang.String exportLocation)
Exports the Custom Resource bundles from the OIM DB as per the search criteria provided.
Parameters:
FiletringCriteria - Filtering Criteria to get the data from the DB
exportLocation - Location where the files are to be downloaded

importResourceBundles

void importResourceBundles(java.util.HashMap dataMap)
Uploads the set of Resource Bundles to the OIM DB.
Consumers - horizontal Migration Utility
Parameters:
dataMap - HashMap of all the Migration Data Objects with their type which are to be imported into the DB

importPackage

void importPackage(java.util.HashMap dataMap)
Uploads all the contents of the import packge into the DB .
Consumers - horizontal Migration Utility
Parameters:
dataMap - HashMap of all the Migration Data Objects with their type which are to be imported into the DB

listData

java.util.ArrayList listData(java.lang.String packageLocation)
Lists the data that is part of the import package
Parameters:
packageLocation - - Location of the Import package
Returns:
List of files in the Import package

printErrorReport

void printErrorReport()
Lists the data that is part of the import package
Parameters:
packageLocation - - Location of the Import package

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.