ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.framework 

IFilter  - AS3 ADEP Client Component

Packagecom.adobe.gravity.framework
Interfacepublic interface IFilter

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

An object that can be used to match against a set of properties.



Public Methods
 MethodDefined By
  
Match a set of properties against this filter.
IFilter
Method Detail

match

()method
public function match(object:Object):Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Match a set of properties against this filter. If object is an IServiceReference, match against the properties of that service, otherwise match against the dynamic properties of the object.

Parameters

object:Object — Either an Object or an IServiceReference to be matched against.

Returns
Boolean — If the match is successful, true, otherwise false.