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

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

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

 

Uses of IRuntimeNode in oracle.apps.cz.cio

 

Subinterfaces of IRuntimeNode in oracle.apps.cz.cio
 interface Component
          Interface for components.
 interface ComponentNode
          Deprecated. This interface is just for backward compatibility. Represents a set node that is a component or a component set.
 interface IAtp
          Implemented by objects that can have ATP calculated.
 interface IBasicPrice
          Implemented by objects that can be priced.
 interface IBomItem
          Implemented by all selectable BOM items.
 interface ICount
          Implemented by objects that have an associated integer count.
 interface IDecimal
          Implemented by objects that can both get and set a decimal value.
 interface IInteger
          Implemented by objects that have an integer value.
 interface IIntegerMinMax
          Implemented by objects that have an integer minimum and maximum.
 interface IOption
          Implemented by objects that act as options.
 interface IOptionFeature
          Implemented by objects that contain selectable options.
 interface IPrice
          Implemented by objects that can be priced.
 interface IReadOnlyDecimal
          Implemented by objects that have a decimal value.
 interface IState
          Implemented by objects that have logic state.
 interface IText
          Implemented by objects that have a textual value.

 

Classes in oracle.apps.cz.cio that implement IRuntimeNode
 class BomInstance
          Abstract class used to represent some of the functionality of a configurable BOM Model.
 class BomModel
          Represents configurable BOM Models.
 class BomNode
          Represents configurable BOM option classes.
 class BomOptionClass
          Represents configurable BOM option classes.
 class BomStdItem
          Represents configurable BOM models.
 class BooleanFeature
          Represents a feature with a boolean value.
 class ComponentSet
          Represents a set of configurable components.
 class Connector
           
 class CountFeature
          Represents a countable integer feature.
 class DecimalFeature
          Represents a feature with a decimal value.
 class DecimalNode
          An abstract class implementing behavior common to objects with a decimal value.
 class IntegerFeature
          Represents a feature with an integer value.
 class IntegerNode
          Represents a feature with an integer value.
 class Option
          Represents an option of an option feature.
 class OptionFeature
          Represents a feature with selectable options.
 class OptionFeatureNode
          An abstract class implementing behavior commont to all features with options.
 class OptionNode
          An abstract class implementing behavior common to all option-like objects.
 class PricedNode
          Abstract class implementing common behavior across all runtime nodes that can be priced.
 class ReadOnlyDecimalNode
          An abstract class implementing behavior common to objects with a decimal value.
 class Resource
          Represents a consumable resource.
 class RuntimeNode
          Abstract class implementing common behavior across all runtime nodes.
 class StateCountNode
          Abstract class implementing common behavior for nodes with a logic state and count.
 class StateNode
          Abstract class implementing common behavior across nodes with logic state.
 class TextFeature
          Represents a feature that has a textual value.
 class TextNode
          Represents a feature that has a textual value.
 class Total
          Represents a total that has a decimal numeric value.

 

Methods in oracle.apps.cz.cio that return IRuntimeNode
 oracle.apps.cz.cio.IRuntimeNode CXRule.getBaseNode()
           
 oracle.apps.cz.cio.IRuntimeNode CompanionNode.getFeature(java.lang.String name)
          Get the runtime node representing a particular feature based on its property annotation.
 oracle.apps.cz.cio.IRuntimeNode ComponentSet.getChildByName(java.lang.String name)
          Deprecated. see getChildByInstanceNumber(int instNum)
 oracle.apps.cz.cio.IRuntimeNode Configuration.getRuntimeNode(int runtimeID)
          Fetches a runtime node based on a runtime ID.
 oracle.apps.cz.cio.IRuntimeNode FunctionalCompanion.getRuntimeNode()
          Deprecated. Returns the runtime node to which this functional is associated.
 oracle.apps.cz.cio.IRuntimeNode IFunctionalCompanion.getRuntimeNode()
          Deprecated. Returns the runtime node to which this component is attached.
 oracle.apps.cz.cio.IRuntimeNode IRuntimeNode.getParent()
          Get the parent of this node.
 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 IUserInterfaceNode.getRuntimeNode()
          Deprecated. Returns the associated runtime model node, if any.
 oracle.apps.cz.cio.IRuntimeNode InsufficientCountException.getNode()
           
 oracle.apps.cz.cio.IRuntimeNode LogicalException.getCause()
           
 oracle.apps.cz.cio.IRuntimeNode NativeBomLogicException.getNode()
           
 oracle.apps.cz.cio.IRuntimeNode NativeBomLogicException.getParent()
           
 oracle.apps.cz.cio.IRuntimeNode NoSuchChildException.getParent()
           
 oracle.apps.cz.cio.IRuntimeNode NodeNotEffectiveException.getNode()
           
 oracle.apps.cz.cio.IRuntimeNode Reason.getNode()
          Get the node associated with this reason.
 oracle.apps.cz.cio.IRuntimeNode Request.getRuntimeNode()
          Returns the IRuntimeNode of this request.
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.lookupNodeID(java.lang.Object key)
          Returns the Runtime Node in this component given the key
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.lookupNodeID(int id)
          Returns the Runtime Node in this component given the persistent id
 oracle.apps.cz.cio.IRuntimeNode RuntimeNode.getParent()
          Returns the parent of this runtime node, or null if this is the root node.
 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.apps.cz.cio.IRuntimeNode StatusInfo.getNode()
          Returns the runtime node with which this status is associated.

 

Methods in oracle.apps.cz.cio with parameters of type IRuntimeNode
 void Configuration.addConfigMessage(oracle.apps.cz.cio.IRuntimeNode node, java.lang.String keyword, java.lang.String message)
          Adds a configuration message to be saved to the cz_config_messages table.
 void DeltaRegion.addWatchedNode(oracle.apps.cz.cio.IRuntimeNode node)
          Add a single node to the watched nodes list
 void DeltaRegion.deleteWatchedNode(oracle.apps.cz.cio.IRuntimeNode node)
          Delete a single node from the watched nodes list
 void FunctionalCompanion.initialize(oracle.apps.cz.cio.IRuntimeNode node, java.lang.String name, java.lang.String description, int id)
          Deprecated. Saves the parameters in member variables.
 void IFunctionalCompanion.initialize(oracle.apps.cz.cio.IRuntimeNode node, java.lang.String name, java.lang.String description, int id)
          Deprecated. Saves information about the model and performs any actions needed to initialize the companion.
 boolean IRuntimeNode.isDescendantOf(oracle.apps.cz.cio.IRuntimeNode ancestorNode)
          Returns true if this is a descendant of the ancestorNode node.
 com.sun.java.util.collections.List IUserInterface.getNode(oracle.apps.cz.cio.IRuntimeNode rtNode, oracle.apps.cz.cio.IUserInterfaceScreen screen)
          Deprecated. Given a IRuntimeNode and a screen retrive all associated IUserInterfaceNodes
 com.sun.java.util.collections.List IUserInterface.getNode(oracle.apps.cz.cio.IRuntimeNode rtNode)
          Deprecated. Given a IRuntimeNode retrive all associated IUserInterfaceNodes
 com.sun.java.util.collections.List IUserInterfaceScreen.getNode(oracle.apps.cz.cio.IRuntimeNode rtNode)
          Deprecated.  
 void LogicalException.setCause(oracle.apps.cz.cio.IRuntimeNode cause)
           
 void UiExpressionDeltaValidator.addUiExpression(oracle.apps.cz.cio.IRuntimeNode node, int id, byte type, java.lang.Object value, oracle.apps.cz.cio.DeltaRegion region, int uiDefID, boolean isIdPersistent)
          This is the only way you can add a watched Expression to this validator.

 

Constructors in oracle.apps.cz.cio with parameters of type IRuntimeNode
CXCommandEvent(java.lang.String command, oracle.apps.cz.cio.IRuntimeNode sourceNode)
           
CXExpressionEvaluator(oracle.apps.cz.cio.IRuntimeNode baseNode)
           
CompanionRoot(oracle.apps.cz.cio.IRuntimeNode root)
          Creates a tree of companion node objects based on property annotations.
CompanionValidationFailure(java.lang.String message, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.IFunctionalCompanion companion)
          Deprecated.  
CompanionValidationFailure(java.lang.String message, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.IFunctionalCompanion companion)
          Deprecated.  
Connector(oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.IRuntimeNode parent, oracle.apps.cz.dio.model.DbModelNode node, oracle.apps.cz.dio.model.DbModelRefExplNode refNode)
           
ExpressionEvaluator(oracle.apps.cz.cio.IRuntimeNode baseNode)
           
InformationalMessage(java.lang.String message, oracle.apps.cz.cio.IRuntimeNode node)
           
InformationalMessageDeltaValidator.InfoMessageChange(oracle.apps.cz.cio.IRuntimeNode node)
           
InitialRequestException(java.lang.String msg, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
          Deprecated.  
LogicalException(java.lang.String msg, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
           
LogicalOverridableException(java.lang.String msg, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
           
LogicalRuntimeException(oracle.apps.cz.cio.IRuntimeNode cause, oracle.apps.cz.logic.LogicException le)
           
NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent, java.lang.String name, oracle.apps.cz.cio.Configuration config)
           
NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent, int id, oracle.apps.cz.cio.Configuration config)
           
NonOverridableRequestException(java.lang.String msg, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
           
Reason(int type, oracle.apps.cz.cio.IRuntimeNode node, java.lang.String msg, oracle.apps.cz.cio.Configuration config)
          Construct a reason given all of it's information.
Reason(oracle.apps.fnd.common.Message fndMsg, java.lang.String token, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
          Constructs a reason from an FND message.
ValidationDeltaValidator.ValidationChange(oracle.apps.cz.cio.IRuntimeNode node)
           

 


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.