Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
lc.procmgmt 

QueueConstants  - AS3 ADEP Workspace

Пакетlc.procmgmt
Классpublic class QueueConstants
НаследованиеQueueConstants Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

The QueueConstants class holds constants for the Queue class type and filter properties. It also provides static helper methods to convert these numeric constants into localized strings.



Общедоступные свойства
 СвойствоОпределено
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
Общедоступные методы
 МетодОпределено
  
[статические] Returns a localized string corresponding to the passed queue type.
QueueConstants
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Общедоступные константы
 КонстантаОпределено
  DRAFTS : Number = -1
[статические] A special value that identifies the queue as being the drafts container for the user.
QueueConstants
  FILTER_TODO : int = 1
[статические] A special value that sets the task collection filter for this queue to only contain tasks for this queue that are not start tasks.
QueueConstants
  FILTER_TODO_DRAFTS : int = 2
[статические] A special value that sets the task collection filter for this queue to only contain tasks for this user that are not start tasks and have a status of assigned_saved.
QueueConstants
  GROUP : Number = 2
[статические] A special value that identifies the queue as one where the user is a member of the group.
QueueConstants
  OTHER_SHARED : Number = 3
[статические] A special value that identifies the 'pseudo-queue' that contains all tasks from other user queues that have been explicity shared.
QueueConstants
  OWNER : Number = 0
[статические] A special value that identifies the queue as one being owned by the user.
QueueConstants
  USER : Number = 1
[статические] A special value that identifies the queue as one being owned by another user.
QueueConstants
Сведения о методе

getQueueType

()метод
public static function getQueueType(value:Number):String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Returns a localized string corresponding to the passed queue type.

Параметры

value:Number — Specifies the queue type. It must a value of one of the following constants: OWNER, USER, or GROUP.

Возвращает
String — A localized string corresponding to the passed value.
Сведения о константе

DRAFTS

Константа
public static const DRAFTS:Number = -1

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that identifies the queue as being the drafts container for the user.

FILTER_TODO

Константа 
public static const FILTER_TODO:int = 1

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that sets the task collection filter for this queue to only contain tasks for this queue that are not start tasks.

FILTER_TODO_DRAFTS

Константа 
public static const FILTER_TODO_DRAFTS:int = 2

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that sets the task collection filter for this queue to only contain tasks for this user that are not start tasks and have a status of assigned_saved.

GROUP

Константа 
public static const GROUP:Number = 2

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that identifies the queue as one where the user is a member of the group. A group queue is shared among many other users.

OTHER_SHARED

Константа 
public static const OTHER_SHARED:Number = 3

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that identifies the 'pseudo-queue' that contains all tasks from other user queues that have been explicity shared. In this case, the other user queues have not been shared with the current user.

OWNER

Константа 
public static const OWNER:Number = 0

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that identifies the queue as one being owned by the user. The user's default queue is an example of this type of queue, and normally the only one of this type.

USER

Константа 
public static const USER:Number = 1

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that identifies the queue as one being owned by another user. The queue would have been shared by another user.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.