包 | 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, 11:04 AM Z