public class ProcessFilter extends Filter<org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp> implements java.io.Serializable
Filter.Restriction<V>
Constructor and Description |
---|
ProcessFilter(java.lang.String filter,
java.lang.String orderKeys)
Initializes properly the ProcessFilter attributes by pre-parsing the filter
and orderKeys strings.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getDeployedDateFilter() |
protected org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp[] |
getFilterKeys()
Get the list of known (recognized) filter keys.
|
java.util.List<java.lang.String> |
getIncludes() |
java.lang.String |
getNameFilter() |
java.lang.String |
getNamespaceFilter() |
java.util.List<java.lang.String> |
getOrders() |
java.lang.String |
getStatusFilter() |
static void |
main(java.lang.String[] args) |
protected org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp |
parseKey(java.lang.String keyVal)
Parse the string representation of a key into an
enumeration value.
|
protected void |
process(org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp key,
Filter.Restriction<java.lang.String> rest)
Perform additional parsing/processing.
|
getDateWithoutOp, init
public ProcessFilter(java.lang.String filter, java.lang.String orderKeys)
filter
- orderKeys
- public java.lang.String getNameFilter()
public java.lang.String getNamespaceFilter()
public java.lang.String getStatusFilter()
public java.util.List<java.lang.String> getDeployedDateFilter()
public java.util.List<java.lang.String> getIncludes()
public java.util.List<java.lang.String> getOrders()
public static void main(java.lang.String[] args)
protected org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp parseKey(java.lang.String keyVal)
Filter
protected org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp[] getFilterKeys()
Filter
getFilterKeys
in class Filter<org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp>
protected void process(org.apache.ode.bpel.common.ProcessFilter.FilterKeysOp key, Filter.Restriction<java.lang.String> rest)
Filter