com.ibm.di.entry
Class EntryFilter

java.lang.Object
  extended by com.ibm.di.entry.EntryFilter

public class EntryFilter
extends Object


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

value

public Object value
Constructor Detail

EntryFilter

public EntryFilter(Vector filterList,
                   boolean matchAny)
Method Detail

match

public boolean match(Entry entry)
              throws Exception
Throws:
Exception

setScriptEngine

public void setScriptEngine(ScriptEngine se)

matchScript

public boolean matchScript(Object script,
                           Entry e)
                    throws Exception
Throws:
Exception

matchFilter

public boolean matchFilter(int p1,
                           Entry p2)
                    throws Exception
Throws:
Exception