Pacote | com.adobe.ep.ux.content.model.search |
Classe | public class SearchParameters |
Herança | SearchParameters 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) |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
cutPoints : String
Specify the level up to which objects are to be fetched and the properties are to be fetched. | SearchParameters | ||
includeContent : Boolean = false
This parameter specifies whether content is to be retrieved. | SearchParameters | ||
includeFile : Boolean = true
A flag that indicaates whether to include the file reference by default in the search results. | SearchParameters | ||
maxSize : int = 2.147483647E9
The maximum number of results to be returned. | SearchParameters | ||
performCaseSensitiveSearch : Boolean = false
A flaog that indicates whether to perform a case-sensitive search. | SearchParameters | ||
searchSubtypes : Boolean = true
A flag that indicates whether subclasses should be searched. | SearchParameters | ||
startOffset : int = 0
The starting offset from which results need to be returned. | SearchParameters | ||
systemSearch : Boolean = true
A flag that indicaates whether to fire search using system context. | SearchParameters |
Método | Definido por | ||
---|---|---|---|
Constructor. | SearchParameters | ||
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 |
cutPoints | propriedade |
public var cutPoints: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) |
Specify the level up to which objects are to be fetched and the properties are to be fetched.
includeContent | propriedade |
public var includeContent:Boolean = false
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) |
This parameter specifies whether content is to be retrieved.
includeFile | propriedade |
public var includeFile:Boolean = true
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) |
A flag that indicaates whether to include the file reference by default in the search results. Set the value to false
if you do not want this behavior.
maxSize | propriedade |
public var maxSize:int = 2.147483647E9
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) |
The maximum number of results to be returned.
performCaseSensitiveSearch | propriedade |
public var performCaseSensitiveSearch:Boolean = false
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) |
A flaog that indicates whether to perform a case-sensitive search.
searchSubtypes | propriedade |
public var searchSubtypes:Boolean = true
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) |
A flag that indicates whether subclasses should be searched.
startOffset | propriedade |
public var startOffset:int = 0
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) |
The starting offset from which results need to be returned.
systemSearch | propriedade |
public var systemSearch:Boolean = true
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) |
A flag that indicaates whether to fire search using system context. If set to false
then search would be fired based on User Context. Default value is true
.
SearchParameters | () | Construtor |
public function SearchParameters()
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.
Wed Jun 13 2018, 11:10 AM Z