|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.newsagent.AbstractFilter
de.uplanet.lucy.server.newsagent.AppGuidFilter
@Scriptable public final class AppGuidFilter
Filter by applications by GUIDs.
Constructor Summary | |
---|---|
AppGuidFilter()
|
Method Summary | |
---|---|
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 |
setApplicationGuidList(java.util.List<java.lang.String> p_listAppGuid)
Set a list of application GUIDs to filter for. |
void |
setComplement(boolean p_bComplement)
|
java.lang.String |
sqlQuery()
Provide a SQL search query. |
Methods inherited from class de.uplanet.lucy.server.newsagent.AbstractFilter |
---|
filter, forConnection, forUser |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppGuidFilter()
Method Detail |
---|
public void setApplicationGuidList(java.util.List<java.lang.String> p_listAppGuid)
p_listAppGuid
- A list of application GUIDs.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |