AppGuidNullFilter
instead.@Deprecated @Scriptable public final class AppIdNullFilter extends AbstractFilter
Constructor and Description |
---|
AppIdNullFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
needsSqlPostProcessing()
Deprecated.
Indicates if post-processing is needed after SQL retrieval.
|
boolean |
pass(Message p_message)
Deprecated.
Decide if the given message passes the filter.
|
void |
setComplement(boolean p_bComplement)
Deprecated.
|
java.lang.String |
sqlQuery()
Deprecated.
Provide a SQL search query.
|
filter, forConnection, forUser
public void setComplement(boolean p_bComplement)
p_bComplement
- true
if the complement
set should be returned, false
otherwise
(default is false
).public boolean needsSqlPostProcessing()
IFilter
false
.IFilter.needsSqlPostProcessing()
public boolean pass(Message p_message)
IFilter
p_message
- The message to be filtered.true
if the message passes the filter,
false
otherwise.public java.lang.String sqlQuery()
IFilter
null
if the filter
cannot be applied at database level.