| 包 | com.adobe.livecycle.assetmanager.client.model.cms |
| 类 | public class SearchParameters |
| 继承 | SearchParameters Object |
不推荐使用: Deprecated
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
![]() | constructor : Object
对类对象或给定对象实例的构造函数的引用。 | 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 | ||
公共常量
| 常量 | 由以下参数定义 | ||
|---|---|---|---|
| ALL_CHILDREN : String = "ALL_CHILDREN" [静态]
Specifies to fetch all children. | SearchParameters | ||
| IMMEDIATE_CHILDREN : String = "IMMEDIATE_CHILDREN" [静态]
Specifies to fetch first-level children only. | SearchParameters | ||
| NO_CHILDREN : String = "NO_CHILDREN" [静态]
Specifies to fetch no children. | SearchParameters | ||
属性详细信息
includeContent | 属性 |
public var includeContent:Boolean = false| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether to retrieve content or not.
maxSize | 属性 |
public var maxSize:int = 2.147483647E9| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the maximum number of results to return.
searchAllVersions | 属性 |
public var searchAllVersions:Boolean = false| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | 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 | 属性 |
public var searchDepth:String = "NO_CHILDREN"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | 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 | 属性 |
public var searchSubTypes:Boolean = false| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether subclasses are also searched.
startOffset | 属性 |
public var startOffset:int = 0| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the value used to offset the start of the search.
systemSearch | 属性 |
public var systemSearch:Boolean = false| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether the search also returns system assets. For example, system data dictionaries.
常量详细信息
ALL_CHILDREN | 常量 |
public static const ALL_CHILDREN:String = "ALL_CHILDREN"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch all children.
IMMEDIATE_CHILDREN | 常量 |
public static const IMMEDIATE_CHILDREN:String = "IMMEDIATE_CHILDREN"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch first-level children only.
NO_CHILDREN | 常量 |
public static const NO_CHILDREN:String = "NO_CHILDREN"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Manager Building Block 9.5 |
| 运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch no children.
Tue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性