ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.model.search 

SimpleStatement  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.model.search
Classpublic class SimpleStatement
InheritanceSimpleStatement Inheritance Statement Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This class represents the Simple Search Statement.



Public Properties
 PropertyDefined By
  attributeName : String
name of the attribute on which the search has to be performed
SimpleStatement
  attributeValue : *
Value of the attribute to be used in search query
SimpleStatement
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedjoinOperator : String
Join Operation through which this statement is joined to previous statement in statement list.
Statement
  operator : String
Search Operator between attributeName and attributeValue
SimpleStatement
Public Methods
 MethodDefined By
  
SimpleStatement(attributeName:String = null, operator:String, attributeValue:* = null)
Constructor.
SimpleStatement
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
Property Detail

attributeName

property
attributeName:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

name of the attribute on which the search has to be performed



Implementation
    public function get attributeName():String
    public function set attributeName(value:String):void

attributeValue

property 
attributeValue:*

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Value of the attribute to be used in search query



Implementation
    public function get attributeValue():*
    public function set attributeValue(value:any):void

operator

property 
operator:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Search Operator between attributeName and attributeValue



Implementation
    public function get operator():String
    public function set operator(value:String):void
Constructor Detail

SimpleStatement

()Constructor
public function SimpleStatement(attributeName:String = null, operator:String, attributeValue:* = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Constructor.

Parameters
attributeName:String (default = null) — Name of the attribute on which the search has to be performed
 
operator:String (default = NaN) — Search Operator between attributeName and attributeValue
 
attributeValue:* (default = null) — Value of the attribute to be used in search query

Related API Elements