Package oracle.rules.sdk2.store.mds
Class Keys
java.lang.Object
oracle.rules.sdk2.store.mds.Keys
Repository connection and initialization parameter keys for the MDS
RepositoryConnection
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The key for a URL to adf-config.xmlstatic 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 -
Method Summary
-
Field Details
-
CONNECTION
The key for the MDS repository connection.- See Also:
-
INSTANCE
The key for the MDS Instance name initialization parameter.- See Also:
-
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
The key for a URL to an XML document containing the MDS configuration.- See Also:
-
ADFCONFIG_URL
The key for a URL to adf-config.xml- See Also:
-
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
The key for an MDSSession to use.- See Also:
-
SCA_PREFIX
The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.- See Also:
-
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
The key for the property that specifies the sandbox name.- See Also:
-
NAMESPACE
The key for the property that specifies the namespace to use.- See Also:
-
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()
-