Packagenet.user1.reactor.filters
Classpublic class Filter
InheritanceFilter Inheritance AndGroup Inheritance BooleanGroup Inheritance Object
Implements IFilter
Subclasses AttributeFilter

Since : Reactor 1.0.0

Defines a filter to be applied to a client-to-server message. The filter is also a logical AND group, so it can contain multiple comparisions that must all be true in order for the filter to pass.

For information on filtering messages, see the IFilter interface.

See also

IFilter


Public Variables
 VariableDefined By
 Inheritedcomparisons : Array
BooleanGroup
 Inheritedtype : String
BooleanGroup
Public Methods
 MethodDefined By
  
Filter(filterType:String)
Constructor
Filter
 Inherited
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
Constructor Description
Filter()Constructor
public function Filter(filterType:String)

Constructor

Parameters
filterType:String
Method Descriptions
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.

Returns
String