Пакет | lc.procmgmt.domain |
Класс | public class InitialQueue |
Наследование | InitialQueue QueueBase DomainObject Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
InitialQueue
class represents the initial queue on the Document Server.
The tasks in an initial queue are started from starting a process, but have not
yet been completed.
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | InitialQueue | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | QueueBase | ||
Adds a task to the queue. | QueueBase | ||
Dispatches an event into the event flow. | QueueBase | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | QueueBase | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Determines whether the queue is a group queue. | QueueBase | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Determines whether the queue is a shared queue. | QueueBase | ||
Determines whether the queue is the user's queue. | QueueBase | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Removes a listener from the EventDispatcher object. | QueueBase | ||
Removes a task from the queue. | QueueBase | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase |
Сведения о конструкторе
InitialQueue | () | Конструктор |
public function InitialQueue()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 11:34 AM Z