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

Uses of Interface
oracle.apps.cz.cio.Component

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

 

Uses of Component in oracle.apps.cz.cio

 

Classes in oracle.apps.cz.cio that implement Component
 class BomInstance
          Abstract class used to represent some of the functionality of a configurable BOM Model.
 class BomModel
          Represents configurable BOM Models.

 

Methods in oracle.apps.cz.cio that return Component
 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.Component ComponentSet.add()
           
 oracle.apps.cz.cio.Component Configuration.getRootComponent()
          Gets the root product or component of the configuration.
 oracle.apps.cz.cio.Component Configuration.getComponentByItemId(long itemId)
          Returns the Component corresponding to the given input ID.
 oracle.apps.cz.cio.Component Connector.getTarget()
          Returns the connected target, if loaded.
 oracle.apps.cz.cio.Component IRuntimeNode.getRootInstance()
          Returns the Root trackable instance for this node if in a container model and one exists; otherwise, returns the root component
 oracle.apps.cz.cio.Component RuntimeNode.getRootInstance()
           
 oracle.apps.cz.cio.Component TargetInfo.getTarget()
           

 

Methods in oracle.apps.cz.cio with parameters of type Component
 void ComponentSet.delete(oracle.apps.cz.cio.Component component)
           
 void Connector.assignConnectionTarget(oracle.apps.cz.cio.Component target)
          This method makes a connection to the specified target
 boolean FunctionalCompanion.validateEligibleTarget(oracle.apps.cz.cio.Component target)
          Deprecated. Does nothing.
 void ICompSetEventListener.notifyComponentAdded(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is added to the component set.
 void ICompSetEventListener.notifyComponentDeleted(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is deleted from the component set.
 void IConfigEventListener.notifyComponentAdded(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is added to the configuration as the result of user interaction, after a functional companion is initialized.
 void IConfigEventListener.notifyComponentDeleted(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is deleted from the configuration as the result of user interaction, after a functional companion is initialized.
 void IConnectionEventListener.notifyConnectionAssigned(oracle.apps.cz.cio.Connector c, oracle.apps.cz.cio.Component target)
          Called when a connection is established
 void IConnectionEventListener.notifyConnectionUnassigned(oracle.apps.cz.cio.Connector c, oracle.apps.cz.cio.Component target)
          Called when a connection is broken
 boolean IFunctionalCompanion.validateEligibleTarget(oracle.apps.cz.cio.Component target)
          Deprecated. validates a Component as a potential target of a connection

 

Constructors in oracle.apps.cz.cio with parameters of type Component
InstanceIndexDeltaValidator.InstanceIndexChange(oracle.apps.cz.cio.Component node)
           
LogicalException(oracle.apps.cz.logic.LogicException le, oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.Component parentComp)
          This constructor takes the parentComp as an additional argument which is the parent component in which the 'node' lives.

 


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.