| Package | Description | 
|---|---|
| oracle.adf.model.adapter | 
 Contains the implementation for abstract adapters for various oracle.binding.DataControl
 implementation shipped with ADF. 
 | 
| oracle.adf.model.bean | |
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| oracle.adf.model.generic | 
 Contains a readonly DataControl implementation for JavaBeans. 
 | 
| oracle.adf.model.layout | |
| oracle.adf.model.rest | |
| oracle.jbo.client | 
 Contains the client side implementation for ADF Business Components interfaces in the oracle.jbo package. 
 | 
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.mom | 
 Contains the abstract implementation for meta object management in various ADF tiers. 
 | 
| oracle.jbo.mom.xml | 
 Contains direct dependencies on the xml parser at the metaObject manager level in ADF Business Components 
 | 
| oracle.jbo.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.ejb.facade | |
| oracle.jbo.server.lov | |
| oracle.jbo.server.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| oracle.jbo.uicli.layout | |
| oracle.jbo.uicli.mom | 
 Contains classes that implement metadata management for ADF Swing. 
 | 
| oracle.jbo.uicli.uix | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdapterDataControlDef
Definition class for adapter created data controls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCCriteriaBaseViewDef
Deprecated.   
 | 
class  | 
DCCriteriaItemViewDef
Deprecated.   
 | 
class  | 
DCCriteriaOperatorViewDef
Deprecated.   
 | 
class  | 
DCCriteriaRowViewDef
Deprecated.   
 | 
class  | 
DCCriteriaValueViewDef
Deprecated.   
 | 
class  | 
DCCriteriaViewDef
Deprecated.   
 | 
class  | 
DCDataViewDef  | 
class  | 
DCVCSubstAttrDef
This View Attribute Def is created so that it serves as a wrapper
 around the attributes created for exposing View Criteria definitions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCBindingContainerDef  | 
class  | 
DCBindingContainerReference  | 
class  | 
DCConfigurationDef  | 
class  | 
DCControlBindingDef  | 
class  | 
DCDataControlConfigDef  | 
class  | 
DCDataControlDef  | 
class  | 
DCDefBase  | 
class  | 
DCExecutableBindingDef  | 
class  | 
DCInvokeActionDef  | 
class  | 
DCIteratorBindingDef  | 
class  | 
DCParameterDef  | 
class  | 
DCParameterSetDef  | 
class  | 
DCPermissionDef  | 
class  | 
DCRegionControllerDef  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccessorDefImpl  | 
class  | 
MethodAccessorDefImpl  | 
class  | 
MethodAccessorDefImpl.ParameterInfoImpl  | 
class  | 
StructureDefImpl
Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCLayoutConsDef  | 
class  | 
DCLayoutDef  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestDataControlDef  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AppModuleConfigImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryImpl  | 
class  | 
DefaultVOCategoryImpl  | 
class  | 
ExpressionDef  | 
class  | 
GenericResourceBundleDef  | 
class  | 
ListBindingDef  | 
class  | 
MessageBundleDef
MessageBundleDef implements ResourceBundleDef 
 | 
class  | 
PropertiesBundleDef
PropertiesBundleDef implements ResourceBundleDef 
 | 
class  | 
XliffResourceBundleDef  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceBundleDef | 
ResourceBundleDefFactory.createResourceBundleDef(PersistableDefObject owner,
                       DefElement xmlElement)
createBundleDef returns ResourceBundleDef based on the DefElement 
 | 
ResourceBundleDef | 
DefaultResourceFactory.createResourceBundleDef(PersistableDefObject owner,
                       DefElement element)
createBundleDef returns ResourceBundleDef based on the DefElement 
 | 
static ResourceBundleDef | 
ResourceFactoryManager.findResourceBundleDef(PersistableDefObject owner,
                     DefElement xmlElement)  | 
| Constructor and Description | 
|---|
GenericResourceBundleDef(PersistableDefObject owner)  | 
GenericResourceBundleDef(PersistableDefObject owner,
                        DefElement xmlElement)  | 
GenericResourceBundleDef(PersistableDefObject owner,
                        java.lang.String resourceBundleId)  | 
MessageBundleDef(PersistableDefObject owner)  | 
MessageBundleDef(PersistableDefObject owner,
                DefElement xmlElement)  | 
PropertiesBundleDef(PersistableDefObject owner)  | 
PropertiesBundleDef(PersistableDefObject owner,
                   DefElement xmlElement)  | 
XliffResourceBundleDef(PersistableDefObject owner,
                      DefElement xmlElement)  | 
XliffResourceBundleDef(PersistableDefObject owner,
                      java.lang.String resourceBundleId)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContainerDefImpl  | 
class  | 
PersDefBase  | 
| Modifier and Type | Method and Description | 
|---|---|
static PersistableDefObject | 
PersistableDefObject.createFromXML(int defScope,
             DefinitionManager defMgr,
             java.lang.String fullName,
             java.lang.String metaObjectName,
             DefElement elem,
             DefinitionObject staticDef)  | 
PersistableDefObject | 
DefinitionManager.createFromXML(int defScope,
             java.lang.String fullName,
             java.lang.String metaObjectName,
             DefElement elem)
Deprecated.   
 | 
protected PersistableDefObject | 
DefinitionManager.createFromXMLWithStaticDef(int defScope,
                          java.lang.String fullName,
                          java.lang.String metaObjectName,
                          DefElement elem,
                          DefinitionObject staticDef)
Deprecated.   
 | 
protected PersistableDefObject | 
DefinitionManager.createFromXMLWithStaticDef(int defScope,
                          java.lang.String fullName,
                          java.lang.String metaObjectName,
                          DefElement elem,
                          DefinitionObject staticDef,
                          boolean forEditOrig,
                          boolean resolveDef)  | 
static PersistableDefObject | 
DefinitionManager.findDefMgrAndCreateFromXML(int defScope,
                          java.lang.String fullName,
                          java.lang.String metaObjectName,
                          DefElement elem,
                          DefinitionObject staticDef)  | 
PersistableDefObject | 
PersistableDefObject.getEditObject()  | 
PersistableDefObject | 
PersistableDefObject.loadDefObject(boolean forTip,
             boolean forEditOrig,
             boolean resolveDef)  | 
PersistableDefObject | 
DefinitionManager.loadTipPersistableDefObject(PersistableDefObject def,
                           boolean returnNullForError)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiffResolver.beginResolutionForDef(PersistableDefObject editObj,
                     PersistableDefObject tipObj,
                     PersistableDefObject origObj)  | 
void | 
DefinitionManager.checkDefinitionUpdated(PersistableDefObject def)  | 
void | 
PersistableDefObject.checkStructWithOld(PersistableDefObject pOldDef)  | 
void | 
DiffResolver.endResolutionForDef(PersistableDefObject editObj,
                   PersistableDefObject tipObj,
                   PersistableDefObject origObj)  | 
PersistableDefObject | 
DefinitionManager.loadTipPersistableDefObject(PersistableDefObject def,
                           boolean returnNullForError)  | 
static boolean | 
PersistableDefObject.mergeChanges(PersistableDefObject editObj,
            PersistableDefObject tipObj,
            PersistableDefObject origObj,
            DiffResolver resolver,
            java.lang.String transMajor,
            java.lang.String transMinor)  | 
boolean | 
PersistableDefObject.reapplyChanges(PersistableDefObject tipObj,
              DiffResolver resolver)  | 
void | 
PersistableDefObject.setEditableObject(PersistableDefObject editObj)  | 
void | 
PersistableDefObject.updateMdsKeyFromTip(PersistableDefObject tipObj)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLOutputStream.saveXMLData(PersistableDefObject obj)  | 
void | 
XMLOutputStream.saveXMLData(PersistableDefObject obj,
           java.lang.String objFullName,
           char[] data)  | 
| Constructor and Description | 
|---|
XMLOutputStream(DefinitionManager mgr,
               PersistableDefObject obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JboValidatorHints.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
JboRangeValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
JboExpressionValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
JboExprCompareValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
JboExprCollectionValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
JboAbstractValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
void | 
AbstractValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AMServiceViewUsage  | 
class  | 
AMViewUsage  | 
class  | 
ApplicationModuleDefImpl
The base class for all generated ApplicationModule classes. 
 | 
class  | 
AppModuleUsage
 DESCRIPTION
 Class to keep the Name of the Application Module and the DefinitionObjectName 
 | 
class  | 
AssociationDefBase  | 
class  | 
AssociationDefImpl  | 
class  | 
AssociationEnd
 NAME
      AssociationEnd.java -
 DESCRIPTION
 NOTES
 VERSION
 MODIFIED   (MM/DD/YY) 
 | 
class  | 
AttributeDefImpl
AttributeDefImpl is an implementation class for the
  
AttributeDef
 interface in the middle tier server. | 
class  | 
AttributeDefOverAttr  | 
class  | 
BoundParameters  | 
class  | 
CodeSourceImpl  | 
class  | 
CodeSourceImpl.MethodSource  | 
class  | 
ComponentAnnotations  | 
class  | 
ComponentOperations
For internal framework use only. 
 | 
class  | 
DefObject  | 
class  | 
DomainDefImpl  | 
class  | 
EntityAssociation
Describes the relationship between two Entity Objects. 
 | 
class  | 
EntityDefImpl
Defines metadata for Entity Object classes. 
 | 
class  | 
EntityDefOverRowSet  | 
class  | 
ExprWhitelistDef
Deprecated.   
 | 
class  | 
JpxImpl  | 
class  | 
KeyDef  | 
class  | 
ListBindingDefImpl  | 
class  | 
MetaObject  | 
class  | 
NamedObjectAnnotations  | 
class  | 
OperationDefinitionImpl  | 
class  | 
OperationDefinitionsImpl
This class represents the metadata for a collection of operation definitions. 
 | 
class  | 
OperationParamImpl  | 
class  | 
PackageDefImpl  | 
class  | 
PDefApplicationModule  | 
class  | 
PDefAttribute  | 
class  | 
PDefCategory  | 
class  | 
PDefComponentObjectBase  | 
class  | 
PDefComponentOperations  | 
class  | 
PDefEntityObject
Note that there could dependency from PDefViewObject to
 PDefEntityObject. 
 | 
class  | 
PDefRow  | 
class  | 
PDefVariable  | 
class  | 
PDefViewCriteria  | 
class  | 
PDefViewObject  | 
class  | 
PermissionDefImpl
Internal: Applications should not use this class. 
 | 
class  | 
ProgrammaticEntityDefImpl  | 
class  | 
RowDef
Default implementation of DefInterface implemented by all of
 JBO Definition classes. 
 | 
class  | 
RowFinder
RowFinder is designed as a generic way to help RowSet to find matching rows
  by Primary Key, AltKey or ViewCriteria. 
 | 
class  | 
RowFinderAnnotation  | 
static class  | 
RowFinderAnnotation.RowFinderAttributeAnnot  | 
class  | 
RowFinderParameters  | 
class  | 
ViewAccessorDef  | 
class  | 
ViewAnnotations  | 
class  | 
ViewAttributeDefImpl
The ViewAttributeDefImpl is an alias to an AttributeDefImpl. 
 | 
class  | 
ViewDefImpl
ViewDefImpl is the meta-object for View Object instances. 
 | 
class  | 
ViewKeyDef  | 
class  | 
ViewLinkDefImpl
 NAME
      ViewLinkDefImpl.java -
 DESCRIPTION
      The ViewLinkDefImpl describes relationship between two query objects. 
 | 
class  | 
ViewLinkUsage
 DESCRIPTION
 Class to keep the ViewLink information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PersistableDefObject | 
SecondaryViewDefViewAccessorCustomization.getPrimaryMember()  | 
PersistableDefObject | 
SecondaryViewDefPDefAttributeCustomization.getPrimaryMember()  | 
PersistableDefObject | 
SecondaryViewDefListBindingCustomization.getPrimaryMember()  | 
abstract PersistableDefObject | 
SecondaryViewDefCustomization.getPrimaryMember()  | 
PersistableDefObject | 
SecondaryViewDefAttributeCustomization.getPrimaryMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDefComponentObjectBase.updateMdsKeyFromTip(PersistableDefObject tipObj)  | 
| Constructor and Description | 
|---|
PermissionDefImpl(PersistableDefObject owner)  | 
PermissionDefImpl(PersistableDefObject owner,
                 oracle.adf.share.security.binding.BindingPermissionDef permDef)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CmrAccessorDefImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LOVAppModuleDefImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JboBaseValidator.resolve(ValidationManager owner,
       StructureDef structDef,
       PersistableDefObject defObj)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUAccessorIteratorDef
Internal: Applications should not use/refer to this class programmatically. 
 | 
class  | 
JUControlDef  | 
class  | 
JUCtrlActionDef  | 
class  | 
JUCtrlAttrsDef  | 
class  | 
JUCtrlBoolDef  | 
class  | 
JUCtrlHierDef  | 
class  | 
JUCtrlHierTypeBinding  | 
class  | 
JUCtrlListDef
Deprecated. 
 
since 11.1.1.4.0 Applications should not use this api. 
 | 
class  | 
JUCtrlParameterDef  | 
class  | 
JUCtrlRangeDef  | 
class  | 
JUCtrlScrollDef  | 
class  | 
JUCtrlSearchDef  | 
class  | 
JUCtrlValueDef  | 
class  | 
JUEventBindingDef  | 
class  | 
JUFormDef  | 
class  | 
JUIteratorDef  | 
class  | 
JUIterRangeDef  | 
class  | 
JUIterRowDef  | 
class  | 
JUMethodIteratorDef  | 
class  | 
JUVariableIteratorDef  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JULayoutConsDef  | 
class  | 
JULayoutDef  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUApplicationDefImpl  | 
class  | 
JUDataControlDefImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected PersistableDefObject | 
JUMetaObjectManager.createFromXMLWithStaticDef(int defScope,
                          java.lang.String fullName,
                          java.lang.String metaObjectName,
                          DefElement elem,
                          DefinitionObject staticDef,
                          boolean forEditOrig,
                          boolean resolveDef)
Deprecated.   
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUCtrlHGridDef  |