Package | Description |
---|---|
oracle.adf.model.bean | |
oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
oracle.adf.model.rest | |
oracle.adf.model.rest.describe | |
oracle.adf.model.rest.generic | |
oracle.adf.model.rest.odata | |
oracle.adf.model.soap | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.lov |
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 |
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 |
RestDCDataViewDef |
class |
RestDCEntityDefImpl |
Modifier and Type | Class and Description |
---|---|
class |
DescribeViewDef |
class |
DynamicDescribeViewDef
The def adds Entity and Attribute programmatically based
on describe url.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericHTTPProgVODefImpl
The class represents a ViewDef for a generic Operation/Method only ProgrammaticVO
that makes HTTP calls invoked from client.
|
Modifier and Type | Class and Description |
---|---|
class |
ODataViewDef |
Modifier and Type | Class and Description |
---|---|
class |
SOAPProgrammaticVODefImpl |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationModuleDefImpl
The base class for all generated ApplicationModule classes.
|
class |
AssociationDefBase |
class |
CodeSourceImpl |
class |
ComponentAnnotations |
class |
ComponentOperations |
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 |
ProgrammaticEntityDefImpl |
class |
RowDef
Default implementation of DefInterface implemented by all of
JBO Definition classes.
|
class |
ViewAnnotations |
class |
ViewDefImpl
ViewDefImpl is the meta-object for View Object instances.
|
class |
ViewFilterDefImpl
The ViewFilterDefImpl is the def object for all Generic Components
|
class |
ViewLinkDefImpl
NAME
ViewLinkDefImpl.java -
DESCRIPTION
The ViewLinkDefImpl describes relationship between two query objects.
|
Modifier and Type | Method and Description |
---|---|
protected MetaObject |
ViewDefImpl.createDefCustomizer(java.lang.String baseDefFullName) |
protected MetaObject |
MetaObject.createDefCustomizer(java.lang.String baseDefFullName) |
protected MetaObject |
EntityDefImpl.createDefCustomizer(java.lang.String baseDefFullName) |
protected MetaObject |
ApplicationModuleDefImpl.createDefCustomizer(java.lang.String baseDefFullName) |
MetaObject |
MetaObject.getPersMergedDef()
This API returns a new MetaObject that merges metadata from the original
MetaObject with that from the pers def (if one exists).
|
MetaObject |
MetaObject.getStaticBaseDefObject() |
MetaObject |
MetaObject.getStaticDef() |
MetaObject |
ViewDefImpl.lookupDefCustomizer() |
MetaObject |
MetaObject.lookupDefCustomizer() |
MetaObject |
MetaObject.lookupPublishedDefCustomizer() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectBuilderCustomizer.customize(MetaObject defObj) |
void |
MetaObjectManager.registerDefObject(MetaObject defObj,
boolean isSharedDefinition) |
protected static void |
ObjectBuilderFromTables.writeObject(MetaObject defObj) |
Modifier and Type | Method and Description |
---|---|
static ApplicationModuleDefImpl |
ObjectBuilderFromTables.createAppModule(java.lang.String pkName,
java.lang.String amName,
java.util.List<MetaObject> newObjects) |
protected static ViewLinkDefImpl |
ObjectBuilderFromTables.createViewLink(java.lang.String pkName,
EntityAssociation assoc,
java.util.List<MetaObject> newObjects,
java.lang.String linkName) |
static boolean |
ObjectBuilderFromTables.createViewLinks(java.lang.String pkName,
java.util.List<MetaObject> newObjects) |
Modifier and Type | Class and Description |
---|---|
class |
LOVAppModuleDefImpl |