Pakiet | lc.procmgmt.events |
Klasa | public class QueueSharingActionCompleteEvent |
Dziedziczenie | QueueSharingActionCompleteEvent LiveCycleEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | 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 [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
token : lc.foundation.util:Token [tylko do odczytu]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | QueueSharingActionCompleteEvent | ||
[przesłanianie]
Creates a copy of a QueueSharingActionCompleteEvent object
and sets the value of each property to match that of the original. | QueueSharingActionCompleteEvent | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
QUEUE_ACCESS_GRANT : String = "grant" [statyczny]
A special value that specifies the forward task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REQUEST : String = "request" [statyczny]
A special value that specifies the consult task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REVOKE : String = "revoke" [statyczny]
A special value that specifies the share task event type. | QueueSharingActionCompleteEvent |
Szczegół właściwości
otherUserOid | właściwość |
public var otherUserOid:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user who owns the queue.
queueOwnerUserOid | właściwość |
public var queueOwnerUserOid:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user for whom to share the queue with.
Konstruktor Szczegół
QueueSharingActionCompleteEvent | () | Konstruktor |
public function QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametryqueueOwnerUserOid: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.
|
Szczegół metody
clone | () | metoda |
override public function clone():Event
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
|
Szczegół stałej
QUEUE_ACCESS_GRANT | Stała |
public static const QUEUE_ACCESS_GRANT:String = "grant"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the forward task event type.
QUEUE_ACCESS_REQUEST | Stała |
public static const QUEUE_ACCESS_REQUEST:String = "request"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the consult task event type.
QUEUE_ACCESS_REVOKE | Stała |
public static const QUEUE_ACCESS_REVOKE:String = "revoke"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the share task event type.
Tue Jun 12 2018, 12:06 PM Z