|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
public class ViewDefDescriptor
| Nested Class Summary | |
|---|---|
static class |
ViewDefDescriptor.DimensionThe dimension class represents any VOs contained via view links. |
static class |
ViewDefDescriptor.KeyKey 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 | |
|---|---|
ViewDefDescriptor(java.lang.String name)Constructor to use when layered enhancements/customizations are unimportant. |
|
ViewDefDescriptor(java.lang.String name, oracle.jbo.server.DBTransactionImpl2 txn)Constructor to use when layered customizations/enhancements are needed |
|
| Method Summary | |
|---|---|
java.util.List<ViewDefDescriptor.Dimension> |
getDimensions() |
java.util.List<ViewDefDescriptor.Key> |
getKeys() |
java.lang.String |
getViewDefName() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewDefDescriptor(java.lang.String name)
throws SDKException
name - the fully qualified name of the View Definition to useSDKException
public ViewDefDescriptor(java.lang.String name,
oracle.jbo.server.DBTransactionImpl2 txn)
throws SDKException
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.SDKException| Method Detail |
|---|
public java.lang.String getViewDefName()
public java.util.List<ViewDefDescriptor.Key> getKeys()
public java.util.List<ViewDefDescriptor.Dimension> getDimensions()
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||