|
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.dictionary.AbstractDictionaryFinder
public abstract class AbstractDictionaryFinder
The base implementation of the DictionaryFinder interface. Concrete DictionaryFinder implementations should extend this class and implement the findDictionaryWithThisFinder method.
| Field Summary |
|---|
| Fields inherited from interface oracle.rules.sdk2.dictionary.DictionaryFinder |
|---|
serialVersionUID |
| Method Summary | |
|---|---|
RuleDictionary |
findDictionary(DictionaryFQN fqn)Finds a rule dictionary specified by its fully qualified name. |
RuleDictionary |
findDictionary(java.lang.String pkg, java.lang.String name)Finds a rule dictionary specified by the package and name. |
abstract RuleDictionary |
findDictionaryWithThisFinder(DictionaryFQN fqn)Finds a rule dictionary with this finder. |
AbstractDictionaryFinder |
getChild()Returns the child finder or null if this finder does not have a child. |
AbstractDictionaryFinder |
getLastChild()Returns the last (leaf) child finder or this finder if this finder does not have a child. |
AbstractDictionaryFinder |
getParent()Returns the parent finder or null if this finder does not have a parent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AbstractDictionaryFinder getParent()
public AbstractDictionaryFinder getChild()
public AbstractDictionaryFinder getLastChild()
public RuleDictionary findDictionary(java.lang.String pkg,
java.lang.String name)
findDictionary in interface DictionaryFinderpkg - fully qualified package name, e.g. foo.barname - unqualified name, e.g. MyDicpublic RuleDictionary findDictionary(DictionaryFQN fqn)
findDictionary in interface DictionaryFinderfqn - DictionaryFQNpublic abstract RuleDictionary findDictionaryWithThisFinder(DictionaryFQN fqn)
This method is implemented by each concrete DictionaryFinder implementation. This method should always return a new handle for the dictionary it finds.
fqn - the fully qualified name of the dictionary to find.RuleDictionary.createHandle()
|
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 | ||||||||