|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.entry.EntryFilter
public class EntryFilter
| Nested Class Summary | |
|---|---|
class |
EntryFilter.EntryFilterExpression
|
| Field Summary | |
|---|---|
Object |
value
|
| Constructor Summary | |
|---|---|
EntryFilter(Vector filterList,
boolean matchAny)
|
|
| Method Summary | |
|---|---|
boolean |
match(Entry entry)
|
boolean |
matchFilter(int p1,
Entry p2)
|
boolean |
matchScript(Object script,
Entry e)
|
void |
setScriptEngine(ScriptEngine se)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Object value
| Constructor Detail |
|---|
public EntryFilter(Vector filterList,
boolean matchAny)
| Method Detail |
|---|
public boolean match(Entry entry)
throws Exception
Exceptionpublic void setScriptEngine(ScriptEngine se)
public boolean matchScript(Object script,
Entry e)
throws Exception
Exception
public boolean matchFilter(int p1,
Entry p2)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||