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

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

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

 

Uses of RuntimeNode in oracle.apps.cz.cio

 

Subclasses of RuntimeNode in oracle.apps.cz.cio
 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 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 RuntimeNode
 oracle.apps.cz.cio.RuntimeNode Attribute.getFeature()
           
 oracle.apps.cz.cio.RuntimeNode IncompatibleValueException.getModelNode()
          Returns the corresponding model node where the mismatch occured

 

Methods in oracle.apps.cz.cio with parameters of type RuntimeNode
 void Attribute.synchronizeAttribute(java.lang.String installedValue, java.lang.String lastSavedValue, oracle.apps.cz.cio.RuntimeNode node)
           
 void Attribute.setSavedValue(java.lang.String value, oracle.apps.cz.cio.RuntimeNode node)
           
 java.lang.String Attribute.getValue(oracle.apps.cz.cio.RuntimeNode rtNode)
          Returns the string value of the attribute
 java.lang.String Attribute.getInstalledValue(oracle.apps.cz.cio.RuntimeNode node)
           

 

Constructors in oracle.apps.cz.cio with parameters of type RuntimeNode
Attribute(java.lang.String name, java.lang.String group, oracle.apps.cz.cio.RuntimeNode valueNode)
          Attribute object conatins a reference to a Feature holding its value.
CustomValidationFailure(java.lang.String message, oracle.apps.cz.cio.RuntimeNode rtNode, boolean willPersist)
           
CustomValidationFailure(java.lang.String message, oracle.apps.cz.cio.RuntimeNode rtNode)
           
UnloadableLogicException(oracle.apps.cz.logic.EngineFatalLoadFileException exception, oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.RuntimeNode 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.