Pacote | com.adobe.livecycle.assetmanager.client.model.cms |
Classe | public class SearchParameters |
Herança | SearchParameters Object |
Deprecado: Deprecated
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propriedades públicas
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 | ||
includeContent : Boolean = false
Specifies whether to retrieve content or not. | SearchParameters | ||
maxSize : int = 2.147483647E9
Specifies the maximum number of results to return. | SearchParameters | ||
searchAllVersions : Boolean = false
Specifies whether to return the non-latest versions in search results. | SearchParameters | ||
searchDepth : String = "NO_CHILDREN"
Specifies the depth of the search. | SearchParameters | ||
searchSubTypes : Boolean = false
Specifies whether subclasses are also searched. | SearchParameters | ||
startOffset : int = 0
Specifies the value used to offset the start of the search. | SearchParameters | ||
systemSearch : Boolean = false
Specifies whether the search also returns system assets. | SearchParameters |
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALL_CHILDREN : String = "ALL_CHILDREN" [estático]
Specifies to fetch all children. | SearchParameters | ||
IMMEDIATE_CHILDREN : String = "IMMEDIATE_CHILDREN" [estático]
Specifies to fetch first-level children only. | SearchParameters | ||
NO_CHILDREN : String = "NO_CHILDREN" [estático]
Specifies to fetch no children. | SearchParameters |
Detalhes da propriedade
includeContent | propriedade |
public var includeContent:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether to retrieve content or not.
maxSize | propriedade |
public var maxSize:int = 2.147483647E9
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the maximum number of results to return.
searchAllVersions | propriedade |
public var searchAllVersions:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether to return the non-latest versions in search results. Used only for searchRepositoryObjects.
searchDepth | propriedade |
public var searchDepth:String = "NO_CHILDREN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the depth of the search. Valid values are NO_CHILDREN, IMMEDIATE_CHILDREN, and ALL_CHILDREN.
searchSubTypes | propriedade |
public var searchSubTypes:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether subclasses are also searched.
startOffset | propriedade |
public var startOffset:int = 0
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the value used to offset the start of the search.
systemSearch | propriedade |
public var systemSearch:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether the search also returns system assets. For example, system data dictionaries.
Detalhes da constante
ALL_CHILDREN | Constante |
public static const ALL_CHILDREN:String = "ALL_CHILDREN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch all children.
IMMEDIATE_CHILDREN | Constante |
public static const IMMEDIATE_CHILDREN:String = "IMMEDIATE_CHILDREN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch first-level children only.
NO_CHILDREN | Constante |
public static const NO_CHILDREN:String = "NO_CHILDREN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch no children.
Wed Jun 13 2018, 11:10 AM Z