パッケージ | lc.foundation.events |
クラス | public class CollectionResultEvent |
継承 | CollectionResultEvent LiveCycleEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
result : ListCollectionView
The result collection object. | CollectionResultEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
token : lc.foundation.util:Token [読み取り専用]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
メソッド | 定義元 | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Constructor. | CollectionResultEvent | ||
[オーバーライド]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
ASSIGNMENTS_FOR_TASK_RESULT : String = "assignmentsForTaskResult" [静的]
A special value that specifies to retrieve the assignments for a task. | CollectionResultEvent | ||
COLLECTION_RESULT : String = "collectionResult" [静的]
A special value that specifies a generic collection was provided. | CollectionResultEvent | ||
FILL_ATTACHMENTS : String = "fillAttachments" [静的]
A special value that specifies to fill attachments for the task. | CollectionResultEvent | ||
FILL_CATEGORIES : String = "fillCategories" [静的]
A speical value that specifies to fill the process categories. | CollectionResultEvent | ||
FILL_FAVORITES : String = "fillFavorites" [静的]
A special value that specifies to fill the Favorites. | CollectionResultEvent | ||
FILL_QUEUES : String = "fillQueues" [静的]
A special value that specifies to fill the queues. | CollectionResultEvent | ||
FILL_QUEUE_TASKS : String = "fillQueueTasks" [静的]
A special value that specifies to fill the queue tasks. | CollectionResultEvent | ||
FILL_SEARCH_TEMPLATE_DESCRIPTORS : String = "fillSearchTemplateDescriptors" [静的]
A special value that specifies to fill the search template descriptors. | CollectionResultEvent | ||
FILL_STARTPOINTS : String = "fillStartpoints" [静的]
A special value that specifies to fill the Task Manager startpoints (forms) to start a process. | CollectionResultEvent | ||
FILL_TASK_EXTRAS : String = "fillTaskExtras" [静的]
A special value that specifies to fill extras for a task. | CollectionResultEvent | ||
FILL_TASK_PROCESS_VARIABLES : String = "fillTaskProcessVariables" [静的]
A special value that specifies to fill the task process variables. | CollectionResultEvent | ||
FILL_TASKS : String = "fillTasks" [静的]
A special value that specifies to fill the tasks. | CollectionResultEvent | ||
FILL_USERS : String = "fillUsers" [静的]
A special value that specifies to fill the users. | CollectionResultEvent | ||
GET_ACCESSIBLE_USERS : String = "getAccessibleUsers" [静的]
A special value that specifies to retrieve accessible users. | CollectionResultEvent | ||
GET_GRANTED_USERS : String = "getGrantedUsers" [静的]
A special value that specifies to retrieve granted users. | CollectionResultEvent | ||
GET_GROUPS : String = "getGroups" [静的]
A special value that specifies to retrieve the groups. | CollectionResultEvent | ||
GET_PROCESS_VARIABLE_DEFINITIONS : String = "getProcessVariableDefinitions" [静的]
A special value that specifies to retrieve process variable definitions. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE : String = "getProcessVariablesForProcessInstance" [静的]
A special value that specifies to retrieve process variables belonging to a process instance. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER : String = "getProcessVariablesForQueueFilter" [静的]
A special value that specifies to retrieve process variables for queue filters. | CollectionResultEvent | ||
GET_STARTPOINTS : String = "getStartpoints" [静的]
A special value that specifies to retrieve Task Manager startpoints to start a process. | CollectionResultEvent | ||
GET_USERS_IN_GROUP : String = "getUserInGroup" [静的]
A special value that specifies to retrieve users belonging to a specifies group. | CollectionResultEvent | ||
PROCESSES_RESULT : String = "processesResult" [静的]
A special value that specifies to retrieve the process the result. | CollectionResultEvent | ||
PROCESS_INSTANCE_CHILDREN_RESULT : String = "ProcessInstanceChildrenResult" [静的]
A special value that specifies to retrieve a list of child processes for a process. | CollectionResultEvent | ||
PROCESS_INSTANCES_RESULT : String = "processInstancesResult" [静的]
A special value that specifies to retrieve the process instances result. | CollectionResultEvent | ||
SEARCH_COMPLETE : String = "searchComplete" [静的]
A special value that specifies the search completed. | CollectionResultEvent | ||
TASK_FOR_PROCESS_INSTANCE_RESULT : String = "taskForProcessInstanceResult" [静的]
A special value that specifies to retrieve the process instance results for a task. | CollectionResultEvent |
result | プロパティ |
public var result:ListCollectionView
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The result collection object.
CollectionResultEvent | () | コンストラクター |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターtype:String — Specifies 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.
| |
collection:ListCollectionView — Specifies the result collection.
| |
token:lc.foundation.util:Token — Specifies the request token.
|
clone | () | メソッド |
override public function clone():Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of a CollectionResultEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the CollectionResultEvent object.
|
ASSIGNMENTS_FOR_TASK_RESULT | 定数 |
public static const ASSIGNMENTS_FOR_TASK_RESULT:String = "assignmentsForTaskResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the assignments for a task.
COLLECTION_RESULT | 定数 |
public static const COLLECTION_RESULT:String = "collectionResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic collection was provided.
FILL_ATTACHMENTS | 定数 |
public static const FILL_ATTACHMENTS:String = "fillAttachments"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill attachments for the task.
FILL_CATEGORIES | 定数 |
public static const FILL_CATEGORIES:String = "fillCategories"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A speical value that specifies to fill the process categories.
FILL_FAVORITES | 定数 |
public static const FILL_FAVORITES:String = "fillFavorites"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the Favorites.
FILL_QUEUE_TASKS | 定数 |
public static const FILL_QUEUE_TASKS:String = "fillQueueTasks"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queue tasks.
FILL_QUEUES | 定数 |
public static const FILL_QUEUES:String = "fillQueues"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queues.
FILL_SEARCH_TEMPLATE_DESCRIPTORS | 定数 |
public static const FILL_SEARCH_TEMPLATE_DESCRIPTORS:String = "fillSearchTemplateDescriptors"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the search template descriptors.
FILL_STARTPOINTS | 定数 |
public static const FILL_STARTPOINTS:String = "fillStartpoints"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the Task Manager startpoints (forms) to start a process.
FILL_TASK_EXTRAS | 定数 |
public static const FILL_TASK_EXTRAS:String = "fillTaskExtras"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill extras for a task.
FILL_TASK_PROCESS_VARIABLES | 定数 |
public static const FILL_TASK_PROCESS_VARIABLES:String = "fillTaskProcessVariables"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the task process variables.
FILL_TASKS | 定数 |
public static const FILL_TASKS:String = "fillTasks"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the tasks.
FILL_USERS | 定数 |
public static const FILL_USERS:String = "fillUsers"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the users.
GET_ACCESSIBLE_USERS | 定数 |
public static const GET_ACCESSIBLE_USERS:String = "getAccessibleUsers"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve accessible users.
GET_GRANTED_USERS | 定数 |
public static const GET_GRANTED_USERS:String = "getGrantedUsers"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve granted users.
GET_GROUPS | 定数 |
public static const GET_GROUPS:String = "getGroups"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the groups.
GET_PROCESS_VARIABLE_DEFINITIONS | 定数 |
public static const GET_PROCESS_VARIABLE_DEFINITIONS:String = "getProcessVariableDefinitions"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variable definitions.
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE | 定数 |
public static const GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE:String = "getProcessVariablesForProcessInstance"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variables belonging to a process instance.
GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER | 定数 |
public static const GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER:String = "getProcessVariablesForQueueFilter"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variables for queue filters.
GET_STARTPOINTS | 定数 |
public static const GET_STARTPOINTS:String = "getStartpoints"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve Task Manager startpoints to start a process.
GET_USERS_IN_GROUP | 定数 |
public static const GET_USERS_IN_GROUP:String = "getUserInGroup"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve users belonging to a specifies group.
PROCESS_INSTANCE_CHILDREN_RESULT | 定数 |
public static const PROCESS_INSTANCE_CHILDREN_RESULT:String = "ProcessInstanceChildrenResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve a list of child processes for a process.
PROCESS_INSTANCES_RESULT | 定数 |
public static const PROCESS_INSTANCES_RESULT:String = "processInstancesResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process instances result.
PROCESSES_RESULT | 定数 |
public static const PROCESSES_RESULT:String = "processesResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process the result.
SEARCH_COMPLETE | 定数 |
public static const SEARCH_COMPLETE:String = "searchComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the search completed.
TASK_FOR_PROCESS_INSTANCE_RESULT | 定数 |
public static const TASK_FOR_PROCESS_INSTANCE_RESULT:String = "taskForProcessInstanceResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process instance results for a task.
Tue Jun 12 2018, 10:34 AM Z