|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.common.Filter<FKEY>
public abstract class Filter<FKEY extends java.lang.Enum>
Base class for filters.
Nested Class Summary | |
---|---|
static class |
Filter.Restriction<V>
|
Field Summary | |
---|---|
protected static Messages |
__msgs
Internationalization. |
protected java.util.Map<FKEY,Filter.Restriction<java.lang.String>> |
_criteria
|
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
static java.lang.String |
getDateWithoutOp(java.lang.String ddf)
Get the data part of an "op date" string. |
protected abstract FKEY[] |
getFilterKeys()
Get the list of known (recognized) filter keys. |
void |
init(java.lang.String filter)
|
protected abstract FKEY |
parseKey(java.lang.String keyVal)
Parse the string representation of a key into an enumeration value. |
protected abstract void |
process(FKEY key,
Filter.Restriction<java.lang.String> rest)
Perform additional parsing/processing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Messages __msgs
protected java.util.Map<FKEY extends java.lang.Enum,Filter.Restriction<java.lang.String>> _criteria
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public void init(java.lang.String filter)
public static java.lang.String getDateWithoutOp(java.lang.String ddf)
ddf
- "op date" string
protected abstract FKEY parseKey(java.lang.String keyVal)
keyVal
- string representation
protected abstract FKEY[] getFilterKeys()
protected abstract void process(FKEY key, Filter.Restriction<java.lang.String> rest)
key
- filter keyrest
- restriction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |