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 

TaskActionCompleteEvent  - AS3 ADEP Workspace

Packagelc.procmgmt.events
Classpublic class TaskActionCompleteEvent
InheritanceTaskActionCompleteEvent 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 TaskActionCompleteEvent event is dispatched when a task action such as consult, forward, or delegate returns. This does not mean that the task is available to the recipient; it 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
 Inheritedtarget : Object
[read-only] The event target.
Event
  taskId : String
The unique identifier of the task.
TaskActionCompleteEvent
 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
  userOid : String
The identifier of the user that the task was sent to.
TaskActionCompleteEvent
Public Methods
 MethodDefined By
  
TaskActionCompleteEvent(taskId:String, userOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor.
TaskActionCompleteEvent
  
[override] Creates a copy of a TaskActionCompletedEvent object and sets the value of each property to match that of the original.
TaskActionCompleteEvent
 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
  TASK_ABANDON : String = "taskAbandon"
[static] A special value that specifies the abandon task event type.
TaskActionCompleteEvent
  TASK_CLAIM : String = "taskClaim"
[static] A special value that specifies the claim task event type.
TaskActionCompleteEvent
  TASK_CONSULT : String = "taskConsult"
[static] A special value that specifies the consult task event type.
TaskActionCompleteEvent
  TASK_DESCRIPTION : String = "taskDescription"
[static] A special value that specifies the description changed for the task event type.
TaskActionCompleteEvent
  TASK_FORWARD : String = "taskForward"
[static] A special value that specifies the forward task event type.
TaskActionCompleteEvent
  TASK_LOCK : String = "taskLock"
[static] A special value that specifies the lock task event type.
TaskActionCompleteEvent
  TASK_REJECT : String = "taskReject"
[static] A special value that specifies the reject task event type.
TaskActionCompleteEvent
  TASK_SHARE : String = "taskShare"
[static] A special value that specifies the share task event type.
TaskActionCompleteEvent
  TASK_UNLOCK : String = "taskUnlock"
[static] A special value that specifies the unlock task event type.
TaskActionCompleteEvent
  TASK_VISIBILITY : String = "taskVisibility"
[static] A special value that specifies that the visibility changed for the task event type.
TaskActionCompleteEvent
Property Detail

taskId

property
public var taskId: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 unique identifier of the task.

userOid

property 
public var userOid: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 that the task was sent to.

Constructor Detail

TaskActionCompleteEvent

()Constructor
public function TaskActionCompleteEvent(taskId:String, userOid: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
taskId:String — Specifies the identifier of the task.
 
userOid:String — Specifies the identifier of the user that the task was sent to.
 
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 TaskActionCompletedEvent object and sets the value of each property to match that of the original.

Returns
Event — A copy of the TaskActionCompletedEvent object.
Constant Detail

TASK_ABANDON

Constant
public static const TASK_ABANDON:String = "taskAbandon"

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 abandon task event type.

TASK_CLAIM

Constant 
public static const TASK_CLAIM:String = "taskClaim"

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 claim task event type.

TASK_CONSULT

Constant 
public static const TASK_CONSULT:String = "taskConsult"

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.

TASK_DESCRIPTION

Constant 
public static const TASK_DESCRIPTION:String = "taskDescription"

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 description changed for the task event type.

TASK_FORWARD

Constant 
public static const TASK_FORWARD:String = "taskForward"

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.

TASK_LOCK

Constant 
public static const TASK_LOCK:String = "taskLock"

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 lock task event type.

TASK_REJECT

Constant 
public static const TASK_REJECT:String = "taskReject"

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 reject task event type.

TASK_SHARE

Constant 
public static const TASK_SHARE:String = "taskShare"

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.

TASK_UNLOCK

Constant 
public static const TASK_UNLOCK:String = "taskUnlock"

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 unlock task event type.

TASK_VISIBILITY

Constant 
public static const TASK_VISIBILITY:String = "taskVisibility"

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 that the visibility changed for the task event type.