ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.events 

QueueSharingActionCompleteEvent  - AS3 ADEP Workspace

Packagelc.procmgmt.events
Classpublic class QueueSharingActionCompleteEvent
InheritanceQueueSharingActionCompleteEvent Inheritance LiveCycleEvent Inheritance Event Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The 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.



Public Properties
 PropertyDefined By
 Inheritedbubbles : Boolean
[read-only] Indicates whether an event is a bubbling event.
Event
 Inheritedcancelable : Boolean
[read-only] Indicates whether the behavior associated with the event can be prevented.
Event
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcurrentTarget : Object
[read-only] The object that is actively processing the Event object with an event listener.
Event
 InheritedeventPhase : uint
[read-only] The current phase in the event flow.
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
 Inheritedtarget : Object
[read-only] The event target.
Event
 Inheritedtoken : lc.foundation.util:Token
[read-only] The token that represents the call to the method.
LiveCycleEvent
 Inheritedtype : String
[read-only] The type of event.
Event
Public Methods
 MethodDefined By
  
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
 Inherited
formatToString(className:String, ... arguments):String
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
Event
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Checks whether the preventDefault() method has been called on the event.
Event
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Cancels an event's default behavior if that behavior can be canceled.
Event
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
Event
 Inherited
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
Event
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns a string containing all the properties of the Event object.
Event
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  QUEUE_ACCESS_GRANT : String = "grant"
[static] A special value that specifies the forward task event type.
QueueSharingActionCompleteEvent
  QUEUE_ACCESS_REQUEST : String = "request"
[static] A special value that specifies the consult task event type.
QueueSharingActionCompleteEvent
  QUEUE_ACCESS_REVOKE : String = "revoke"
[static] A special value that specifies the share task event type.
QueueSharingActionCompleteEvent
Property Detail

otherUserOid

property
public var otherUserOid:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the user who owns the queue.

queueOwnerUserOid

property 
public var queueOwnerUserOid:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the user for whom to share the queue with.

Constructor Detail

QueueSharingActionCompleteEvent

()Constructor
public function QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parameters
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.
Method Detail

clone

()method
override public function clone():Event

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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.

Returns
Event — An event representing a queue-sharing action such as grant, request, or revoke.
Constant Detail

QUEUE_ACCESS_GRANT

Constant
public static const QUEUE_ACCESS_GRANT:String = "grant"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the forward task event type.

QUEUE_ACCESS_REQUEST

Constant 
public static const QUEUE_ACCESS_REQUEST:String = "request"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the consult task event type.

QUEUE_ACCESS_REVOKE

Constant 
public static const QUEUE_ACCESS_REVOKE:String = "revoke"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the share task event type.