public class BpelEventFilter extends Filter<org.apache.ode.bpel.common.BpelEventFilter.Criteria> implements java.io.Serializable
Filter.Restriction<V>
Modifier and Type | Field and Description |
---|---|
int |
limit |
Constructor and Description |
---|
BpelEventFilter(java.lang.String filter,
int limit)
Initializes properly the InstanceFilter attributes by pre-parsing the
filter and orderKeys strings and setting the limit.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.ode.bpel.common.BpelEventFilter.Criteria[] |
getFilterKeys()
Get the list of known (recognized) filter keys.
|
java.util.List<Filter.Restriction<java.util.Date>> |
getTimestampFilter() |
java.lang.String |
getTypeFilter() |
protected org.apache.ode.bpel.common.BpelEventFilter.Criteria |
parseKey(java.lang.String keyVal)
Parse the string representation of a key into an
enumeration value.
|
protected void |
process(org.apache.ode.bpel.common.BpelEventFilter.Criteria key,
Filter.Restriction<java.lang.String> rest)
Perform additional parsing/processing.
|
getDateWithoutOp, init
public BpelEventFilter(java.lang.String filter, int limit)
filter
- public java.lang.String getTypeFilter()
public java.util.List<Filter.Restriction<java.util.Date>> getTimestampFilter()
protected org.apache.ode.bpel.common.BpelEventFilter.Criteria parseKey(java.lang.String keyVal)
Filter
protected org.apache.ode.bpel.common.BpelEventFilter.Criteria[] getFilterKeys()
Filter
getFilterKeys
in class Filter<org.apache.ode.bpel.common.BpelEventFilter.Criteria>
protected void process(org.apache.ode.bpel.common.BpelEventFilter.Criteria key, Filter.Restriction<java.lang.String> rest)
Filter