| Package | Description | 
|---|---|
| oracle.jbo.mom | 
 Contains the abstract implementation for meta object management in various ADF tiers. 
 | 
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.uicli.mom | 
 Contains classes that implement metadata management for ADF Swing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract ContainerDefImpl | 
DefinitionManager.createContainerDefObject(boolean topLevel)  | 
protected abstract ContainerDefImpl | 
ContainerDefImpl.createContainerType(java.lang.String typeName)  | 
protected ContainerDefImpl | 
DefinitionManager.findContainer(java.lang.String packageName)  | 
ContainerDefImpl | 
DefinitionObject.getContainerDef()  | 
protected ContainerDefImpl | 
DefinitionManager.getDynamicObjectsContainer()  | 
protected ContainerDefImpl | 
DefinitionManager.getDynamicObjectsContainer(boolean doCreate)
Returns the package that manages dynamically created definition objects. 
 | 
protected ContainerDefImpl | 
DefinitionManager.getProjectDef()  | 
ContainerDefImpl | 
DefinitionManager.loadProjectDefinition()  | 
protected ContainerDefImpl | 
DefinitionManager.loadProjectDefinition(java.io.InputStream is,
                     java.lang.String metaObjectName)
Deprecated. 
 
since 10.1.3.
 Use  
DefinitionManager.loadProjectDefinition(String) instead. | 
protected ContainerDefImpl | 
DefinitionManager.loadProjectDefinition(java.io.Reader reader,
                     java.lang.String metaObjectName)
Deprecated. 
 
since 10.1.3.
 Use  
DefinitionManager.loadProjectDefinition(String) instead. | 
ContainerDefImpl | 
DefinitionManager.loadProjectDefinition(java.lang.String projectName)
This is an internal method. 
 | 
protected ContainerDefImpl | 
DefinitionManager.loadProjectDefinition(java.lang.String projectName,
                     java.lang.String projectFileExtension)
Finds the named package definition from the MOM cache. 
 | 
protected ContainerDefImpl | 
DefinitionManager.loadProjectDefinitionInSession(java.lang.String projectName,
                              java.lang.String projectFileExtension)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Object | 
DefinitionManager.loadLazyDefinitionObject(java.lang.String metaObjectName,
                        ContainerDefImpl parent,
                        boolean loadParent,
                        boolean sub)
Main function in MOM to load a object from XMLStream through
 XMLContext 
 | 
protected abstract java.lang.Object | 
DefinitionManager.loadLazyFromSharedObject(java.lang.String metaObjectName,
                        ContainerDefImpl parent,
                        boolean loadParent,
                        boolean sub)  | 
protected boolean | 
DefinitionManager.shouldAddToParent(DefinitionObject child,
                 ContainerDefImpl parent)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JpxImpl  | 
class  | 
PackageDefImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ContainerDefImpl | 
MetaObjectManager.createContainerDefObject(boolean topLevel)  | 
protected ContainerDefImpl | 
PackageDefImpl.createContainerType(java.lang.String typeName)  | 
protected ContainerDefImpl | 
MetaObjectManager.getProjectDef()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Object | 
MetaObjectManager.loadLazyFromSharedObject(java.lang.String metaObjectName,
                        ContainerDefImpl parent,
                        boolean loadParent,
                        boolean sub)
Main function in MOM to load a object from XMLStream through
 Shared MetaData 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUApplicationDefImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ContainerDefImpl | 
JUMetaObjectManager.createContainerDefObject(boolean topLevel)  | 
protected ContainerDefImpl | 
JUApplicationDefImpl.createContainerType(java.lang.String typeName)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Object | 
JUMetaObjectManager.loadLazyFromSharedObject(java.lang.String metaObjectName,
                        ContainerDefImpl parent,
                        boolean loadParent,
                        boolean sub)  | 
protected boolean | 
JUMetaObjectManager.shouldAddToParent(DefinitionObject child,
                 ContainerDefImpl parent)  |