|
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.WebDAVRepositorySource
A RuleSource that specifies rule sets defined in an Oracle Business Rules WebDAV based repository.
| Constructor Summary | |
WebDAVRepositorySource(java.lang.String url, java.lang.String proxyHost, java.lang.String proxyPort, java.lang.String dictionaryName, java.lang.String dictionaryVersion, java.lang.String[] rulesets)Create a WebDAVRepositorySource. |
|
| Method Summary | |
java.lang.String |
getDictionaryName()Gets the name of the dictionary in the repository. |
java.lang.String |
getDictionaryVersion()Get the version of the dictionary. |
java.lang.String |
getProxyHost()Gets the proxy host of the repository. |
java.lang.String |
getProxyPort()Gets the proxy port of the repository. |
java.lang.Object |
getRules(SensitiveDataCallback callback)Gets an object that provides access to the rule sets. |
java.lang.String[] |
getRulesets()Gets the names of the rule sets to load from the dictionary. |
java.lang.String |
getURL()Gets the url of the repository. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebDAVRepositorySource(java.lang.String url,
java.lang.String proxyHost,
java.lang.String proxyPort,
java.lang.String dictionaryName,
java.lang.String dictionaryVersion,
java.lang.String[] rulesets)
WebDAVRepositorySource.url - The URL for the WebDAV repository.proxyHost - The proxy host identifer if there is a proxy, null otherwise.proxyPort - The proxy port if there is a proxy, null otherwise.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 getURL()
public java.lang.String getProxyHost()
public java.lang.String getProxyPort()
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 RuleSourcecallback - 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 | |||||||||