| Pacote | com.adobe.ep.ux.content.model.search |
| Classe | public class SimpleStatement |
| Herança | SimpleStatement Statement Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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étodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | SimpleStatement | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
Constantes públicas
Detalhes da propriedade
attributeName | propriedade |
attributeName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
name of the attribute on which the search has to be performed
Implementação
public function get attributeName():String public function set attributeName(value:String):voidattributeValue | propriedade |
attributeValue:*| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Value of the attribute to be used in search query
Implementação
public function get attributeValue():* public function set attributeValue(value:any):voidoperator | propriedade |
operator:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Search Operator between attributeName and attributeValue
Implementação
public function get operator():String public function set operator(value:String):voidDetalhes do construtor
SimpleStatement | () | Construtor |
public function SimpleStatement(attributeName:String = null, operator:String, attributeValue:* = null)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor.
ParâmetrosattributeName: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
|
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas