Class Keys

java.lang.Object
oracle.rules.sdk2.store.mds.Keys

public class Keys extends Object
Repository connection and initialization parameter keys for the MDS RepositoryConnection.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The key for a URL to adf-config.xml
    static final String
    The key for a URL to an XML document containing the MDS configuration.
    static final String
    The key for the MDS repository connection.
    static final String
    Deprecated.
    static final String
    The key for the property to guarantee that the tip (latest) versions are accessed.
    static final String
    The key for the MDS Instance name initialization parameter.
    static final String
    The key for an MDSSession to use.
    static final String
    The key for the property that specifies the namespace to use.
    static final String
    The key for the path to a file based MDS repository.
    static final String
    The key for the property that specifies the sandbox name.
    static final String
    The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.
    static final String
    The key for the property that specifies a search path.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONNECTION

      public static final String CONNECTION
      The key for the MDS repository connection.
      See Also:
    • INSTANCE

      public static final String INSTANCE
      The key for the MDS Instance name initialization parameter.
      See Also:
    • PATH

      public static final String PATH
      The key for the path to a file based MDS repository. This initialization parameter is used for accessing file based MDS repository with a simplistic MDS configuration.
      See Also:
    • CONFIG_URL

      public static final String CONFIG_URL
      The key for a URL to an XML document containing the MDS configuration.
      See Also:
    • ADFCONFIG_URL

      public static final String ADFCONFIG_URL
      The key for a URL to adf-config.xml
      See Also:
    • CONNECTIONS_URL

      @Deprecated public static final String CONNECTIONS_URL
      Deprecated.
      The key for a URL to connections.xml. This may be specified for use in conjunction with ADFCONFIG_URL.
      See Also:
    • MDS_SESSION

      public static final String MDS_SESSION
      The key for an MDSSession to use.
      See Also:
    • SCA_PREFIX

      public static final String SCA_PREFIX
      The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.
      See Also:
    • FORCE_TIP

      public static final String FORCE_TIP
      The key for the property to guarantee that the tip (latest) versions are accessed. This value of this property should be either "true" or "false". This only has meaning when the backing store is a database and an MDS session will be created, not passed in the configuration with MDS_SESSION.
      See Also:
    • SANDBOX_NAME

      public static final String SANDBOX_NAME
      The key for the property that specifies the sandbox name.
      See Also:
    • NAMESPACE

      public static final String NAMESPACE
      The key for the property that specifies the namespace to use.
      See Also:
    • SEARCH_PATH

      public static final String SEARCH_PATH
      The key for the property that specifies a search path. The search path is a java.util.List where each entry is a path to a directory (folder) that is the root for rule dictionary access. means that each folder contains folders oracle/rules followed by the folders and dictionaries located according to each dictionary's fully qualified name (DictionaryFQN). This property is mutually exclusive with the SCA_PREFIX property. This property results in read-only repository access and disables all repository updates through the resulting RuleRepository instance.
      See Also:
  • Constructor Details

    • Keys

      public Keys()