public class Sdk2MDSRepositorySource extends java.lang.Object implements RuleSource
RuleSource that specifies rule sets defined in an Oracle Business Rules MDS based repository.| Constructor and Description |
|---|
Sdk2MDSRepositorySource(java.lang.String instanceName, DictionaryFQN fqn, java.lang.String[] rulesets)
Create a
SDK2MDSRepositorySource. |
Sdk2MDSRepositorySource(java.lang.String instanceName, java.lang.String pkg, java.lang.String name, java.lang.String[] rulesets)
Create a
SDK2MDSRepositorySource. |
| Modifier and Type | Method and Description |
|---|---|
DictionaryFQN |
getDictionaryFQN()
Get the fully qualified name of the dictionary in the repository.
|
java.lang.String |
getMDSInstanceName()
Get the name of the MDS instance.
|
java.lang.Object |
getRules()
Get an object that provides access to the rule sets.
|
java.lang.String[] |
getRulesets()
Get the names of the rule sets to load from the dictionary.
|
public Sdk2MDSRepositorySource(java.lang.String instanceName,
java.lang.String pkg,
java.lang.String name,
java.lang.String[] rulesets)
SDK2MDSRepositorySource.instanceName - The name of the MDSInstance.pkg - The dictionary package.name - The name of the dictionary containing the rule sets.rulesets - The names of the rule sets to load from the dictionary.
public Sdk2MDSRepositorySource(java.lang.String instanceName,
DictionaryFQN fqn,
java.lang.String[] rulesets)
SDK2MDSRepositorySource.instanceName - The name of the MDSInstance.fqn - The fully qualified name of the dictionary.rulesets - The names of the rule sets to load from the dictionary.public java.lang.String getMDSInstanceName()
public DictionaryFQN getDictionaryFQN()
public java.lang.String[] getRulesets()
public java.lang.Object getRules()
throws javax.rules.admin.RuleAdministrationException
getRules in interface RuleSourcejavax.rules.admin.RuleAdministrationException - if there is an error gaining access