Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.offlinedb.model
Class IDMigrationMap

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.offlinedb.model.IDMigrationMap

public class IDMigrationMap
extends HashStructureAdapter


Field Summary
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Method Summary
 java.lang.String get(java.lang.String oldID)
           
static IDMigrationMap getIDMigrationMap(PropertyStorage props)
           
static boolean hasIDMigrationMap(PropertyStorage props)
          Returns true if there is an ID migration map in the given properties
 void put(java.lang.String oldID, java.lang.String newID)
           
 
Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public java.lang.String get(java.lang.String oldID)

put

public void put(java.lang.String oldID,
                java.lang.String newID)

hasIDMigrationMap

public static boolean hasIDMigrationMap(PropertyStorage props)
Returns true if there is an ID migration map in the given properties

Parameters:
props -
Returns:

getIDMigrationMap

public static IDMigrationMap getIDMigrationMap(PropertyStorage props)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.