|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.search.DictionarySearch
public class DictionarySearch
Search over a rule dictionary.
| Constructor Summary | |
|---|---|
DictionarySearch(RuleDictionary dictionary)Construct a DictionarySearch for text searches over the specified rule dictionary. |
|
| Method Summary | |
|---|---|
java.util.List<DOID> |
find(java.lang.String text)Search for the specified text. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionarySearch(RuleDictionary dictionary)
DictionarySearch for text searches over the specified rule dictionary.
dictionary - The rule dictionary to search.| Method Detail |
|---|
public java.util.List<DOID> find(java.lang.String text)
text - the text to search for.
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||