Package oracle.rules.sdk2.decisionpoint
Class ViewDefDescriptor
java.lang.Object
oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The dimension class represents any VOs contained via view links.static class
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 -
Constructor Summary
ConstructorsConstructorDescriptionViewDefDescriptor
(String name) Constructor to use when layered enhancements/customizations are unimportant.ViewDefDescriptor
(String name, oracle.jbo.server.DBTransactionImpl2 txn) Constructor to use when layered customizations/enhancements are needed -
Method Summary
-
Constructor Details
-
ViewDefDescriptor
Constructor to use when layered enhancements/customizations are unimportant.- Parameters:
name
- the fully qualified name of the View Definition to use- Throws:
SDKException
-
ViewDefDescriptor
Constructor to use when layered customizations/enhancements are needed- Parameters:
name
- the fully qualified name of the View Definitiontxn
- A DBTransactionImpl2 object to use. This may be retrieved from an ApplicationModule via AM.getTransaction() or else bootstrapped from a Connection via the oracle.rules.sdk2.datamodel.impt.AdfBcTransactionFactory class.- Throws:
SDKException
-
-
Method Details
-
getViewDefName
- Returns:
- the name of the view definition
-
getKeys
- Returns:
- the key sequence of the view definition
-
getDimensions
- Returns:
- the dimensions, if any, of the view definition
-