|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.rules.jsr94.admin.JarRepositorySource
A RuleSource
that specifies rule sets defined in an Oracle Business Rules Jar file based repository.
Constructor Summary | |
JarRepositorySource(java.lang.String location, java.lang.String dictionaryName, java.lang.String dictionaryVersion, java.lang.String[] rulesets) Create a JarRepositorySource . |
Method Summary | |
java.lang.String |
getDictionaryName() Get the name of the dictionary in the repository. |
java.lang.String |
getDictionaryVersion() Get the version of the dictionary. |
java.lang.String |
getLocation() Get the location of the repository. |
java.lang.Object |
getRules(SensitiveDataCallback callback) 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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarRepositorySource(java.lang.String location, java.lang.String dictionaryName, java.lang.String dictionaryVersion, java.lang.String[] rulesets)
JarRepositorySource
.location
- The path to the jar file that contains the repository.dictionaryName
- The name of the dictionary containing the rule sets.dictionaryVersion
- The version of the dictionary.rulesets
- The names of the rule sets to load from the dictionary.Method Detail |
public java.lang.String getLocation()
public java.lang.String getDictionaryName()
public java.lang.String getDictionaryVersion()
public java.lang.String[] getRulesets()
public java.lang.Object getRules(SensitiveDataCallback callback) throws javax.rules.admin.RuleAdministrationException
getRules
in interface RuleSource
callback
- The callback for accessing sensitive data.javax.rules.admin.RuleAdministrationException
- if there is an error gaining access
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |