@Scriptable public final class SingleAppGuidFilter extends AbstractFilter
Constructor and Description |
---|
SingleAppGuidFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
needsSqlPostProcessing()
Indicates if post-processing is needed after SQL retrieval.
|
boolean |
pass(Message p_message)
Decide if the given message passes the filter.
|
void |
setApplicationGuid(java.lang.String p_strAppGuid)
Set the application GUID to filter for.
|
java.lang.String |
sqlQuery()
Provide a SQL search query.
|
filter, forConnection, forUser
public void setApplicationGuid(java.lang.String p_strAppGuid)
p_strAppGuid
- The application GUID.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.