Пакет | com.adobe.ep.ux.content.model.relation |
Класс | public class RelationParameters |
Наследование | RelationParameters 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 upto which objects are to be fetched and the properties that need to be fetched. | RelationParameters | ||
includeContent : Boolean = false
This parameter specifies whether the content has to be retrieved or not
| RelationParameters | ||
maxSize : int = 2.147483647E9
maximum number of results to be returned. | RelationParameters | ||
startOffset : int = 0
The starting offset from which results need to be returned. | RelationParameters |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | RelationParameters | ||
Показывает, определено ли заданное свойство для объекта. | 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 upto which objects are to be fetched and the properties that need 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 the content has to be retrieved or not
maxSize | свойство |
public var maxSize:int = 2.147483647E9
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
maximum number of results to be returned.
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.
Сведения о конструкторе
RelationParameters | () | Конструктор |
public function RelationParameters()
Язык версии: | 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