Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-03


oracle.rules.sdk2.store.mds
Class Keys

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


public class Keys
extends java.lang.Object

Repository connection and initialization parameter keys for the MDS RepositoryConnection.


Field Summary
static java.lang.String ADFCONFIG_URL
          The key for a URL to adf-config.xml
static java.lang.String CONFIG_URL
          The key for a URL to an XML document containing the MDS configuration.
static java.lang.String CONNECTION
          The key for the MDS repository connection.
static java.lang.String CONNECTIONS_URL
          Deprecated. 
static java.lang.String FORCE_TIP
          The key for the property to guarantee that the tip (latest) versions are accessed.
static java.lang.String INSTANCE
          The key for the MDS Instance name initialization parameter.
static java.lang.String MDS_SESSION
          The key for an MDSSession to use.
static java.lang.String NAMESPACE
          The key for the property that specifies the namespace to use.
static java.lang.String PATH
          The key for the path to a file based MDS repository.
static java.lang.String SANDBOX_NAME
          The key for the property that specifies the sandbox name.
static java.lang.String SCA_PREFIX
          The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.

 

Constructor Summary
Keys()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

CONNECTION

public static final java.lang.String CONNECTION
The key for the MDS repository connection.
See Also:
Constant Field Values

INSTANCE

public static final java.lang.String INSTANCE
The key for the MDS Instance name initialization parameter.
See Also:
Constant Field Values

PATH

public static final java.lang.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:
Constant Field Values

CONFIG_URL

public static final java.lang.String CONFIG_URL
The key for a URL to an XML document containing the MDS configuration.
See Also:
Constant Field Values

ADFCONFIG_URL

public static final java.lang.String ADFCONFIG_URL
The key for a URL to adf-config.xml
See Also:
Constant Field Values

CONNECTIONS_URL

@Deprecated
public static final java.lang.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:
Constant Field Values

MDS_SESSION

public static final java.lang.String MDS_SESSION
The key for an MDSSession to use.
See Also:
Constant Field Values

SCA_PREFIX

public static final java.lang.String SCA_PREFIX
The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.
See Also:
Constant Field Values

FORCE_TIP

public static final java.lang.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:
Constant Field Values

SANDBOX_NAME

public static final java.lang.String SANDBOX_NAME
The key for the property that specifies the sandbox name.
See Also:
Constant Field Values

NAMESPACE

public static final java.lang.String NAMESPACE
The key for the property that specifies the namespace to use.
See Also:
Constant Field Values

Constructor Detail

Keys

public Keys()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.