| 套件 | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性