Paket | lc.foundation.events |
Sınıf | public class CollectionResultEvent |
Miras Alma | CollectionResultEvent LiveCycleEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
Özellik | Tanımlayan: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
result : ListCollectionView
The result collection object. | CollectionResultEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
token : lc.foundation.util:Token [salt okunur]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Yöntem | Tanımlayan: | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Constructor. | CollectionResultEvent | ||
[geçersiz kıl]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
ASSIGNMENTS_FOR_TASK_RESULT : String = "assignmentsForTaskResult" [statik]
A special value that specifies to retrieve the assignments for a task. | CollectionResultEvent | ||
COLLECTION_RESULT : String = "collectionResult" [statik]
A special value that specifies a generic collection was provided. | CollectionResultEvent | ||
FILL_ATTACHMENTS : String = "fillAttachments" [statik]
A special value that specifies to fill attachments for the task. | CollectionResultEvent | ||
FILL_CATEGORIES : String = "fillCategories" [statik]
A speical value that specifies to fill the process categories. | CollectionResultEvent | ||
FILL_FAVORITES : String = "fillFavorites" [statik]
A special value that specifies to fill the Favorites. | CollectionResultEvent | ||
FILL_QUEUES : String = "fillQueues" [statik]
A special value that specifies to fill the queues. | CollectionResultEvent | ||
FILL_QUEUE_TASKS : String = "fillQueueTasks" [statik]
A special value that specifies to fill the queue tasks. | CollectionResultEvent | ||
FILL_SEARCH_TEMPLATE_DESCRIPTORS : String = "fillSearchTemplateDescriptors" [statik]
A special value that specifies to fill the search template descriptors. | CollectionResultEvent | ||
FILL_STARTPOINTS : String = "fillStartpoints" [statik]
A special value that specifies to fill the Task Manager startpoints (forms) to start a process. | CollectionResultEvent | ||
FILL_TASK_EXTRAS : String = "fillTaskExtras" [statik]
A special value that specifies to fill extras for a task. | CollectionResultEvent | ||
FILL_TASK_PROCESS_VARIABLES : String = "fillTaskProcessVariables" [statik]
A special value that specifies to fill the task process variables. | CollectionResultEvent | ||
FILL_TASKS : String = "fillTasks" [statik]
A special value that specifies to fill the tasks. | CollectionResultEvent | ||
FILL_USERS : String = "fillUsers" [statik]
A special value that specifies to fill the users. | CollectionResultEvent | ||
GET_ACCESSIBLE_USERS : String = "getAccessibleUsers" [statik]
A special value that specifies to retrieve accessible users. | CollectionResultEvent | ||
GET_GRANTED_USERS : String = "getGrantedUsers" [statik]
A special value that specifies to retrieve granted users. | CollectionResultEvent | ||
GET_GROUPS : String = "getGroups" [statik]
A special value that specifies to retrieve the groups. | CollectionResultEvent | ||
GET_PROCESS_VARIABLE_DEFINITIONS : String = "getProcessVariableDefinitions" [statik]
A special value that specifies to retrieve process variable definitions. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE : String = "getProcessVariablesForProcessInstance" [statik]
A special value that specifies to retrieve process variables belonging to a process instance. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER : String = "getProcessVariablesForQueueFilter" [statik]
A special value that specifies to retrieve process variables for queue filters. | CollectionResultEvent | ||
GET_STARTPOINTS : String = "getStartpoints" [statik]
A special value that specifies to retrieve Task Manager startpoints to start a process. | CollectionResultEvent | ||
GET_USERS_IN_GROUP : String = "getUserInGroup" [statik]
A special value that specifies to retrieve users belonging to a specifies group. | CollectionResultEvent | ||
PROCESSES_RESULT : String = "processesResult" [statik]
A special value that specifies to retrieve the process the result. | CollectionResultEvent | ||
PROCESS_INSTANCE_CHILDREN_RESULT : String = "ProcessInstanceChildrenResult" [statik]
A special value that specifies to retrieve a list of child processes for a process. | CollectionResultEvent | ||
PROCESS_INSTANCES_RESULT : String = "processInstancesResult" [statik]
A special value that specifies to retrieve the process instances result. | CollectionResultEvent | ||
SEARCH_COMPLETE : String = "searchComplete" [statik]
A special value that specifies the search completed. | CollectionResultEvent | ||
TASK_FOR_PROCESS_INSTANCE_RESULT : String = "taskForProcessInstanceResult" [statik]
A special value that specifies to retrieve the process instance results for a task. | CollectionResultEvent |
result | özellik |
public var result:ListCollectionView
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The result collection object.
CollectionResultEvent | () | Yapıcı |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrelertype: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 | () | yöntem |
override public function clone():Event
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const ASSIGNMENTS_FOR_TASK_RESULT:String = "assignmentsForTaskResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the assignments for a task.
COLLECTION_RESULT | Sabit |
public static const COLLECTION_RESULT:String = "collectionResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic collection was provided.
FILL_ATTACHMENTS | Sabit |
public static const FILL_ATTACHMENTS:String = "fillAttachments"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill attachments for the task.
FILL_CATEGORIES | Sabit |
public static const FILL_CATEGORIES:String = "fillCategories"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A speical value that specifies to fill the process categories.
FILL_FAVORITES | Sabit |
public static const FILL_FAVORITES:String = "fillFavorites"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the Favorites.
FILL_QUEUE_TASKS | Sabit |
public static const FILL_QUEUE_TASKS:String = "fillQueueTasks"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queue tasks.
FILL_QUEUES | Sabit |
public static const FILL_QUEUES:String = "fillQueues"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queues.
FILL_SEARCH_TEMPLATE_DESCRIPTORS | Sabit |
public static const FILL_SEARCH_TEMPLATE_DESCRIPTORS:String = "fillSearchTemplateDescriptors"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the search template descriptors.
FILL_STARTPOINTS | Sabit |
public static const FILL_STARTPOINTS:String = "fillStartpoints"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const FILL_TASK_EXTRAS:String = "fillTaskExtras"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill extras for a task.
FILL_TASK_PROCESS_VARIABLES | Sabit |
public static const FILL_TASK_PROCESS_VARIABLES:String = "fillTaskProcessVariables"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the task process variables.
FILL_TASKS | Sabit |
public static const FILL_TASKS:String = "fillTasks"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the tasks.
FILL_USERS | Sabit |
public static const FILL_USERS:String = "fillUsers"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the users.
GET_ACCESSIBLE_USERS | Sabit |
public static const GET_ACCESSIBLE_USERS:String = "getAccessibleUsers"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve accessible users.
GET_GRANTED_USERS | Sabit |
public static const GET_GRANTED_USERS:String = "getGrantedUsers"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve granted users.
GET_GROUPS | Sabit |
public static const GET_GROUPS:String = "getGroups"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the groups.
GET_PROCESS_VARIABLE_DEFINITIONS | Sabit |
public static const GET_PROCESS_VARIABLE_DEFINITIONS:String = "getProcessVariableDefinitions"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variable definitions.
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE | Sabit |
public static const GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE:String = "getProcessVariablesForProcessInstance"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER:String = "getProcessVariablesForQueueFilter"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variables for queue filters.
GET_STARTPOINTS | Sabit |
public static const GET_STARTPOINTS:String = "getStartpoints"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const GET_USERS_IN_GROUP:String = "getUserInGroup"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const PROCESS_INSTANCE_CHILDREN_RESULT:String = "ProcessInstanceChildrenResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const PROCESS_INSTANCES_RESULT:String = "processInstancesResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process instances result.
PROCESSES_RESULT | Sabit |
public static const PROCESSES_RESULT:String = "processesResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process the result.
SEARCH_COMPLETE | Sabit |
public static const SEARCH_COMPLETE:String = "searchComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the search completed.
TASK_FOR_PROCESS_INSTANCE_RESULT | Sabit |
public static const TASK_FOR_PROCESS_INSTANCE_RESULT:String = "taskForProcessInstanceResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z