Interface | Description |
---|---|
ViewLoader |
Interface for implementation by developers that need to load View Objects from some source other than the database, or via other mechanisms than the standard database-load APIs.
|
Class | Description |
---|---|
ActionType |
Action Type interfact to be implemented by Applications Developers.
|
DecisionPoint |
DecisionPoint is a helper class which manages the server-side portions of implementing Decision Points (calling OBR Decision Functions) from developers' Java code.
|
DecisionPoint.NamedValue |
NamedValue is a helper class that conveys named values to and from Decision Points.
|
DecisionPointBuilder |
Builder for creating a decision point.
|
DecisionPointDictionaryFinder | |
DecisionPointInstance |
DecisionPoint is a helper class which manages the server-side portions of implementing Decision Points (calling OBR Decision Functions) from developers' Java code.
|
KeyChain |
KeyChain is a helper class used to transmit dimension keys to ActionType instances.
|
KeyedActionType |
Action Type interfact to be implemented by Applications Developers.
|
MetadataHelper | |
MetadataHelper.DFParm |
DFParm is a struct representing parameter options for decision functions.
|
ViewDefDescriptor | |
ViewDefDescriptor.Dimension |
The dimension class represents any VOs contained via view links.
|
ViewDefDescriptor.Key |
Key description class -- contains two names per key, the one for use with Oracle JBO and the other for use with the OBR rule dictionary
|
ViewObjectReference |
Enum | Description |
---|---|
ViewDefDescriptor.Dimension.Multiplicity |
Multiplicity is either REFERENCE or AGGR_COLLECTION depending on whether the relationship to the VO is 1-1 or 1-M, respectively.
|