Package | com.adobe.ep.ux.content.model.search |
Class | public class SimpleStatement |
Inheritance | SimpleStatement Statement Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined 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 | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
joinOperator : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | SimpleStatement | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
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.
ParametersattributeName: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
Mon Nov 28 2011, 06:48 AM -08:00