Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.util
Interface IDResolver


public interface IDResolver

For internal use only. Application developers should not use this

Method Summary
 java.lang.String getDependentID(java.lang.String id)
          Retrieves the object ID that is associated with the persistable object.
 void setDependentID(java.lang.String id)
          Specfies the object ID that should be associated with the persistable object.
 

Method Detail

getDependentID

java.lang.String getDependentID(java.lang.String id)
Retrieves the object ID that is associated with the persistable object.

Returns:
The object ID.

setDependentID

void setDependentID(java.lang.String id)
Specfies the object ID that should be associated with the persistable object.

Parameters:
id - A String that represents the object id.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

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