Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Class
oracle.apps.cz.cio.NoSuchChildException

Packages that use NoSuchChildException
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of NoSuchChildException in oracle.apps.cz.cio

 

Methods in oracle.apps.cz.cio that throw NoSuchChildException
 oracle.apps.cz.cio.Component Component.getComponentByExplosionId(int explId, int instanceNum)
          Returns a Component in the subtree of the root of this tree or its direct up-path with the given explosion node id and instance number.
 oracle.apps.cz.cio.Component ComponentSet.getChildByInstanceNumber(int instNum)
           
 oracle.apps.cz.cio.Component ComponentSet.getChildByInstanceNumber(int instNum, int type)
           
 oracle.apps.cz.cio.IRuntimeNode ComponentSet.getChildByName(java.lang.String name)
          Deprecated. see getChildByInstanceNumber(int instNum)
 oracle.apps.cz.cio.IRuntimeNode IRuntimeNode.getChildByName(java.lang.String name)
          Gets a particular child identified by its name.
 oracle.apps.cz.cio.IRuntimeNode IRuntimeNode.getChildByID(int id)
          Gets a particular child identified by its ID.
 oracle.apps.cz.cio.IRuntimeNode IRuntimeNode.getChildByPersistentID(int id)
          Gets a particular child identified by its persistent ID.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByName(java.lang.String name)
          Returns the child of this node with a given name.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByName(java.lang.String name, int type)
          Returns the child of this node with a given name.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByID(int id)
          Returns the child of this node with a given ID.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByID(int id, int type)
          Returns the child of this node with a given ID.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByPersistentID(int id)
          Returns the child of this node with a given persistent ID.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getChildByPersistentID(int id, int type)
          Returns the child of this node with a given persistent ID.

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.