Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive
Interface IdManager


public interface IdManager

This is the interface for managing object ids for ODI interface objects.

Since:
11.1.1.3.0

Method Summary
 java.lang.Object getIdForObject(java.lang.Object pSDKObject)
          Returns the id for a particular object.
 java.lang.Object getObjectForId(java.lang.Object pId)
          Returns the object for a particular id.
 void registerIdForObject(java.lang.Object pSDKObject, java.lang.Object pId)
          Registers the object and id relationship.
 

Method Detail

getIdForObject

java.lang.Object getIdForObject(java.lang.Object pSDKObject)
Returns the id for a particular object.

Parameters:
pSDKObject - the actual object
Returns:
the id object

getObjectForId

java.lang.Object getObjectForId(java.lang.Object pId)
Returns the object for a particular id.

Parameters:
pId - the id
Returns:
the object

registerIdForObject

void registerIdForObject(java.lang.Object pSDKObject,
                         java.lang.Object pId)
                         throws DuplicateIdException
Registers the object and id relationship.

Parameters:
pSDKObject - the actual object
pId - the id
Throws:
DuplicateIdException

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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