Skip navigation links
Oracle Fusion Cloud SCM Java API Reference for Oracle Fusion Configurator
25B

G26571-01
A B C D E F G H I L M N O P R S T U V W 

A

addConfigMessage(IConfigurableNode, String, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Adds a configuration message to be saved with configuration session.
addInformationalMessage(IConfigurableNode, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Adds an IInfoMessage to the Configuration.
addInstance() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Creates an instance and adds it to the port, throws LogicalException if a new instance cannot be created or cannot be added to the port.
addInstance(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Adds an instance to the port and increments the port's minimum cardinality.
addInstance(IBomModelInstance, Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Adds an instance to the port, increments the port's minimum cardinality and sets the instance's unit or extended quantity.
addWatchedData(IWatchableData) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Adds a single watchable data to watch on for delta changes in the region.
addWatchedData(Set<? extends IWatchableData>) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Adds watchedData to watch on for delta changes in the region.
addWatchedNode(IConfigurableNode) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Adds a single node to the region to watch on for delta changes.
addWatchedNodes(Set<? extends IConfigurableNode>) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Adds set of watched nodes to the the region to watch on for delta changes.
ALL_FEATURES - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
A pseudo-type that represents all feature types for use in getChildrenByType(IRuntimeNode.StructureType).
allocateDeltaGroup(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
Factory method for IDeltaGroup.
allocateDeltaRegion(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Factory method for IDeltaRegion.
areAllChangesSaved() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
areOptionalChildrenMutuallyExclusive() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns true if the optional children of this BOM option class are mutually exclusive, i.e.
AutoCompleteException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when auto-complete cannot be completed due to an over-constrained configuration.
AVAILABLE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object is available for selection.

B

BOM_MODEL - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
BOM model type.
BOM_OPTION_CLASS - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
BOM option class type.
BOM_STD_ITEM - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
BOM standard item type.
BOOLEAN_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Boolean feature type.

C

calculatePrices(Collection<? extends IPrice>) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Calculates prices for all nodesToPrice
cancel() - Method in exception oracle.apps.scm.configurator.runtime.core.OverridableLogicalException
Cancel this conflict and revert the configuration back to the state prior to the detection of this conflict.
clearConfigMessages() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Removes all configuration messages added by addConfigMessage.
clearInformationalMessages() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Removes all informational message from the configuration.
commitTentativeOverride() - Method in exception oracle.apps.scm.configurator.runtime.core.OverridableLogicalException
Commit to tentative override.
COMPONENT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Component type.
COMPONENT_PORT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Component port type.
ConfigurationNotFoundException - Exception in oracle.apps.scm.configurator.runtime.core
ConfigurationNotFoundException is thrown when no configuration is found given a header id and revision number.
CONNECTOR_PORT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Connector port type.
ConnectorNotSingularException - Class in oracle.apps.scm.configurator.runtime.core
Signalled when an mutexed selection operation is performed on a connector port that does not support mutexed selection (i.e.
copyInstance(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Makes a copy of the instance, with a default name set as per the convention and adds to the same port
COUNT_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Count feature type (for LCE compatibility).
createSavepoint() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Creates a record of the state of a configuration session which can be used to revert back to this state, any time in the session.
createSoapServiceRequest() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Creates SOAP service request
createValidationFailure(IRuntimeNode, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Creates a validation failure, associated with the given node and message.
CXEVENT_BINDING_VAR - Static variable in interface oracle.apps.scm.configurator.runtime.core.ICXEvent
this is the binding variable that the user will refer to in the Groovy script to get configuration, base node, etc
CXExecutionException - Exception in oracle.apps.scm.configurator.runtime.core
 
CXExecutionException(Throwable, ICXRule, CXEvent) - Constructor for exception oracle.apps.scm.configurator.runtime.core.CXExecutionException
constructor for CXExecutionException
CXValidationException - Class in oracle.apps.scm.configurator.runtime.core
 
CXValidationException(String) - Constructor for class oracle.apps.scm.configurator.runtime.core.CXValidationException
 

D

deallocateDeltaGroup(IDeltaGroup) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
Deallocates the group.
deallocateDeltaRegion(IDeltaRegion) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Deallocates the region.
DECIMAL_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Decimal feature type.
DefaultAssertionException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a conflict is detected during default assertion.
defineWatchableDatum(IDeltaManager.WatchableDataSubSytem, Object) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
Defines a new custom watchable data that can be watched for, on any delta region.
deleteInstance(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Depending on the type of Port, if owned by the port, deletes the instance and its descendants.
disable() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Disables the delta processing for the region's set of watchable nodes and data.

E

enable() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Enables delta processing for the region's set of watchable nodes and data.
equals(IConnectorNodeType) - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Two IConnectorNodeType are considered the same if their node types and ids are both the same
exclude() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValueExpression
Exclude this node from the configuration.
EXCLUDED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object is excluded.
excludeInstance(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
 

F

FundamentalConflictException - Exception in oracle.apps.scm.configurator.runtime.core
A fundamental conflict occuring at problem creation time is fatal, while a fundamental conflict occuring when creating an instance during the configuration session is not.

G

GeneralConflictException - Exception in oracle.apps.scm.configurator.runtime.core
Raised when there is a general non-specific conflict detected and that it is non-overridable.
getActualInstanceCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Implemented property, ActualInstanceCount Returns the current number of instances where isPlaceholder() = false.
getAddedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IMembershipChanges
Gets members added, to the port or tia set, during a delta cycle
getAssertionMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns list of assertion messages
getAttributeGroupName() - Method in interface oracle.apps.scm.configurator.runtime.core.IUserAttribute
Returns User attribute group name
getAttributeName() - Method in interface oracle.apps.scm.configurator.runtime.core.ISupplementalAttribute
Returns supplemental attribute name
getAttributeName() - Method in interface oracle.apps.scm.configurator.runtime.core.IUserAttribute
Returns User attribute name
getAttributeType() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute
Returns the attribute type.
getAvailableChildren() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the children of this BOM option class that are available for selection This includes the set of unbound children and some excluded children that may be selected without a conflict.
getAvailableEventCommands() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a list of commands that can be used in CXCommandEvent objects on this node to cause one or more Configurator Extensions to execute.
getAvailableLeafType(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns the available connector leaf type for the given type name.
getAvailableLeafTypes() - Method in interface oracle.apps.scm.configurator.runtime.core.ITypeExpression
Returns all the currently available leaf types
getAvailableLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of available leaf types which match the specified numeric configuration attribute.
getAvailableLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of available leaf types which match the specified string configuration attribute.
getAvailableLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, Date) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of available leaf types which match the specified date configuration attribute.
getAvailableMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetExpression
Return the ITransactionAttributeSetMembers in this ITransactionalAttributeSetExpression that are available for selection.
getAvailableOptions() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Return the options in this feature that are available for selection.
getBackwardCompatId() - Method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.DetailedSelectionState
Returns the backward compatibility id used by the user interface.
getBackwardCompatId() - Method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.SelectionState
Returns the backward compatible id used by the user interface.
getBackwardCompatId() - Method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.State
Returns the backward compatibile id used by the user interface.
getBaseNode() - Method in interface oracle.apps.scm.configurator.runtime.core.ICXEvent
Returns the base node of the current CX rule being executed
getCategory() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Returns the category of this request.
getChargeDefinitionCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns the Charge Definition Code for the current charge.
getChargeDefinitionName() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns the Charge Definition Name for the current charge.
getCharges() - Method in interface oracle.apps.scm.configurator.runtime.core.IPrice
Returns price charges' definitions associated with the node
getChildByName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a particular child identified by its name.
getChildren() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a list of children of this runtime node.
getChildrenByType(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a collection(IRuntimeNode) of children nodes of the specified type.
getChildrenByType(IRuntimeNode.StructureType) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a collection(IRuntimeNode) of children nodes of the specified type.
getCIO() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Gets the CIO that created this configuration.
getComponentIdPath() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Application inventory component item id path to the parent of this Item.
getComponentSequenceId() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Application component sequence id of this item component in the item strucure.
getComponentSequenceIdPath() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Application component sequence ID path of this Item.
getConfigHeaderId() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the id of the saved configuration.
getConfigRevisionNumber() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the revision number of the saved configuration.
getConfigurableNode(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Fetches a configurable node, either a structure node or a transactional attribute, based on a runtime ID.
getConfigurableNode() - Method in interface oracle.apps.scm.configurator.runtime.core.IInfoMessage
Returns the configurable node associated with this message.
getConfigurableNode() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Returns the configurable node on which this request was made.
getConfigurableNode() - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
The configurable node that has changes.
getConfigurableNode() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns the configurable node upon which the failed user request acts.
getConfigurableNode() - Method in exception oracle.apps.scm.configurator.runtime.core.SelectionNotMutexedException
Returns the option feature node responsible for the exception.
getConfigurableNodeType() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Gets the type of this node.
getConfiguration() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns the configuration to which this node belongs.
getConfiguration() - Method in interface oracle.apps.scm.configurator.runtime.core.ICXEvent
Returns the current configuration
getConfigurationAttributeByName(String, IConfigurationAttribute.AttributeType) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Looks up the configuration attribute by name and type.
getConfigurationAttributeByName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns any configuration attributes by name across all types of configuration attributes.
getConfigurationAttributes(IConfigurationAttribute.AttributeType) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a list of all attributes assigned to this node for the requested type.
getConfigurationAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a list of all attributes assigned to this node regardless of type.
getConfiguratorPath() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns an id path.
getConnectionCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorPort
Returns the current number of connections in this port.
getConnector() - Method in class oracle.apps.scm.configurator.runtime.core.ConnectorNotSingularException
Returns the connector port involved in this exception.
getContainableInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns a collection of all instances that can be contained in this port.
getCurrencyCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns currency code of the priced node for current charge
getCurrencyCodeDisplayValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns currency code display value of the priced node for current charge
getCurrentTimeMillis() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the current time in milliseconds similar to calling Java System.currentTimeMillis()
getCustomParameterValue(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Finds custom parameter by its name.
getDatabaseID() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns the primary database id for cross componenet identification.
getDataType() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute
Returns the data type of the configuration attribute.
getDataType() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetMember
Return the underlying data type.
getDbTxnAttribute() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Provides the DAI definition object.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.AutoCompleteException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.DefaultAssertionException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.FundamentalConflictException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.GeneralConflictException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in class oracle.apps.scm.configurator.runtime.core.InstanceDeletionException
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.InstanceNameException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.NodeDeletedException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.NonOverridableRequestException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.NonOverridableRequestInConflictWithUDandPRDException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.OutOfDefDomainException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.OverrideException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.PRDIncompatibleException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.PriceException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.ServiceException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.TextValueExceedMaxException
Returns the detailed debug message describing the exception.
getDebugMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.TransactionalAttributeNotActiveException
Returns the detailed debug message describing the exception.
getDecimalTiaFormatPattern() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimalTransactionalAttribute
Returns a format pattern for a Decimal TIA
getDefaultValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns the default value defined in PIM.
getDefinitionDefaultQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Gets the default unit quantity of an Item as defined in the model (if any).
getDefinitionDefaultRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Deprecated.
Use IBom#getDefinitionDefaultQuantity()
getDefinitionDomainMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetExpression
Provides the set of ITransactionAttributeSetMembers defined for the transactional attribute.
getDefinitionLeafType(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns the definition connector leaf type for the given type name.
getDefinitionLeafTypes() - Method in interface oracle.apps.scm.configurator.runtime.core.ITypeExpression
Returns all the defined leaf types
getDefinitionLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of connector definition leaf types which match the specified numeric configuration attribute.
getDefinitionLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of connector definition leaf types which match the specified string configuration attribute.
getDefinitionLeafTypesByConfigurationAttribute(IConfigurationAttribute.AttributeType, String, Date) - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns a collection of connector definition leaf types which match the specified date configuration attribute.
getDefinitionMaxCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the maximum cardinality of this port as defined in the model.
getDefinitionMaxConnections() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorPort
Returns the maximum number of connections allowed in this port as defined in the model.
getDefinitionMaxExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityExpression
Gets the maximum extended quantity of this Item as defined in the model.
getDefinitionMaxInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
System property "DefinitionMaxInstances"; Returns the maximum number of instances of this port as defined in the model.
getDefinitionMaxLength() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextValue
Returns definition specification of maximum allowed text length for the node.
getDefinitionMaxQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Gets the maximum quantity of this node as defined in the model.
getDefinitionMaxQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Gets the maximum quantity of this node as defined in the model.
getDefinitionMaxRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#getDefinitionMaxQuantity
getDefinitionMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomModelInstance
Deprecated.
getDefinitionMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the maximum number of Bom children that may be selected from this option class as defined in the model.
getDefinitionMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Returns the maximum number of distinct options that may be selected from this feature as defined in the model.
getDefinitionMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDateExpression
Returns the maximum value for this date variable as defined in the model.
getDefinitionMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimal
Returns the maximum value for this decimal feature as defined in the model.
getDefinitionMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IInteger
Returns the maximum value for this integer feature as defined in the model.
getDefinitionMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute
Returns the maximum value as defined in the value set definition.
getDefinitionMinCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the minimum cardinality of this port as defined in the model.
getDefinitionMinConnections() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorPort
Returns the minimum number of connections required in this port as defined in the model.
getDefinitionMinExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityExpression
Gets the minimum extended quantity of this Item as defined in the model.
getDefinitionMinInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
System property "DefinitionMinInstances"; Returns the minimum number of instances of this port as defined in the model.
getDefinitionMinQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Gets the minimum quantity of this node as defined in the model.
getDefinitionMinQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Gets the minimum quantity of this node as defined in the model.
getDefinitionMinRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#getDefinitionMinQuantity
getDefinitionMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomModelInstance
Deprecated.
getDefinitionMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the minimum number of selectable children as defined in the model.
getDefinitionMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Returns the minimum number of distinct options that must be selected from this feature as defined in the model.
getDefinitionMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDateExpression
Returns the minimum value for this date variable.
getDefinitionMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimal
Returns the minimum value for this decimal feature as defined in the model.
getDefinitionMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IInteger
Returns the minimum value for this integer feature as defined in the model.
getDefinitionMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute
Returns the minimum value as defined in the value set definition.
getDeltaGroup() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Provides the IDeltaGroup the region belong to.
getDeltaGroupByName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
Looks-up for a IDeltaGroup by name.
getDeltaGroups() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
Returns the set of groups allocated by the client.
getDeltaManager() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the delta manager for this configuration.
getDeltaRegionById(long) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Looks-up for a region by region id mask.
getDeltaRegionByName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Looks-up for a region by name.
getDeltaRegionIterator() - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
Provide a read-only iterator that iterates over all enabled regions sharing the change.
getDeltaRegions() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Returns the set of allocated delta regions allocated by caller.
getDeltaRegionsMask() - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
Returns the set of enabled regions the node is registered.
getDescription() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Gets the description of the node.
getDescription() - Method in interface oracle.apps.scm.configurator.runtime.core.ISupplementalAttribute
Returns supplemental attribute description
getDetailedSelectionState() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the current detailed selection state of the node.
getDetailedSelectionStateValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the current detailed selection state of the node.
getDisplayName() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns the display name for this node as specified in the UI.
getDisplayName() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute
Returns the display name for this attribute as specified in the UI.
getDisplayName() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetMember
Provide the translated string to be used for.
getDisplayNamePath() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Provides the display name path of this node, not including instance information.
getDisplayNamePath() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Provides the display name path of this node
getEffectiveDate() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the effective date of the configuration.
getEventSource() - Method in interface oracle.apps.scm.configurator.runtime.core.ICXEvent
Returns the event source node.
getEventType() - Method in interface oracle.apps.scm.configurator.runtime.core.ICXEvent
Returns the event type
getExcludedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomStdItem
Returns the excluded image url
getExcludedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IOption
Returns the excluded image url
getExplanationMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns list of explanation messages Rule explanation message is a concatenated string with the format "Rule Name: ruleName; Model Name: modelName"
getExtendedNetPrice() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns extended net price of the current charge.
getExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityValue
Gets the extended quantity when the Item is bound.
getFeature() - Method in exception oracle.apps.scm.configurator.runtime.core.SelectionNotMutexedException
Deprecated.
{Use #getConfigurableNode()} Returns the option feature responsible for the exception.
getHeaderMessage() - Method in exception oracle.apps.scm.configurator.runtime.core.FundamentalConflictException
Returns the seeded header conflict message.
getHeaderMessage() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns the seeded header conflict message.
getHeaderWrapper() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns Line Header wrapper object.
getHiddenFlag() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns true if the PIM defined hidden flag is true, false otherwise
getId() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Returns the identifier of the connector node type.
getId() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
The internal id mask of the region.
getId() - Method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
getIndexOf(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the slot index of an instance if it is in the port, otherwise return -1.
getInformationalMessages() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns all the active informational messages in the configuration.
getInitialBomQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
This method returns the initial quantity of the root BOM node.
getInitializationParametersWrapper() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the initialize parameters wrapper object that defines this configuration session.
getInputRequiredAndInvalidNodes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Treewalk all configurable nodes in the configuration and return those that are user input required or invalid.
getInputRequiredFlag() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns the state of the Input Required flag on this node.
getInstanceByIndex(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the instance at a specific slot in this port.
getInstanceByNumber(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the instance with the specified instance number if it is in this port.
getInstanceCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Returns the current number of instances in this port.
getInstanceCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Implements the property, InstanceCount Returns the current number of instances in this port including actual instances and placeholder instances.
getInstanceName() - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
System property "InstanceName"; Returns the user specified instance name if one exists, otherwise returns the default instance name which is the name of the referenced root node plus a space, '[' and an ordinal number per referenced root node, and ']'.
getInstanceNumber() - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
System property "InstanceNumber"; Returns the ordinal number assigned to the instance.
getInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the list of IInstance currently explicitly contained in this port.
getInstanceType() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Tells the caller whether this component port is a normal component port or a port for multi-instantiable BOMs by returning either IRuntimeNode.COMPONENT, or IRuntimeNode.BOM_MODEL for the type of instances it is going to contain.
getInstantiationType() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Returns the instantiation type of this component port.
getInternalConstraintMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns list of internal constraint messages
getInventoryItemId() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Applications inventory_item_id of Item.
getInventoryItemId() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns the item identifier of the instance node, returns -1 if the instance node type is not standard item.
getInventoryItemIdPath() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Application inventory item id path of Item.
getJavaSysPropNAmsg() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns a generic message for invalid system properties.
getLastLogicalException() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Gets the last unresolved OverridableLogicalException of the configuration.
getLinesWrapper() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns a list of line wrapper objects.
getListPrice() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns per unit list price of the current charge.
getMaxCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the current maximum cardinality of this port.
getMaxCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityOptionFeature
Return the current maximum of the number of selections that can be made in this feature.
getMaxConnections() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorPort
Returns the current maximum number of connections allowed.
getMaxExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityExpression
Gets the current maximum extended quantity of this Item.
getMaxInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Returns the current maximum number of instances allowed.
getMaxQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Gets the current maximum quantity of this node.
getMaxQuantitySum() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the quantity sum max
getMaxRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#getMaxQuantity
getMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomModelInstance
Deprecated.
getMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the number of effective, required Bom children plus the maximum number of selectable optional children.
getMaxSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Returns the current maximum number of distinct options that may be selected from this feature.
getMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDateExpression
Returns the current maximum value of this date variable.
getMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimal
Returns the current maximum value of this decimal value.
getMaxValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IInteger
Returns the current maximum value of this integer feature.
getMembersNotExcluded() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetExpression
Calculate the current set of ITransactionAttributeSetMembers that are are not excluded from selection.
getMessage() - Method in exception oracle.apps.scm.configurator.runtime.core.CXExecutionException
Returns the detailed message about the exception.
getMessage() - Method in interface oracle.apps.scm.configurator.runtime.core.IInfoMessage
Return the message.
getMessage() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Return a translated message that describes the request.
getMessage() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns the concatenation of header message and reason messages.
getMinCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the current minimum cardinality of this port.
getMinCardinality() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityOptionFeature
Return the current minimum of the number of selections that must be made in this feature.
getMinConnections() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorPort
Returns the current minimum number of connections required.
getMinExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityExpression
Gets the current minimum extended quantity of this Item.
getMinInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Returns the current minimum number of instances required.
getMinQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Gets the current minimum quantity of this node.
getMinQuantitySum() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the quantity sum min
getMinRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#getMinQuantity
getMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomModelInstance
Deprecated.
getMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the number of effective, required Bom children plus the number of currently selected optional children.
getMinSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Returns the current minimum number of distinct options that must be selected from this feature.
getMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDateExpression
Returns the current minimum value of this integer feature.
getMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimal
Returns the current minimum value of this decimal value.
getMinValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IInteger
Returns the current minimum value of this integer feature.
getModelNode() - Method in exception oracle.apps.scm.configurator.runtime.core.IllegalPlaceholderOperationException
Returns the corresponding model node where the mismatch occurred.
getName() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Gets the name of the node.
getName() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute
Gets the name of the attribute.
getName() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Provides the group's name.
getName() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
The name of the region.
getName() - Method in exception oracle.apps.scm.configurator.runtime.core.NoSuchChildException
Returns the name of the requested child node.
getNamePath() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns the Name path of this node, including instance information.
getNetPrice() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns per unit net price of the current charge.
getNodeType() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Returns the node type of the connector node, either ITEM_CLASS or STANDARD_ITEM
getNodeType() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Gets the type of this node.
getNumberOfInstances() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the current number of instances in this port.
getOrganizationId() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns Oracle Applications organization_id of Item.
getOrganizationId() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns organization identifier of the instance node, returns -1 if the instance node type is not standard item.
getOverriddenRequests() - Method in exception oracle.apps.scm.configurator.runtime.core.NonOverridableRequestInConflictWithUDandPRDException
Returns the list of overridden user decision(s) and/or proposed result decision(s) that are overridden in order to allow the non-overridable request to be asserted.
getParent() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns the parent of this node.
getPlaceholderInstanceCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Implements the property, PlaceholderInstanceCount Returns the current number of instances in this port where instance.isPlaceholder() is true.
getPortType() - Method in interface oracle.apps.scm.configurator.runtime.core.IComponentPort
Tells the caller whether this component port is a normal component port or a port for multi-instantiable BOMs by returning either PortType.SUPPLEMENTAL_INSTANCE, or PortType.ITEM_INSTANCE for the type of instances it is going to contain.
getPrecision() - Method in interface oracle.apps.scm.configurator.runtime.core.INumericTransactionalAttribute
Returns the precision as defined in the value set definition
getPricePeriodicityCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns the Price Periodicity Name for the current charge.
getPricePeriodicityName() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns the Price Periodicity Name for the current charge.
getPriceStatus() - Method in interface oracle.apps.scm.configurator.runtime.core.IPrice
Returns the price status of the node
getPrimaryCharge() - Method in interface oracle.apps.scm.configurator.runtime.core.IPrice
Returns primary charge associated for the node.
getPrimaryUomCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Gets primary unit of measure code for the Item.
getPrimaryUomCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Returns primary unit of measure code of the instance node, returns null if the instance node type is not standard item.
getProperties() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a collection of the properties associated with this node.
getPropertyByID(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a particular property of this node, based on its ID.
getPropertyByName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns a particular property of this node, based on its name.
getQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityValue
Gets the quantity when the node is bound.
getQuantitySum() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns the quantity sum - the sum of quantity of all instances in this port
getReadOnlyFlag() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns true if the PIM defined read only flag is true, false otherwise
getReasonMessages() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Returns a collection of reason messages used for UI display in Configurator.
getReferringOrDbModelId() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
If this port refers/ connects to a different model, then the correspoding target model's root model id is returned.
getRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityValue
Deprecated.
Use IQuantityValue#getQuantity()
getRemovedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IMembershipChanges
Gets members removed, from the port or tia set during a delta cycle
getRepositionedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IPortMembershipChanges
Gets members repositioned, within the port during a delta cycle
getRoot() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns the root of this node.
getRootBomModel() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
getRootBomModel(long, long) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
getRootComponent() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
getRootLineWrapper() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns Root Line wrapper object.
getRootModels() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the root Models (Model Items or Supplemental Models) of the configuration
getRuntimeID() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Gets the Runtime ID of the node.
getRuntimeNode(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Deprecated. 
getRuntimeNode() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Deprecated.
Use IRequest.getConfigurableNode() Returns the configurable node on which this request was made.
getRuntimeNode() - Method in exception oracle.apps.scm.configurator.runtime.core.LogicalException
Deprecated.
Use LogicalException.getConfigurableNode() Returns the configurable node upon which the failed user request acts.
getRuntimeNodes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Fetches all structure nodes in this configuration.
getScale() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimalTransactionalAttribute
Returns the scale as defined in the value set definition.
getSelectableChildren() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the collection of all unbound children in this option class.
getSelectableOptions() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Return the collection of all unbound options in this feature.
getSelectedChildren() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the collection of all selected children in this option class.
getSelectedCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomModelInstance
Deprecated.
getSelectedCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomOptionClass
Returns the number of required and optional, currently selected children.
getSelectedCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Returns the current number of distinct options that are already selected.
getSelectedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomStdItem
Returns the selected image url
getSelectedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IOption
Returns the selected image url
getSelectedOption() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Return the currently selected option, or null if no option is selected.
getSelectedOptions() - Method in interface oracle.apps.scm.configurator.runtime.core.IOptionFeature
Return a collection (possibly empty) of options that are currently selected.
getSelectionState() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the current selection state of the node.
getSelectionStateValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the current selection state of the node.
getSequenceNumber() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns the charge sequence number for the current charge.
getSortOrder() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetMember
Provide the domain member's sort order specified in PIM.
getState() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the logic state of the node.
getStateValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Get the logic state of the node.
getStructureNode() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns the node the attribute is assigned.
getStructureType() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns the type of structure node.
getTextValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextValue
Returns the text value.
getTransactionalAttributeId() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns the id of the transactional attribute.
getTransactionalAttributeMemberId() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetMember
Provides the unique, persistent, PIM identifier for this member.
getTransactionalAttributeMetadataId() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Returns the id of the transactional attribute metadata.
getType() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Returns the type of this request (i.e.
getType() - Method in interface oracle.apps.scm.configurator.runtime.core.ITypeValue
Returns the type, e.g.
getUnselectedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IBomStdItem
Returns the unselected image url
getUnselectedImageUrl() - Method in interface oracle.apps.scm.configurator.runtime.core.IOption
Returns the unselected image url
getUomCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns unit of measure code of the priced node for current charge
getUomCode() - Method in interface oracle.apps.scm.configurator.runtime.core.IUserAttribute
Returns UOM code
getUomCodeDisplayValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns unit of measure code display value of the priced node for current charge
getUpdates() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Returns the set of changes, across all IDeltaRegions defined in the IDeltaGroup, since the previous invocation of getUpdates.
getUpdates() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Returns the set of changes, for the region, since the previous invocation of IDeltaRegion.getUpdates().
getUserDecisions() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns a collection of user and proposed decisions present in the configuration.
getUserDecisions(IConfigurableNode) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns a collection of user and proposed decisions present on a given configuration node.
getValidationErrorText() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns a String which describes the validation failure(s) registered against this node.
getValidationFailures() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns the validation failures associated with the configuration.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IBooleanValue
Returns the current value of this boolean value.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDateValue
Returns a copy of the current value of this date value.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimal
Returns the current value of this double value.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IInteger
Returns the current value of this integer value.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IRequest
Returns the value of this request.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ISupplementalAttribute
Returns supplemental attribute value
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetExpression
Return the bound value of the set.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetMember
Provide the domain member's value.
getValue() - Method in interface oracle.apps.scm.configurator.runtime.core.IUserAttribute
Returns User attribute value
getValue(IWatchableData) - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
Utility method to get the current value on the cfgNode for the watchableData, as an Object.
getValueTypeFormat() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute
Returns the value type format supported by this text transactional item attribute.
getWatchedChanges() - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
The set of watchable data, across all regions, that has been changed.
getWatchedData() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Returns the set of data being watched in the region.
getWatchedNodes() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Returns the set of all nodes that are being watched in the region.

H

hasActiveTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Indicates if the Item's transactional attributes are active and can be accessed.
hasActiveTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Indicates whether the transactional item attributes of the connector node type are active and can be accessed.
hasActiveTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Indicates whether the transactional item attributes of the item are active and can be accessed.
hasAddedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IMembershipChanges
query if any members have been added
hasChildren() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this runtime node has children.
hasCount() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this node can have numeric value.
hasDefinitionDefaultQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns true if the Item has default unit quantity defined.
hasDefinitionDefaultRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Deprecated.
Use IBom#hasDefinitionDefaultQuantity()
hasDescription() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if there is a design-time description of the runtime node.
hasItemsToAddress() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns True if any of the following conditions exist.
hasRemovedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IMembershipChanges
query if any members have been removed
hasRepositionedMembers() - Method in interface oracle.apps.scm.configurator.runtime.core.IPortMembershipChanges
 
hasSupplementalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Indicates whether the connector node type has supplemental attributes defined.
hasSupplementalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Indicates whether the instance item node has supplemental attributes defined.
hasTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Indicates if the Item has Transactional Item Attributes defined for the Item.
hasTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Indicates whether the connector node type has transactional item attributes.
hasTransactionalAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Indicates if the instance item node has transactional attributes defined or not.
hasUserDefinedAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IConnectorNodeType
Indicates whether the connector node type has user defined attributes defined.
hasUserDefinedAttributes() - Method in interface oracle.apps.scm.configurator.runtime.core.IItemClassConnectorInstance
Indicates whether the instance item node has user defined attributes defined.

I

IBom - Interface in oracle.apps.scm.configurator.runtime.core
The common capabilities of any PIM orderable Item including Standard Items, Option Class Items, and Model Items.
IBomModelInstance - Interface in oracle.apps.scm.configurator.runtime.core
Represents an transaction line instance
IBomOptionClass - Interface in oracle.apps.scm.configurator.runtime.core
Represents a transaction item option class.
IBomStdItem - Interface in oracle.apps.scm.configurator.runtime.core
Represents a transaction line item.
IBooleanFeature - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by structure objects that represent Boolean Features.
IBooleanValue - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect a supplemental or user defined attribute node a boolean value that does not represent a state node.
IComponentInstance - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by structure objects that represent supplemental instance structure.
IComponentPort - Interface in oracle.apps.scm.configurator.runtime.core
This interface represents ports that contain instances, such as references, non-virtual components, and Item models.
IConfigurableNode - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by all objects that are represented by Interact elements.
IConfigurableNode.ConfigurableType - Enum in oracle.apps.scm.configurator.runtime.core
The type of configurable node.
IConfiguration - Interface in oracle.apps.scm.configurator.runtime.core
 
IConfigurationAttribute - Interface in oracle.apps.scm.configurator.runtime.core
The root interface for all Fusion Configuration Attributes.
IConfigurationAttribute.AttributeType - Enum in oracle.apps.scm.configurator.runtime.core
The type of the attribute.
IConfigurationAttribute.DataType - Enum in oracle.apps.scm.configurator.runtime.core
The data type of the attribute.
IConnectorInstance - Interface in oracle.apps.scm.configurator.runtime.core
Represents a connector instance
IConnectorNodeType - Interface in oracle.apps.scm.configurator.runtime.core
Encapsulation of info about a Type in an item class type hierarchy, which consists of types of item classes and standard items
IConnectorNodeType.Type - Enum in oracle.apps.scm.configurator.runtime.core
 
IConnectorPort - Interface in oracle.apps.scm.configurator.runtime.core
This interface represents ports that connect to instances, that is, connectors.
ICXEvent - Interface in oracle.apps.scm.configurator.runtime.core
 
ICXEvent.CXEventType - Enum in oracle.apps.scm.configurator.runtime.core
enum containing different CX event types
IDateExpression - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect and set any configurable structure or attribute node that represents a date value.
IDateValue - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect any structure or attribute node, configurable or not, that represents a date value.
IDecimal - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect any structure or attribute node, configurable or not, that represents a double value.
IDecimalExpression - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect and set any configurable structure or attribute node that represents an decimal value.
IDecimalFeature - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by structure objects that have an decimal value.
IDecimalTransactionalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
Represents a Decimal type Transactional Item Attribute
IDecimalValue - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by supplemental structure objects that represent a non-editable integer value.
IDeltaGroup - Interface in oracle.apps.scm.configurator.runtime.core
IDeltaGroup manages a set of IDeltaRegions against a seperate baseline of delta changes.
IDeltaManager - Interface in oracle.apps.scm.configurator.runtime.core
Manager object for delta processing.
IDeltaManager.WatchableDataSubSytem - Enum in oracle.apps.scm.configurator.runtime.core
Enumeration of all subsystems which provides support for defining custom watchable data
IDeltaRegion - Interface in oracle.apps.scm.configurator.runtime.core
Defines a specific grouping of watched nodes and watched data of interest to the client.
IDeltaRegion.WatchableData - Enum in oracle.apps.scm.configurator.runtime.core
Enumeration of all watchable data available from Configuration Runtime.
IExtendedQuantityExpression - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients, CX bindings, and CX code to introspect and set the extended quantity of Item nodes.
IExtendedQuantityValue - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients, CX bindings, and CX code to introspect an Item's extended quantity.
IInfoMessage - Interface in oracle.apps.scm.configurator.runtime.core
A transitive end-user message.
IInstance - Interface in oracle.apps.scm.configurator.runtime.core
This class represents instances that can be contained in ports.
IInteger - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect any structure or attribute node, configurable or not, that represents an integer value.
IIntegerExpression - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect and set any configurable structure or attribute that represents an integer expression.
IIntegerFeature - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by structure objects that have an integer value.
IIntegerTransactionalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
Represents an Integer type Transactional Item Attribute
IIntegerValue - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by supplemental structure objects that represent a non-editable integer value.
IItemClassConnectorInstance - Interface in oracle.apps.scm.configurator.runtime.core
Represents an item class connector instance, which is either tied to an item class, or refined to a PIM standard item.
IItemClassConnectorPort - Interface in oracle.apps.scm.configurator.runtime.core
 
IllegalNonOverridableLogicalException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a non-overridable request is asserted with conflict.
IllegalPlaceholderOperationException - Exception in oracle.apps.scm.configurator.runtime.core
This Exception is thrown when an attempt to use an undefined placeholder method.
IMembershipChanges<E> - Interface in oracle.apps.scm.configurator.runtime.core
Interface representing changes in membership for ports or TIA set
InputRequiredException - Exception in oracle.apps.scm.configurator.runtime.core
Indicates that there are nodes in the Configuration which require a user action before auto-complete can execute.
InstanceCreationException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a fundamental conflict is detected during the creation of an instance, signifying that it is over-constrained.
InstanceDeletionException - Class in oracle.apps.scm.configurator.runtime.core
This exception occurs when the deletion of an instance from a port does not decrease the minimum cardinality.
InstanceNameException - Exception in oracle.apps.scm.configurator.runtime.core
 
INTEGER_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Integer feature type.
INTEGER_RESOURCE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Integer Resource type.
INTEGER_TOTAL - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Integer Total type.
INumericTransactionalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
Represents a Numeric type Transactional Item Attribute
InvalidValueFormatException - Exception in oracle.apps.scm.configurator.runtime.core
 
invokeSoapService(String, SoapServiceRequest) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Invoke SOAP web service
invokeSoapService(String, String) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Invoke SOAP 1.1 web service
invokeSoapService(String, String, SoapServiceRequest.SOAP_PROTOCOL_TYPE) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Invoke SOAP web service
IOption - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by objects that represent options in an option feature.
IOptionFeature - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by objects that contain selectable options.
IPort - Interface in oracle.apps.scm.configurator.runtime.core
This class represent ports that are placeholders for pluggable pieces in the Configuration.
IPort.PortType - Enum in oracle.apps.scm.configurator.runtime.core
Type of ports.
IPortMembershipChanges<E> - Interface in oracle.apps.scm.configurator.runtime.core
Represents membership changes of a port
IPrice - Interface in oracle.apps.scm.configurator.runtime.core
Represents pricing of a priced node
IPrice.PriceStatus - Enum in oracle.apps.scm.configurator.runtime.core
Various possible price statuses.
IPriceCharge - Interface in oracle.apps.scm.configurator.runtime.core
Represents a single charge information of a priced node.
IProperty - Interface in oracle.apps.scm.configurator.runtime.core
 
IQuantity - Interface in oracle.apps.scm.configurator.runtime.core
This interface is for structure nodes that have quantity, that is, Options, QuantityOptionsItems, and Items.
IQuantityExpression - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients, CX bindings, and CX code to introspect and set the quantity of configurable nodes.
IQuantityOption - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by objects that represent options with quantities in an option feature.
IQuantityOptionFeature - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by objects that contain options with quantities.
IQuantityValue - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients, CX bindings, and CX code to introspect the quantity of any implementing object, regardless if a configurable node or configuration attribute.
IRelativeQuantityExpression - Interface in oracle.apps.scm.configurator.runtime.core
Deprecated.
IRelativeQuantityValue - Interface in oracle.apps.scm.configurator.runtime.core
Deprecated.
IRequest - Interface in oracle.apps.scm.configurator.runtime.core
Interface for a request object.
IRequest.Category - Enum in oracle.apps.scm.configurator.runtime.core
The category of this request
IRequest.Type - Enum in oracle.apps.scm.configurator.runtime.core
The type of this request object
IRuntimeNode - Interface in oracle.apps.scm.configurator.runtime.core
Represents configurable structure nodes.
IRuntimeNode.StructureType - Enum in oracle.apps.scm.configurator.runtime.core
The supported structure nodes
isActive() - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttribute
Indicates if the transactional attribute is active: The attribute's Item and all of the ancestral Items are selected.
isAutoCompleteSuccessful() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns False before first Auto-Complete in a session; returns True when Auto-Complete succeeds in binding the configuration and False when it fails.
isAutoOverrideEnabled() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns True if Auto-Override is enabled, based on the setting in the root UI Definition.
ISavepoint - Interface in oracle.apps.scm.configurator.runtime.core
Holds the information needed to return the session to the state of the configuration at the time the ISavepoint was created.
isBound() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns true when this node's domain is reduced to a single value.
isBoundExtendedQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityExpression
Returns whether the extended quantity of this Item is bound.
isBoundQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Returns whether the quantity of this node is bound.
isBoundQuantitySum() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns whether the quantity sum is bound
isBoundRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#isBoundQuantity
isBoundSelectionState() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Returns true if the selection state is bound.
isChangedByAC() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Deprecated.
isChangedByAC(AutoCompleteChangeCriteria) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns true when the node satisfies acChangeCriteria
isClientDefined() - Method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
isClientDefined() - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchableData
Specifies if the watchable data is custom client defined or CRC runtime provided.
isClosed() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Deprecated. 
isComplete() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the configuation is complete.
isConfigurationChangedByAC() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
isConfigurationChangedByAC(AutoCompleteChangeCriteria) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns true if the current auto-complete run has made any changes to configuration subject to acChangeCriteria
isConfigurationDirty() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the configuration has been changed by a user operation.
isConfigured() - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
Returns true if this instance has user decisions including name change.
isConflictOverridable() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates whether the current conflict is (or may be) overridable.
isContainable(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns true if the given instance can be contained in this port.
isContained() - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
Returns true if this instance is contained in any component or connector ports.
isContained(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns true if this instance is contained in this port.
isCXLogEnabled(Level) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if logging on at logLevel.
isDataValueCalculated() - Method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
isDataWatched(IWatchableData) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Checks if the watachabledata is registered in this region.
isDecimal() - Method in interface oracle.apps.scm.configurator.runtime.core.IExtendedQuantityValue
Is the quantity decimal or integer?
isDecimal() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityValue
Is the quantity decimal or integer?
isDecimalBOM() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns true if this Item supports decimal quantities.
isDeleted() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns true if this node has previously been deleted from the configuration.
isDescendantOf(IRuntimeNode) - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this is a descendant of the ancestorNode node.
isEffective() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this particular node is effective given the effectivity criteria of the model.
isEnabled() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Indicates if the region is enabled and is reporting delta.
isExcluded(IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Returns true if the given instance is excluded from being contained in this port.
isExcluded() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Indicates if the node is excluded.
isFalse() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Tells whether this node is in false state.
isInAdjustMode() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns True if the configuration is in Adjust Mode (defined as existence of Auto-Complete Decisions in the request queue) and not in auto-completed mode.
isInErrorMode() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Initially False; updated on each request for Finish or Auto-Complete.
isInputRequired() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Indicates if user input is required for this node.
isInputRequired() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns true if the configuration contains any node that has not satisfied its input requirement.
isInputRequiredError() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns True when all of the followings are true: node.InputRequired is True Session.ErrorMode Is True .
isInputRequiredInSubtree() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Indicates if this, any of its descendants or active transactional attributes, requires user input.
isInSavePointTransaction() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the current transaction is part of a save point transaction.
isInSingleTransactionDrilldown() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the current UI page is in a drill down and the UI is in Single Transaction mode.
isMandatoryReference() - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
 
isNodeWatched(IConfigurableNode) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Checks if the node is registered in this region.
isOverrideSuccessful() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Returns true in a Conflict flow if Override was attempted and it succeeded.
isPlaceholder() - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
 
isPriceAble() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Indicates if the IRuntime node can support a price, not if the node currently has a price assigned.
isPricingEnabled() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the configuration has price computation enabled.
isPrimaryCharge() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns true when the current price charge represents the primary charge, amongst other charges associated with the priced node.
isProposed() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns true if this node has a value that is proposed by the system.
isQuoteable() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this node is quoteable.
isRequired() - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Returns true if this is a required PIM Item.
isRollupCharge() - Method in interface oracle.apps.scm.configurator.runtime.core.IPriceCharge
Returns true when the current price charge represents the rollup charge, amongst other charges associated with the priced node.
isRoot() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this is the root node of the runtime tree.
isSelected() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Indicates if the node is selected.
isSupplementalOrPortNode() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if the IRuntimeNode represents supplemental node or port node.
isSupportedByConfigurableNode(IConfigurableNode) - Method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
Tests if cfgNode supports the watchable data
IState - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by structure nodes that have a logic state.
IStateValue - Interface in oracle.apps.scm.configurator.runtime.core
A value interface that provides state information.
IStateValue.DetailedSelectionState - Enum in oracle.apps.scm.configurator.runtime.core
The detailed selection states.
IStateValue.SelectionState - Enum in oracle.apps.scm.configurator.runtime.core
The simpler form of selection state.
IStateValue.State - Enum in oracle.apps.scm.configurator.runtime.core
The logic state without any availability computation.
IStateValueExpression - Interface in oracle.apps.scm.configurator.runtime.core
 
isTrue() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValue
Tells whether this node is in True state.
isUiVisible() - Method in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Returns true if this node appears as a selection in Ui.
isUpperCaseOnly() - Method in interface oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute
Returns true if the input value is expected in uppercase letters.
ISupplementalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
A supplemental attribute.
isValid() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Returns true if this runtime node is valid.
isValid() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Indicates if the configuation is valid.
isWatchableDataChanged(IWatchableData) - Method in interface oracle.apps.scm.configurator.runtime.core.IWatchedNodeChanges
Indicates if the requested watchable data is in this IWatchedNodeChanges.
ITextExpression - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect and set any configurable structure or attribute node that represents a text value.
ITextFeature - Interface in oracle.apps.scm.configurator.runtime.core
 
ITextTransactionalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
Represents a Text Type Transactional Item attribute.
ITextTransactionalAttribute.TextValueType - Enum in oracle.apps.scm.configurator.runtime.core
The different value type formats supported by a text transactional item attribute.
ITextValue - Interface in oracle.apps.scm.configurator.runtime.core
Value interface to introspect any structure or attribute node, configurable or not, that represents a text value.
ITransactionalAttribute - Interface in oracle.apps.scm.configurator.runtime.core
A Transactional Item Attribute.
ITransactionalAttributeSetExpression - Interface in oracle.apps.scm.configurator.runtime.core
A PIM Transactional Item Attribute with members provided from an enumerated domain of values.
ITransactionalAttributeSetMember - Interface in oracle.apps.scm.configurator.runtime.core
A member of the definition domain of a particular ITransactionalAttributeSetExpression.
ITransactionAttributeSetMembershipChanges - Interface in oracle.apps.scm.configurator.runtime.core
Represents TIA Set membership changes
ITypeExpression<T> - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients (e.g., CX code) to introspect type domain info and set the type, e.g.
ITypeValue<T> - Interface in oracle.apps.scm.configurator.runtime.core
Provides access to clients (e.g., CX) to introspect the type, e.g.
IUserAttribute - Interface in oracle.apps.scm.configurator.runtime.core
A user-defined attribute.
IValidationFailure - Class in oracle.apps.scm.configurator.runtime.core
 
IValidationFailure() - Constructor for class oracle.apps.scm.configurator.runtime.core.IValidationFailure
 
IVirtualComponent - Interface in oracle.apps.scm.configurator.runtime.core
Implemented by Objects that represent Virtual supplemental instances
IWatchableData - Interface in oracle.apps.scm.configurator.runtime.core
A watchable data available from Configuration Runtime.
IWatchedNodeChanges - Interface in oracle.apps.scm.configurator.runtime.core
Holds the set of changed IWatchableData for a given IConfigurableNode.

L

LFALSE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that the system has excluded this node from the configuration as the result of propagation prior to the execution of the defaults or search.
LogicalException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown whenever any form of logical conflict is detected in the Configuration.
LTRUE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that the system has selected this node in the configuration as the result of propagation prior to the execution of the defaults or search.

M

MAX_REGIONS_FOR_CX_CLIENT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
The maximum number of delta regions that can be created by CX direct clients in a session.
MAX_RGN_COUNT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IDeltaManager
The maximum number of delta regions that can be created by all Delta subsystem clients for each session.
MISSING_NODE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
MissingNode type (for LCE compatibility).
ModelLookupException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown if requested model cannot be found.
ModelLookupException() - Constructor for exception oracle.apps.scm.configurator.runtime.core.ModelLookupException
 

N

NodeDeletedException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a user tries to add a user decision on a deleted node Details: The debug messages should be the same as reason messages for this exception.
NodeUnboundException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when an improper query is made on an unbound node.
NonOverridableLogicalException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown whenever any form of non-overridable issue is detected in the Configuration.
NonOverridableRequestException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a new non-overridable request is in conflict with some existing non-overridable request(s).
NonOverridableRequestInConflictWithUDandPRDException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when a non-overridable request is asserted and that it conflicts with a number of existing user-decision(s) and/or proposed-result decision(s).
NoSuchAttributeException - Exception in oracle.apps.scm.configurator.runtime.core
 
NoSuchAttributeException(Throwable) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchAttributeException
 
NoSuchAttributeException(String, Throwable) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchAttributeException
 
NoSuchAttributeException(String) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchAttributeException
 
NoSuchAttributeException() - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchAttributeException
 
NoSuchChildException - Exception in oracle.apps.scm.configurator.runtime.core
Signaled if a requested child does not exist.
NoSuchLeafTypeException - Exception in oracle.apps.scm.configurator.runtime.core
Signaled if a requested connector node type does not exist.
NoSuchLeafTypeException(Throwable) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchLeafTypeException
 
NoSuchLeafTypeException(String, Throwable) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchLeafTypeException
 
NoSuchLeafTypeException(String) - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchLeafTypeException
 
NoSuchLeafTypeException() - Constructor for exception oracle.apps.scm.configurator.runtime.core.NoSuchLeafTypeException
 

O

OPTION - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Option type.
OPTION_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Option feature type.
oracle.apps.scm.configurator.runtime.core - package oracle.apps.scm.configurator.runtime.core
 
OutOfDefDomainException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when attempt to set a value outside of the domain definition.
OverridableLogicalException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when an overridable failed action occurs.
override() - Method in exception oracle.apps.scm.configurator.runtime.core.OverridableLogicalException
Add the failed decision to the Configuraiton by overriding one or more existing decisions, if possible.
OverrideException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when override cannot be completed.

P

PFALSE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that the system has excluded this node in the configuration as the result of the execution of the defaults or search.
PRDIncompatibleException - Exception in oracle.apps.scm.configurator.runtime.core
A conflict occurring at user decision assertion during adjust solutoin mode, with PRDs being overridden.
PriceException - Exception in oracle.apps.scm.configurator.runtime.core
Thrown when client tries to request for any sort of price information, when the price is not readily computed.
PROPOSED_EXCLUDED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object has been excluded in the configuration by the system as the result of the search.
PROPOSED_SELECTED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object has been selected in the configuration by the system as the result of the search.
PTRUE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that the system has selected this node in the configuration as the result of the execution of the defaults or search.

R

RegionLimitException - Exception in oracle.apps.scm.configurator.runtime.core
A RegionLimitException is thrown when the client tries to create a new region when the specified region maximum limit is already reached, for the client.
RegionNotEnabledException - Exception in oracle.apps.scm.configurator.runtime.core
A RegionNotEnabledException is thrown when the client tries to perform any action on IDeltaRegion that is not allowed when the region is disable state.
RegionNotEnabledException(String, String) - Constructor for exception oracle.apps.scm.configurator.runtime.core.RegionNotEnabledException
Constructs an exception object.
removeAllUserDecisions() - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Removes all user decisions, including proposed descisions, associated with this node.
removeValidationFailure(IValidationFailure) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Removes a given validation failure from the configuration.
removeWatchedData(IWatchableData) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Removes a single watchable data from being watched for delta changes in the region.
removeWatchedData(Set<? extends IWatchableData>) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Removes watchedDataSet set from being watched for delta changes in the region.
removeWatchedData() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Clears all of the registered watchable data in this region.
removeWatchedNode(IConfigurableNode) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Removes a single node from the set of watched nodes.
removeWatchedNodes(Set<? extends IConfigurableNode>) - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Removes watchedNodes set from being watched for the delta changes.
removeWatchedNodes() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Clears all watched nodes that are registered in the region.
replaceInstance(IInstance, IInstance) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Replace the existing first instance with the second.
replaceInstance(IInstance, IBomModelInstance, Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IPort
Replace the existing first instance with the second and set the appropriate quantity, extended or unit.
reset() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaRegion
Clears all registered watchable data and nodes in the region.
resetBaseline() - Method in interface oracle.apps.scm.configurator.runtime.core.IDeltaGroup
Sets the baseline for future delta processing to the current values of all watchable data, in all regions, for all nodes participating in the IDeltaGroup.
RESOURCE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Resource type.
RestoreException - Exception in oracle.apps.scm.configurator.runtime.core
Raised when a conflict is detected during restore.
revertToSavepoint(ISavepoint) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Restores the configuration session to the state represented by the Savepoint.

S

select() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValueExpression
Selects this node in the configuration.
SELECTABLE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this node is available for selection.
SELECTED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object is selected.
SelectionNotMutexedException - Exception in oracle.apps.scm.configurator.runtime.core
Signalled when an mutexed selection operation is performed on an option feature that does not support mutexed selection.
ServiceException - Exception in oracle.apps.scm.configurator.runtime.core
Implements Service Exception
setAllChangesSaved(boolean) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
setConfigurationDirty(boolean) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Sets the configuration's dirty status.
setDateValue(Date) - Method in interface oracle.apps.scm.configurator.runtime.core.IDateExpression
Set the current date value of this object.
setDecimalValue(double) - Method in interface oracle.apps.scm.configurator.runtime.core.IDecimalExpression
Set the current double value of this object.
setInputRequiredFlag(boolean) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfigurableNode
Augments the state of the Input Required flag on this node.
setInstanceName(String) - Method in interface oracle.apps.scm.configurator.runtime.core.IInstance
Sets a new name to the instance.
setIntValue(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IIntegerExpression
Set the current integer value of this object.
setNonOverridableRequests(boolean) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Specifies whether this configuration creates requests which are overridable by user requests or not.
setOperatingUnitOrg(long) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Sets the Operating unit organization for this Configuration.
setQuantity(Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Sets the quantity of this node.
setQuantityAndMatchState(Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Sets the Item's unit quantity and sets the state to match.
setRelQuantity(Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#setQuantity
setTextValue(String) - Method in interface oracle.apps.scm.configurator.runtime.core.ITextExpression
Sets the text value.
setType(T) - Method in interface oracle.apps.scm.configurator.runtime.core.ITypeExpression
Sets the type
setValue(ITransactionalAttributeSetMember) - Method in interface oracle.apps.scm.configurator.runtime.core.ITransactionalAttributeSetExpression
Set the ITransactionalAttributeSetExpression to the requested member.
SYSTEM_EXCLUDED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this node has been excluded from the configuration by the system and is not available for selection without a conflict.
SYSTEM_SELECTED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that this object has been selected in the configuration by the system as a result of propagation prior to the execution of defaults or search.

T

tentativeOverride() - Method in exception oracle.apps.scm.configurator.runtime.core.OverridableLogicalException
Tentative override returns a collection of overridden existing user decision(s).
TEXT_FEATURE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Text feature type.
TextValueExceedMaxException - Exception in oracle.apps.scm.configurator.runtime.core
A conflict occurring when the text value attempted to be set for a text feature exceeds the maximum length specified.
toggle() - Method in interface oracle.apps.scm.configurator.runtime.core.IStateValueExpression
Toggles the state of this node.
toggleAndSetQuantity(int) - Method in interface oracle.apps.scm.configurator.runtime.core.IOption
Sets the quantity of this option, if the maxSelection has already been reached, it deselects one of the siblings in reverse selection order.
toggleAndSetRelQuantity(Number) - Method in interface oracle.apps.scm.configurator.runtime.core.IBom
Deprecated.
Use IBom#setQuantityAndMatchState(java.lang.Number)
TOTAL - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Total type.
TransactionalAttributeNotActiveException - Exception in oracle.apps.scm.configurator.runtime.core
Indicates an attmept to access or use a ITransactionalAttribute when the attributes is not active.

U

UFALSE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that a user has set this object to false.
UNKNOWN - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that the domain of this node is still unbound.
unsetQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IQuantityExpression
Removes the user setting and/or auto complete setting (if in adjust mode) on this node's quantity.
unsetRelQuantity() - Method in interface oracle.apps.scm.configurator.runtime.core.IRelativeQuantityExpression
Deprecated.
Use IQuantityExpression#unsetQuantity
unsetType() - Method in interface oracle.apps.scm.configurator.runtime.core.ITypeExpression
Unsets the type
USER_EXCLUDED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that a user has excluded this object.
USER_SELECTED - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that a user has selected this object.
UTRUE - Static variable in interface oracle.apps.scm.configurator.runtime.core.IStateValue
The state indicating that a user has set this object to true.

V

value() - Method in enum oracle.apps.scm.configurator.runtime.core.ICXEvent.CXEventType
 
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurableNode.ConfigurableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IConnectorNodeType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.ICXEvent.CXEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IDeltaManager.WatchableDataSubSytem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IPort.PortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IPrice.PriceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IRequest.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IRequest.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IRuntimeNode.StructureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.DetailedSelectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.SelectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute.TextValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurableNode.ConfigurableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IConfigurationAttribute.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IConnectorNodeType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.ICXEvent.CXEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IDeltaManager.WatchableDataSubSytem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IDeltaRegion.WatchableData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IPort.PortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IPrice.PriceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IRequest.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IRequest.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IRuntimeNode.StructureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.DetailedSelectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.SelectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.IStateValue.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.apps.scm.configurator.runtime.core.ITextTransactionalAttribute.TextValueType
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_COMPONENT - Static variable in interface oracle.apps.scm.configurator.runtime.core.IRuntimeNode
Virtual component type.

W

writeCXLogEntry(Object, String, String, Level) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Writes a log entry when is logging on at logLevel and either cz or the customer package is added to AFLOG_MODULE profile/parameter.
writeCXLogEntry(String, String, String, Level) - Method in interface oracle.apps.scm.configurator.runtime.core.IConfiguration
Writes a log entry when is logging on at logLevel and either cz or the customer package is added to AFLOG_MODULE profile/parameter.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
Oracle Fusion Cloud SCM Java API Reference for Oracle Fusion Configurator
25B

G26571-01

Copyright © 2011-2025, Oracle and/or its affiliates. All rights reserved.