|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--oracle.apps.cz.cio.RuntimeNode
|
+--oracle.apps.cz.cio.ComponentSet
Represents a set of configurable components.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Fields inherited from class oracle.apps.cz.cio.RuntimeNode |
ACCUMULATOR_SUFFIX_TYPE, ATTR_KEY, CONNECTOR_PREFIX_TYPE, DEFAULT_IV_SUFFIX_TYPE, DEFAULT_SUFFIX_ID, DEFAULT_SUFFIX_TYPE, LOAD_CONDITIONS_GROUP_PREFIX_TYPE, NET_PREFIX_TYPE, NODE_PREFIX_TYPE, TRACKABLE_ROOT_PREFIX_TYPE |
| Fields inherited from interface oracle.apps.cz.cio.IRuntimeNode |
ALL_FEATURES, BOM_MODEL, BOM_OPTION_CLASS, BOM_STD_ITEM, BOOLEAN_FEATURE, COMPONENT, COMPONENT_SET, CONNECTOR, COUNT_FEATURE, CURRENT_CHILD, CURRENT_OR_DISCONTINUED_CHILD, DECIMAL_FEATURE, DISCONTINUED_CHILD, EDITABLE, EXTENDED_PASSIVE, IMMEDIATE_PASSIVE, INTEGER_FEATURE, OPTION, OPTION_FEATURE, RESOURCE, SPOOFED, TEXT_FEATURE, TOTAL |
| Method Summary | |
oracle.apps.cz.cio.Component |
add() |
void |
addCompSetEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)Deprecated. Use Configurator Extensions Add a listener that is notified when a component is added or deleted. |
void |
addConfigEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)Deprecated. Use Configurator Extensions Add a listener that is notified when a component is added or deleted. |
void |
addConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)Deprecated. Use Configurator Extensions Add a listener that is notified when an event occurs on a component |
void |
addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)Add a listener that is notified when the instance is added or deleted. |
void |
delete(oracle.apps.cz.cio.Component component) |
oracle.apps.cz.cio.Component |
getChildByInstanceNumber(int instNum) |
oracle.apps.cz.cio.Component |
getChildByInstanceNumber(int instNum, int type) |
oracle.apps.cz.cio.IRuntimeNode |
getChildByName(java.lang.String name)Deprecated. see getChildByInstanceNumber(int instNum) |
com.sun.java.util.collections.List |
getChildComponentNodes()Returns only the ComponentNode children. |
int |
getComponentInstanceType()Returns the type of instance that will be created by this component set when the add function is executed |
int |
getCount() |
int |
getMax()Get the maximal allowable value for this object. |
int |
getMin()Get the minimal allowable value for this object. |
java.lang.String |
getName()Gets the name of the node. |
int |
getReferringOrDatabaseID()Returns the database ID of the referring node if it is a reference or the database ID of the RuntimeNode itself. |
int |
getReferringOrPersistentID()Returns the persistent ID of the referring node if it is a reference or the persistent ID of the RuntimeNode itself. |
int |
getType()Gets the type of this node. |
boolean |
hasMax()Returns true if there is a maximum limit. |
boolean |
hasMin()Returns true if there is a minimum limit. |
boolean |
isConditionSatisfied()Returns true if the condition is satisfied i.e. it has children |
void |
removeCompSetEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)Deprecated. Use Configurator Extensions Remove a listener that is notified when a component is added or deleted. |
void |
removeConfigEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)Deprecated. Use Configurator Extensions Remove a listener that is notified when a component is added or deleted. |
void |
removeConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)Deprecated. Use Configurator Extensions Remove a listener that is notified when an event occurs on a component |
void |
removeLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)Remove a listener that is notified when the instance is added ro deleted. |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Method Detail |
public com.sun.java.util.collections.List getChildComponentNodes()
ComponentNodegetChildComponentNodes in interface ComponentNodepublic int getReferringOrDatabaseID()
getReferringOrDatabaseID in interface ComponentNodegetReferringOrDatabaseID in class RuntimeNodepublic int getReferringOrPersistentID()
getReferringOrPersistentID in interface ComponentNodegetReferringOrPersistentID in class RuntimeNodepublic int getType()
IRuntimeNodegetType in interface IRuntimeNodegetType in class RuntimeNodepublic int getComponentInstanceType()
public oracle.apps.cz.cio.Component getChildByInstanceNumber(int instNum)
throws NoSuchChildException
NoSuchChildException
public oracle.apps.cz.cio.Component getChildByInstanceNumber(int instNum,
int type)
throws NoSuchChildException
NoSuchChildException
public oracle.apps.cz.cio.IRuntimeNode getChildByName(java.lang.String name)
throws NoSuchChildException
getChildByName in interface IRuntimeNodegetChildByName in class RuntimeNodeNoSuchChildException - if there is no child with such name.
public oracle.apps.cz.cio.Component add()
throws LogicalException
LogicalException
public void delete(oracle.apps.cz.cio.Component component)
throws LogicalException
LogicalExceptionpublic boolean hasMin()
IIntegerMinMaxhasMin in interface IIntegerMinMaxpublic int getMin()
IIntegerMinMaxgetMin in interface IIntegerMinMaxpublic boolean hasMax()
IIntegerMinMaxhasMax in interface IIntegerMinMaxpublic int getMax()
IIntegerMinMaxgetMax in interface IIntegerMinMaxpublic int getCount()
public void addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
throws LogicalException
LogicalExceptionpublic void removeLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
public boolean isConditionSatisfied()
public java.lang.String getName()
IRuntimeNodegetName in interface IRuntimeNodegetName in class RuntimeNodepublic void addConfigEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)
public void removeConfigEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)
public void addCompSetEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)
public void removeCompSetEventListener(oracle.apps.cz.cio.ICompSetEventListener listener)
public void addConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)
public void removeConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.