Пакет | lc.procmgmt.events |
Класс | public class QueueSharingActionCompleteEvent |
Наследование | QueueSharingActionCompleteEvent LiveCycleEvent Event Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
QueueSharingActionCompleteEvent
event is dispatched when a queue-sharing
action such as grant, request, or revoke returns. This does not mean that the task is
available to the recipient; it only means that the action has been accepted.
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
bubbles : Boolean [только для чтения]
Определяет, является ли событие событием восходящей цепочки. | Event | ||
cancelable : Boolean [только для чтения]
Указывает, можно ли предотвратить поведение, связанное с событием. | Event | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
currentTarget : Object [только для чтения]
Объект, активно обрабатывающий объект Event с помощью прослушивателя событий. | Event | ||
eventPhase : uint [только для чтения]
Текущая фаза в потоке событий. | Event | ||
otherUserOid : String
The identifier of the user who owns the queue. | QueueSharingActionCompleteEvent | ||
queueOwnerUserOid : String
The identifier of the user for whom to share the queue with. | QueueSharingActionCompleteEvent | ||
target : Object [только для чтения]
Целевой объект события. | Event | ||
token : lc.foundation.util:Token [только для чтения]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [только для чтения]
Тип события. | Event |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | QueueSharingActionCompleteEvent | ||
[переопределить]
Creates a copy of a QueueSharingActionCompleteEvent object
and sets the value of each property to match that of the original. | QueueSharingActionCompleteEvent | ||
Служебная функция для реализации метода toString() в пользовательских классах ActionScript 3.0 Event. | Event | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Проверяет, выполнялся ли для события вызова метода preventDefault(). | Event | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Отменяет поведение по умолчанию для события, если такое поведение можно отменить. | Event | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Отменяет обработку прослушивателей событий в текущем узле, а также во всех узлах, которые следуют в потоке событий за текущим узлом. | Event | ||
Отменяет обработку прослушивателей событий в узлах, которые следуют в потоке событий за текущим узлом. | Event | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строку, содержащую все свойства объекта Event. | Event | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
QUEUE_ACCESS_GRANT : String = "grant" [статические]
A special value that specifies the forward task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REQUEST : String = "request" [статические]
A special value that specifies the consult task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REVOKE : String = "revoke" [статические]
A special value that specifies the share task event type. | QueueSharingActionCompleteEvent |
Сведения о свойстве
otherUserOid | свойство |
public var otherUserOid:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user who owns the queue.
queueOwnerUserOid | свойство |
public var queueOwnerUserOid:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user for whom to share the queue with.
Сведения о конструкторе
QueueSharingActionCompleteEvent | () | Конструктор |
public function QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ПараметрыqueueOwnerUserOid:String — Specifies the user to share with, request a share with, or revoke sharing with.
| |
otherUserOid:String — Specifies the user who owns the queue.
| |
type:String — Specifies the type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
token:lc.foundation.util:Token — Specifies the request token.
|
Сведения о методе
clone | () | метод |
override public function clone():Event
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of a QueueSharingActionCompleteEvent
object
and sets the value of each property to match that of the original.
Event — An event representing a queue-sharing action such as grant, request, or revoke.
|
Сведения о константе
QUEUE_ACCESS_GRANT | Константа |
public static const QUEUE_ACCESS_GRANT:String = "grant"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the forward task event type.
QUEUE_ACCESS_REQUEST | Константа |
public static const QUEUE_ACCESS_REQUEST:String = "request"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the consult task event type.
QUEUE_ACCESS_REVOKE | Константа |
public static const QUEUE_ACCESS_REVOKE:String = "revoke"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the share task event type.
Tue Jun 12 2018, 11:34 AM Z