Packagenet.user1.reactor.filters
Classpublic class FilterSet
InheritanceFilterSet Inheritance Object
Implements IFilter

Since : Reactor 1.0.0

Defines a set of individuals filters to be combined into a composite filter for use in a client-to-server message. For information on filtering messages, see the IFilter interface.



Public Variables
 VariableDefined By
  filters : Array
FilterSet
Public Methods
 MethodDefined By
  
Constructor
FilterSet
  
addFilter(filter:IFilter):void
Add a filter to the filters in the set.
FilterSet
  
getFilters():Array
Retrieve the filters in the set.
FilterSet
  
toXMLString():String
Returns a string containing the XML representation of this filter set, suitable for transmission to Union Server.
FilterSet
Variable Descriptions
filtersvariable
public var filters:Array

Constructor Description
FilterSet()Constructor
public function FilterSet()

Constructor

Method Descriptions
addFilter()method
public function addFilter(filter:IFilter):void

Add a filter to the filters in the set.

Parameters

filter:IFilter

getFilters()method 
public function getFilters():Array

Retrieve the filters in the set.

Returns
Array
toXMLString()method 
public function toXMLString():String

Returns a string containing the XML representation of this filter set, suitable for transmission to Union Server.

Returns
String