Class ViewDefDescriptor

java.lang.Object
oracle.rules.sdk2.decisionpoint.ViewDefDescriptor

public class ViewDefDescriptor extends Object
  • Constructor Details

    • ViewDefDescriptor

      public ViewDefDescriptor(String name) throws SDKException
      Constructor to use when layered enhancements/customizations are unimportant.
      Parameters:
      name - the fully qualified name of the View Definition to use
      Throws:
      SDKException
    • ViewDefDescriptor

      public ViewDefDescriptor(String name, oracle.jbo.server.DBTransactionImpl2 txn) throws SDKException
      Constructor to use when layered customizations/enhancements are needed
      Parameters:
      name - the fully qualified name of the View Definition
      txn - 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

      public String getViewDefName()
      Returns:
      the name of the view definition
    • getKeys

      public List<ViewDefDescriptor.Key> getKeys()
      Returns:
      the key sequence of the view definition
    • getDimensions

      public List<ViewDefDescriptor.Dimension> getDimensions()
      Returns:
      the dimensions, if any, of the view definition