Skip navigation links
Oracle® Fusion Middleware Java API Reference for Oracle Metadata Service (MDS)
12c (12.2.1.4.0)
E81457-01
C E F G H I N O S T V 

C

CustClassList - Class in oracle.mds.cust
A static, ordered list of CustomizationClasses.
CustClassList(CustomizationClass...) - Constructor for class oracle.mds.cust.CustClassList
Create a CustClassList containing the given Customization Classes.
CustClassListMapping - Class in oracle.mds.config
Encapsulation of a customization class list mapping.
CustClassListMapping(String, String, String, CustClassList) - Constructor for class oracle.mds.config.CustClassListMapping
Constructor.
CustConfig - Class in oracle.mds.config
CustConfig holds configuration information for customizations.
CustConfig(CustClassListMapping[]) - Constructor for class oracle.mds.config.CustConfig
Create a customization configuration object with programmatically created configuration information.
CustConfig(CustSettingsMapping[]) - Constructor for class oracle.mds.config.CustConfig
Create a customization configuration object with programmatically created configuration information.
CustConfig(CustClassListMapping[], CustSettingsMapping[]) - Constructor for class oracle.mds.config.CustConfig
Create a customization configuration object with programmatically created configuration information.
CustConfig(Element) - Constructor for class oracle.mds.config.CustConfig
Create a customization configuration object based on the MDS XML customization configuration information contained in the given DOM XML Element.
CustomizationClass - Class in oracle.mds.cust
A Customization Class (CC) evaluates the current context and the current metadata object and returns a String result to be used in customizations.
CustomizationClass() - Constructor for class oracle.mds.cust.CustomizationClass
 
CustomizationClass.AutoMergeOverrideValue - Enum in oracle.mds.cust
Constants to indicate whether an Automerge Override Value should be determined from the Unified SandBox(USB).
CustomizationClass.ValuesStability - Enum in oracle.mds.cust
Constants to indicate how much the result of getValue() can vary.

E

equals(Object) - Method in class oracle.mds.config.CustClassListMapping
Returns true if passed a CustClassListMapping with equivalent values to this one.
equals(Object) - Method in class oracle.mds.config.CustConfig
Returns true if passed a CustConfig with equivalent mappings to this one.
equals(Object) - Method in class oracle.mds.cust.CustClassList
Returns true if passed a CustClassList with an equivalent list of CustomizationClasses to this one.
equals(Object) - Method in class oracle.mds.cust.CustomizationClass
Checks if two CustomizationClass instances are equal.

F

findCustSettings(String) - Method in class oracle.mds.config.CustConfig
Find a CustSettings mapping entry which matches the given criteria.
findMapping(String, String, String) - Method in class oracle.mds.config.CustConfig
Find a CustClassList mapping entry which matches the given criteria.

G

generateIDPrefix(RestrictedSession, MetadataObject) - Method in class oracle.mds.cust.CustomizationClass
This method encapsulate prefix generation logic for this customization class.
getAutoMergeOverrideValue() - Method in class oracle.mds.cust.CustomizationClass
During the auto-merge of a Unified SandBox(USB), the values of customization classes associated with the sandbox must be pinned to values also associated with the sandbox.
getBaseRef(RestrictedSession, MetadataObject) - Method in class oracle.mds.cust.CustomizationClass
Get the base object name relative to which the CustomizationLayer is located.
getCacheHint() - Method in class oracle.mds.cust.CustomizationClass
Get the CacheHint for CustomizationLayers returned by this Customization Class.
getCurrentValue(RestrictedSession, MetadataObject) - Method in class oracle.mds.cust.CustomizationClass
Functionally, this method is almost identical to CustomizationClass.getValue(RestrictedSession, MetadataObject).
getCustClassList() - Method in class oracle.mds.config.CustClassListMapping
Get the CustClassList for this mapping.
getCustConfig() - Method in class oracle.mds.core.SessionOptions
Gets the CustConfig set on this SessionOptions object.
getCustomizationPolicy() - Method in class oracle.mds.core.SessionOptions
Returns the customization policy from this SessionOptions object.
getIDPrefix(RestrictedSession, MetadataObject) - Method in class oracle.mds.cust.CustomizationClass
This method returns an ID prefix that can be used to identify a customization layer name/value pair of this customization class.
getIsolationLevel() - Method in class oracle.mds.core.SessionOptions
Gets the IsolationLevel set in these SessionOptions.
getLocale() - Method in class oracle.mds.core.SessionOptions
Gets the Locale set in these SessionOptions.
getLocalName() - Method in class oracle.mds.config.CustClassListMapping
Get the localname of the document element for this mapping.
getMappings() - Method in class oracle.mds.config.CustConfig
Returns all the customization class list mappings for this configuration.
getName() - Method in class oracle.mds.cust.CustomizationClass
Get the name of this customization class.
getNamePattern() - Method in class oracle.mds.config.CustClassListMapping
Get the name pattern for this mapping.
getNamespace() - Method in class oracle.mds.config.CustClassListMapping
Get the XML namespace of the document element for this mapping.
getProperty(Object) - Method in class oracle.mds.cust.CustomizationClass
Return a user defined property based on a key value.
getServletContextAsObject() - Method in class oracle.mds.core.SessionOptions
Gets the servlet context set on this SessionOptions object.
getValue(RestrictedSession, MetadataObject) - Method in class oracle.mds.cust.CustomizationClass
Retrieve the value(s) of this CustomizationClass based on the context and the metadata.
getValue(CustClassContext) - Method in class oracle.mds.cust.CustomizationClass
Retrieve the values(s) of this CustomizationClass based on the CustClassContext.
getValueSet() - Method in class oracle.mds.cust.CustomizationClass
Return a list of the possible values.
getValueSetSize() - Method in class oracle.mds.cust.CustomizationClass
Method to be overridden to provide the number of values that will be returned by CustomizationClass.getValueSet().
getValuesStability() - Method in class oracle.mds.cust.CustomizationClass
Method to indicate the frequency with which the layer values returned from a customization class will change, allowing the CustomizationClass to return previously obtained layer values, rather than invoke CustomizationClass.getCurrentValue(RestrictedSession, MetadataObject) to recalculate the value.
getVersionContext() - Method in class oracle.mds.core.SessionOptions
Gets the VersionContext set on this SessionOptions object.
getVersionCreatorName() - Method in class oracle.mds.core.SessionOptions
Gets the version creator name set on this SessionOptions object.

H

hashCode() - Method in class oracle.mds.config.CustClassListMapping
hashCode() - Method in class oracle.mds.config.CustConfig
hashCode() - Method in class oracle.mds.cust.CustClassList
Returns a hash code value for the object.
hashCode() - Method in class oracle.mds.cust.CustomizationClass
Returns a hash code value for the object.

I

item(int) - Method in class oracle.mds.cust.CustClassList
Get the Customization Class at the given (0 based) index.

N

NO_CUSTOMIZATIONS - Static variable in class oracle.mds.config.CustConfig
 

O

oracle.mds.config - package oracle.mds.config
 
oracle.mds.core - package oracle.mds.core
 
oracle.mds.cust - package oracle.mds.cust
 

S

SessionOptions - Class in oracle.mds.core
This class is used to specify session options when creating a new MDS session using the createSession method on the MDSInstance.
SessionOptions(IsolationLevel, Locale, CustConfig) - Constructor for class oracle.mds.core.SessionOptions
Constructor without version context.
SessionOptions(IsolationLevel, Locale, CustConfig, CustomizationPolicy) - Constructor for class oracle.mds.core.SessionOptions
Constructor without version context.
SessionOptions(IsolationLevel, Locale, CustConfig, VersionContext, String) - Constructor for class oracle.mds.core.SessionOptions
Constructor for use with versioning.
SessionOptions(IsolationLevel, Locale, CustConfig, VersionContext, String, CustomizationPolicy) - Constructor for class oracle.mds.core.SessionOptions
Constructor with version context.
SessionOptions(IsolationLevel, Locale, CustConfig, VersionContext, String, CustomizationPolicy, Object) - Constructor for class oracle.mds.core.SessionOptions
Constructor.
setServletContextAsObject(Object) - Method in class oracle.mds.core.SessionOptions
Deprecated.
Set up the ServletContext using the constructor.
size() - Method in class oracle.mds.cust.CustClassList
Get the number of customization classes in this list.

T

toString() - Method in class oracle.mds.config.CustClassListMapping
toString() - Method in class oracle.mds.core.SessionOptions
toString() - Method in class oracle.mds.cust.CustClassList

V

valueOf(String) - Static method in enum oracle.mds.cust.CustomizationClass.AutoMergeOverrideValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.mds.cust.CustomizationClass.ValuesStability
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.mds.cust.CustomizationClass.AutoMergeOverrideValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.mds.cust.CustomizationClass.ValuesStability
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G H I N O S T V 
Skip navigation links
Oracle® Fusion Middleware Java API Reference for Oracle Metadata Service (MDS)
12c (12.2.1.4.0)
E81457-01

Copyright ©2019, Oracle. All rights reserved.