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

QueueConstants  - AS3 ADEP Workspace

Packagelc.procmgmt
Classpublic class QueueConstants
InheritanceQueueConstants 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 QueueConstants class holds constants for the Queue class type and filter properties. It also provides static helper methods to convert these numeric constants into localized strings.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
[static] Returns a localized string corresponding to the passed queue type.
QueueConstants
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  DRAFTS : Number = -1
[static] A special value that identifies the queue as being the drafts container for the user.
QueueConstants
  FILTER_TODO : int = 1
[static] A special value that sets the task collection filter for this queue to only contain tasks for this queue that are not start tasks.
QueueConstants
  FILTER_TODO_DRAFTS : int = 2
[static] A special value that sets the task collection filter for this queue to only contain tasks for this user that are not start tasks and have a status of assigned_saved.
QueueConstants
  GROUP : Number = 2
[static] A special value that identifies the queue as one where the user is a member of the group.
QueueConstants
  OTHER_SHARED : Number = 3
[static] A special value that identifies the 'pseudo-queue' that contains all tasks from other user queues that have been explicity shared.
QueueConstants
  OWNER : Number = 0
[static] A special value that identifies the queue as one being owned by the user.
QueueConstants
  USER : Number = 1
[static] A special value that identifies the queue as one being owned by another user.
QueueConstants
Method Detail

getQueueType

()method
public static function getQueueType(value:Number):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

Returns a localized string corresponding to the passed queue type.

Parameters

value:Number — Specifies the queue type. It must a value of one of the following constants: OWNER, USER, or GROUP.

Returns
String — A localized string corresponding to the passed value.
Constant Detail

DRAFTS

Constant
public static const DRAFTS:Number = -1

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 identifies the queue as being the drafts container for the user.

FILTER_TODO

Constant 
public static const FILTER_TODO:int = 1

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 sets the task collection filter for this queue to only contain tasks for this queue that are not start tasks.

FILTER_TODO_DRAFTS

Constant 
public static const FILTER_TODO_DRAFTS:int = 2

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 sets the task collection filter for this queue to only contain tasks for this user that are not start tasks and have a status of assigned_saved.

GROUP

Constant 
public static const GROUP:Number = 2

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 identifies the queue as one where the user is a member of the group. A group queue is shared among many other users.

OTHER_SHARED

Constant 
public static const OTHER_SHARED:Number = 3

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 identifies the 'pseudo-queue' that contains all tasks from other user queues that have been explicity shared. In this case, the other user queues have not been shared with the current user.

OWNER

Constant 
public static const OWNER:Number = 0

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 identifies the queue as one being owned by the user. The user's default queue is an example of this type of queue, and normally the only one of this type.

USER

Constant 
public static const USER:Number = 1

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 identifies the queue as one being owned by another user. The queue would have been shared by another user.