Paket | lc.procmgmt |
Klasse | public class QueueConstants |
Vererbung | QueueConstants Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Methode | Definiert von | ||
---|---|---|---|
[statisch]
Returns a localized string corresponding to the passed queue type. | QueueConstants | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
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 | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
DRAFTS : Number = -1 [statisch]
A special value that identifies the queue as being the drafts
container for the user. | QueueConstants | ||
FILTER_TODO : int = 1 [statisch]
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 [statisch]
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 [statisch]
A special value that identifies the queue as one where the user is a member of the
group. | QueueConstants | ||
OTHER_SHARED : Number = 3 [statisch]
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 [statisch]
A special value that identifies the queue as one being owned by the
user. | QueueConstants | ||
USER : Number = 1 [statisch]
A special value that identifies the queue as one being owned by another
user. | QueueConstants |
getQueueType | () | Methode |
public static function getQueueType(value:Number):String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed queue type.
Parameter
value:Number — Specifies the queue type. It must a value of one of the following
constants: OWNER , USER , or GROUP .
|
String — A localized string corresponding to the passed value.
|
DRAFTS | Konstante |
public static const DRAFTS:Number = -1
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 identifies the queue as being the drafts container for the user.
FILTER_TODO | Konstante |
public static const FILTER_TODO:int = 1
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 sets the task collection filter for this queue to only contain tasks for this queue that are not start tasks.
FILTER_TODO_DRAFTS | Konstante |
public static const FILTER_TODO_DRAFTS:int = 2
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 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 | Konstante |
public static const GROUP:Number = 2
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 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 | Konstante |
public static const OTHER_SHARED:Number = 3
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 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 | Konstante |
public static const OWNER:Number = 0
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 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 | Konstante |
public static const USER:Number = 1
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 identifies the queue as one being owned by another user. The queue would have been shared by another user.
Tue Jun 12 2018, 10:04 AM Z