Package | com.adobe.livecycle.assetmanager.client.model.cms |
Class | public class SearchParameters |
Inheritance | SearchParameters Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
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 |
Constant | Defined By | ||
---|---|---|---|
ALL_CHILDREN : String = "ALL_CHILDREN" [static]
Specifies to fetch all children. | SearchParameters | ||
IMMEDIATE_CHILDREN : String = "IMMEDIATE_CHILDREN" [static]
Specifies to fetch first-level children only. | SearchParameters | ||
NO_CHILDREN : String = "NO_CHILDREN" [static]
Specifies to fetch no children. | SearchParameters |
includeContent | property |
public var includeContent:Boolean = false
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether to retrieve content or not.
maxSize | property |
public var maxSize:int = 2.147483647E9
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the maximum number of results to return.
searchAllVersions | property |
public var searchAllVersions:Boolean = false
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | 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 | property |
public var searchDepth:String = "NO_CHILDREN"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | 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 | property |
public var searchSubTypes:Boolean = false
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether subclasses are also searched.
startOffset | property |
public var startOffset:int = 0
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the value used to offset the start of the search.
systemSearch | property |
public var systemSearch:Boolean = false
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether the search also returns system assets. For example, system data dictionaries.
ALL_CHILDREN | Constant |
public static const ALL_CHILDREN:String = "ALL_CHILDREN"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch all children.
IMMEDIATE_CHILDREN | Constant |
public static const IMMEDIATE_CHILDREN:String = "IMMEDIATE_CHILDREN"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch first-level children only.
NO_CHILDREN | Constant |
public static const NO_CHILDREN:String = "NO_CHILDREN"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies to fetch no children.
Mon Nov 28 2011, 06:48 AM -08:00