Package | net.user1.reactor.filters |
Class | public class Filter |
Inheritance | Filter ![]() ![]() ![]() |
Implements | IFilter |
Subclasses | AttributeFilter |
Since : | Reactor 1.0.0 |
For information on filtering messages, see the IFilter interface.
See also
Method | Defined By | ||
---|---|---|---|
Filter(filterType:String)
Constructor
| Filter | ||
![]() | addComparison(comparison:IComparable):void
Adds a new comparison to the Boolean group. | BooleanGroup | |
toXMLString():String [override]
Returns a string containing the XML representation of this filter,
suitable for transmission to Union Server. | Filter |
Filter | () | Constructor |
public function Filter(filterType:String)
Constructor
ParametersfilterType:String |
toXMLString | () | method |
override public function toXMLString():String
Since : | Reactor 1.0.0 |
Returns a string containing the XML representation of this filter, suitable for transmission to Union Server.
ReturnsString |