Paket | lc.procmgmt.events |
Klasse | public class QueueSharingActionCompleteEvent |
Vererbung | QueueSharingActionCompleteEvent LiveCycleEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | 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 [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
token : lc.foundation.util:Token [schreibgeschützt]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | QueueSharingActionCompleteEvent | ||
[override]
Creates a copy of a QueueSharingActionCompleteEvent object
and sets the value of each property to match that of the original. | QueueSharingActionCompleteEvent | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
QUEUE_ACCESS_GRANT : String = "grant" [statisch]
A special value that specifies the forward task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REQUEST : String = "request" [statisch]
A special value that specifies the consult task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REVOKE : String = "revoke" [statisch]
A special value that specifies the share task event type. | QueueSharingActionCompleteEvent |
Eigenschaftendetails
otherUserOid | Eigenschaft |
public var otherUserOid:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user who owns the queue.
queueOwnerUserOid | Eigenschaft |
public var queueOwnerUserOid:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user for whom to share the queue with.
Konstruktordetails
QueueSharingActionCompleteEvent | () | Konstruktor |
public function QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParameterqueueOwnerUserOid: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.
|
Methodendetails
clone | () | Methode |
override public function clone():Event
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
|
Konstantendetails
QUEUE_ACCESS_GRANT | Konstante |
public static const QUEUE_ACCESS_GRANT:String = "grant"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the forward task event type.
QUEUE_ACCESS_REQUEST | Konstante |
public static const QUEUE_ACCESS_REQUEST:String = "request"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the consult task event type.
QUEUE_ACCESS_REVOKE | Konstante |
public static const QUEUE_ACCESS_REVOKE:String = "revoke"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the share task event type.
Tue Jun 12 2018, 10:04 AM Z