パッケージ | lc.procmgmt |
クラス | public class QueueConstants |
継承 | QueueConstants Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
メソッド | 定義元 | ||
---|---|---|---|
[静的]
Returns a localized string corresponding to the passed queue type. | QueueConstants | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
DRAFTS : Number = -1 [静的]
A special value that identifies the queue as being the drafts
container for the user. | QueueConstants | ||
FILTER_TODO : int = 1 [静的]
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 [静的]
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 [静的]
A special value that identifies the queue as one where the user is a member of the
group. | QueueConstants | ||
OTHER_SHARED : Number = 3 [静的]
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 [静的]
A special value that identifies the queue as one being owned by the
user. | QueueConstants | ||
USER : Number = 1 [静的]
A special value that identifies the queue as one being owned by another
user. | QueueConstants |
getQueueType | () | メソッド |
public static function getQueueType(value:Number):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed queue type.
パラメーター
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 | 定数 |
public static const DRAFTS:Number = -1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const FILTER_TODO:int = 1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const FILTER_TODO_DRAFTS:int = 2
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const GROUP:Number = 2
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const OTHER_SHARED:Number = 3
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const OWNER:Number = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const USER:Number = 1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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:34 AM Z