|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Query in org.xmlBlaster.contrib.mime |
| Methods in org.xmlBlaster.contrib.mime with parameters of type Query | |
boolean |
DropIfNotDeliverable.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
|
| Uses of Query in org.xmlBlaster.engine.mime |
| Methods in org.xmlBlaster.engine.mime with parameters of type Query | |
boolean |
I_AccessFilter.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
Check if the filter rule matches for this message. |
| Uses of Query in org.xmlBlaster.engine.mime.demo |
| Methods in org.xmlBlaster.engine.mime.demo with parameters of type Query | |
boolean |
ContentLenFilter.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
Check if the filter rule matches for this message. |
| Uses of Query in org.xmlBlaster.engine.mime.regex |
| Methods in org.xmlBlaster.engine.mime.regex with parameters of type Query | |
boolean |
GnuRegexFilter.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
Check if the filter rule matches for this message. |
| Uses of Query in org.xmlBlaster.engine.mime.sql92 |
| Methods in org.xmlBlaster.engine.mime.sql92 with parameters of type Query | |
boolean |
Sql92Filter.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
Check if the filter rule matches for this message. |
| Uses of Query in org.xmlBlaster.engine.mime.xpath |
| Methods in org.xmlBlaster.engine.mime.xpath with parameters of type Query | |
boolean |
XPathFilter.match(SessionInfo receiver,
MsgUnit msgUnit,
Query query)
Check if the filter rule matches for this message. |
| Uses of Query in org.xmlBlaster.util.qos |
| Fields in org.xmlBlaster.util.qos declared as Query | |
protected Query |
QueryRefinementQos.query
The filter/query rule string and an object to hold the prepared query on demand |
| Methods in org.xmlBlaster.util.qos that return Query | |
Query |
QueryRefinementQos.getQuery()
Returns the query, the syntax is depending on what your plugin supports. |
| Methods in org.xmlBlaster.util.qos with parameters of type Query | |
void |
QueryRefinementQos.setQuery(Query query)
Set the filter query, it should fit to the protocol-type. |
| Constructors in org.xmlBlaster.util.qos with parameters of type Query | |
QuerySpecQos(Global glob,
java.lang.String type,
java.lang.String version,
Query query)
|
|
AccessFilterQos(Global glob,
java.lang.String type,
java.lang.String version,
Query query)
|
|
QueryRefinementQos(Global glob,
java.lang.String type,
java.lang.String version,
Query query,
java.lang.String tagName,
java.lang.String logName,
java.lang.String versionProp)
|
|
|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||