Пакет | com.adobe.ep.ux.content.model.search |
Класс | public class SearchParameters |
Наследование | SearchParameters Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Свойство | Определено | ||
---|---|---|---|
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | 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 |
Метод | Определено | ||
---|---|---|---|
Constructor. | SearchParameters | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
cutPoints | свойство |
public var cutPoints:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | 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 | свойство |
public var includeContent:Boolean = false
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This parameter specifies whether content is to be retrieved.
includeFile | свойство |
public var includeFile:Boolean = true
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | 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 | свойство |
public var maxSize:int = 2.147483647E9
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The maximum number of results to be returned.
performCaseSensitiveSearch | свойство |
public var performCaseSensitiveSearch:Boolean = false
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A flaog that indicates whether to perform a case-sensitive search.
searchSubtypes | свойство |
public var searchSubtypes:Boolean = true
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A flag that indicates whether subclasses should be searched.
startOffset | свойство |
public var startOffset:int = 0
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The starting offset from which results need to be returned.
systemSearch | свойство |
public var systemSearch:Boolean = true
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | 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 | () | Конструктор |
public function SearchParameters()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Tue Jun 12 2018, 11:34 AM Z