|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
ComponentInterface for components. |
interface |
ComponentNodeDeprecated. This interface is just for backward compatibility. Represents a set node that is a component or a component set. |
interface |
IAtpImplemented by objects that can have ATP calculated. |
interface |
IBasicPriceImplemented by objects that can be priced. |
interface |
IBomItemImplemented by all selectable BOM items. |
interface |
ICountImplemented by objects that have an associated integer count. |
interface |
IDecimalImplemented by objects that can both get and set a decimal value. |
interface |
IIntegerImplemented by objects that have an integer value. |
interface |
IIntegerMinMaxImplemented by objects that have an integer minimum and maximum. |
interface |
IOptionImplemented by objects that act as options. |
interface |
IOptionFeatureImplemented by objects that contain selectable options. |
interface |
IPriceImplemented by objects that can be priced. |
interface |
IReadOnlyDecimalImplemented by objects that have a decimal value. |
interface |
IStateImplemented by objects that have logic state. |
interface |
ITextImplemented by objects that have a textual value. |
| Classes in oracle.apps.cz.cio that implement IRuntimeNode | |
class |
BomInstanceAbstract class used to represent some of the functionality of a configurable BOM Model. |
class |
BomModelRepresents configurable BOM Models. |
class |
BomNodeRepresents configurable BOM option classes. |
class |
BomOptionClassRepresents configurable BOM option classes. |
class |
BomStdItemRepresents configurable BOM models. |
class |
BooleanFeatureRepresents a feature with a boolean value. |
class |
ComponentSetRepresents a set of configurable components. |
class |
Connector |
class |
CountFeatureRepresents a countable integer feature. |
class |
DecimalFeatureRepresents a feature with a decimal value. |
class |
DecimalNodeAn abstract class implementing behavior common to objects with a decimal value. |
class |
IntegerFeatureRepresents a feature with an integer value. |
class |
IntegerNodeRepresents a feature with an integer value. |
class |
OptionRepresents an option of an option feature. |
class |
OptionFeatureRepresents a feature with selectable options. |
class |
OptionFeatureNodeAn abstract class implementing behavior commont to all features with options. |
class |
OptionNodeAn abstract class implementing behavior common to all option-like objects. |
class |
PricedNodeAbstract class implementing common behavior across all runtime nodes that can be priced. |
class |
ReadOnlyDecimalNodeAn abstract class implementing behavior common to objects with a decimal value. |
class |
ResourceRepresents a consumable resource. |
class |
RuntimeNodeAbstract class implementing common behavior across all runtime nodes. |
class |
StateCountNodeAbstract class implementing common behavior for nodes with a logic state and count. |
class |
StateNodeAbstract class implementing common behavior across nodes with logic state. |
class |
TextFeatureRepresents a feature that has a textual value. |
class |
TextNodeRepresents a feature that has a textual value. |
class |
TotalRepresents 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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
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.