xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.mime.Query

Packages that use Query
org.xmlBlaster.contrib.mime   
org.xmlBlaster.engine.mime   
org.xmlBlaster.engine.mime.demo   
org.xmlBlaster.engine.mime.regex   
org.xmlBlaster.engine.mime.sql92   
org.xmlBlaster.engine.mime.xpath   
org.xmlBlaster.util.qos   
 

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)
           
 boolean DropIfNotDeliverableUniqueOnly.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
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)
           
QuerySpecQos(Global glob, java.lang.String type, java.lang.String version, Query query)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.