Package | com.adobe.ep.ux.content.model.search |
Classe | public class SimpleStatement |
Héritage | SimpleStatement Statement Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
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
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | SimpleStatement | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Détails de la propriété
attributeName | propriété |
attributeName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
name of the attribute on which the search has to be performed
Implémentation
public function get attributeName():String
public function set attributeName(value:String):void
attributeValue | propriété |
attributeValue:*
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Value of the attribute to be used in search query
Implémentation
public function get attributeValue():*
public function set attributeValue(value:any):void
operator | propriété |
operator:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Search Operator between attributeName and attributeValue
Implémentation
public function get operator():String
public function set operator(value:String):void
Détails du constructeur
SimpleStatement | () | Constructeur |
public function SimpleStatement(attributeName:String = null, operator:String, attributeValue:* = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Constructor.
ParamètresattributeName: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
|
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z