|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.repository.DictionaryLocator
public abstract class DictionaryLocator
Dictionary discovery. Intended for use in SCA. This class is experimental and subject to change or removal.
| Method Summary | |
|---|---|
DictionaryFQN |
getDictionaryFQN(java.lang.String path)Extract the fully qualified name of the dictionary from the specified path. |
abstract java.lang.String[] |
getPaths()Get the path names of dictionaries stored in the repository. |
java.lang.String |
getPrefix(java.lang.String path)Extract the path that upto the /oracle/rules directory from the specified path. |
static DictionaryLocator |
newInstance(RepositoryType type, RepositoryContext context)Create a DictionaryLocator instance for the repository type and configuration specified. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DictionaryLocator newInstance(RepositoryType type,
RepositoryContext context)
throws RepositoryException
type - the repository type.context - the repository initialization parameters.RepositoryException - if an error occurs during initialization
public java.lang.String getPrefix(java.lang.String path)
throws RepositoryException
path - the path to the dictionary.RepositoryException
public DictionaryFQN getDictionaryFQN(java.lang.String path)
throws RepositoryException
path - the path to the dictionary.RepositoryException
public abstract java.lang.String[] getPaths()
throws RepositoryException
RepositoryException - if error when accessing the repository
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||