Pacote | lc.foundation.events |
Classe | public class CollectionResultEvent |
Herança | CollectionResultEvent LiveCycleEvent Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
Propriedade | Definido por | ||
---|---|---|---|
bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | ||
cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | ||
eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | ||
result : ListCollectionView
The result collection object. | CollectionResultEvent | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
token : lc.foundation.util:Token [somente leitura]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [somente leitura]
O tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Constructor. | CollectionResultEvent | ||
[substituir]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Verifica se o método preventDefault() foi chamado no evento. | Event | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | ||
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna uma string que contém todas as propriedades do objeto Event. | Event | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
ASSIGNMENTS_FOR_TASK_RESULT : String = "assignmentsForTaskResult" [estático]
A special value that specifies to retrieve the assignments for a task. | CollectionResultEvent | ||
COLLECTION_RESULT : String = "collectionResult" [estático]
A special value that specifies a generic collection was provided. | CollectionResultEvent | ||
FILL_ATTACHMENTS : String = "fillAttachments" [estático]
A special value that specifies to fill attachments for the task. | CollectionResultEvent | ||
FILL_CATEGORIES : String = "fillCategories" [estático]
A speical value that specifies to fill the process categories. | CollectionResultEvent | ||
FILL_FAVORITES : String = "fillFavorites" [estático]
A special value that specifies to fill the Favorites. | CollectionResultEvent | ||
FILL_QUEUES : String = "fillQueues" [estático]
A special value that specifies to fill the queues. | CollectionResultEvent | ||
FILL_QUEUE_TASKS : String = "fillQueueTasks" [estático]
A special value that specifies to fill the queue tasks. | CollectionResultEvent | ||
FILL_SEARCH_TEMPLATE_DESCRIPTORS : String = "fillSearchTemplateDescriptors" [estático]
A special value that specifies to fill the search template descriptors. | CollectionResultEvent | ||
FILL_STARTPOINTS : String = "fillStartpoints" [estático]
A special value that specifies to fill the Task Manager startpoints (forms) to start a process. | CollectionResultEvent | ||
FILL_TASK_EXTRAS : String = "fillTaskExtras" [estático]
A special value that specifies to fill extras for a task. | CollectionResultEvent | ||
FILL_TASK_PROCESS_VARIABLES : String = "fillTaskProcessVariables" [estático]
A special value that specifies to fill the task process variables. | CollectionResultEvent | ||
FILL_TASKS : String = "fillTasks" [estático]
A special value that specifies to fill the tasks. | CollectionResultEvent | ||
FILL_USERS : String = "fillUsers" [estático]
A special value that specifies to fill the users. | CollectionResultEvent | ||
GET_ACCESSIBLE_USERS : String = "getAccessibleUsers" [estático]
A special value that specifies to retrieve accessible users. | CollectionResultEvent | ||
GET_GRANTED_USERS : String = "getGrantedUsers" [estático]
A special value that specifies to retrieve granted users. | CollectionResultEvent | ||
GET_GROUPS : String = "getGroups" [estático]
A special value that specifies to retrieve the groups. | CollectionResultEvent | ||
GET_PROCESS_VARIABLE_DEFINITIONS : String = "getProcessVariableDefinitions" [estático]
A special value that specifies to retrieve process variable definitions. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE : String = "getProcessVariablesForProcessInstance" [estático]
A special value that specifies to retrieve process variables belonging to a process instance. | CollectionResultEvent | ||
GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER : String = "getProcessVariablesForQueueFilter" [estático]
A special value that specifies to retrieve process variables for queue filters. | CollectionResultEvent | ||
GET_STARTPOINTS : String = "getStartpoints" [estático]
A special value that specifies to retrieve Task Manager startpoints to start a process. | CollectionResultEvent | ||
GET_USERS_IN_GROUP : String = "getUserInGroup" [estático]
A special value that specifies to retrieve users belonging to a specifies group. | CollectionResultEvent | ||
PROCESSES_RESULT : String = "processesResult" [estático]
A special value that specifies to retrieve the process the result. | CollectionResultEvent | ||
PROCESS_INSTANCE_CHILDREN_RESULT : String = "ProcessInstanceChildrenResult" [estático]
A special value that specifies to retrieve a list of child processes for a process. | CollectionResultEvent | ||
PROCESS_INSTANCES_RESULT : String = "processInstancesResult" [estático]
A special value that specifies to retrieve the process instances result. | CollectionResultEvent | ||
SEARCH_COMPLETE : String = "searchComplete" [estático]
A special value that specifies the search completed. | CollectionResultEvent | ||
TASK_FOR_PROCESS_INSTANCE_RESULT : String = "taskForProcessInstanceResult" [estático]
A special value that specifies to retrieve the process instance results for a task. | CollectionResultEvent |
result | propriedade |
public var result:ListCollectionView
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The result collection object.
CollectionResultEvent | () | Construtor |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parâmetrostype: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 | () | método |
override public function clone():Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const ASSIGNMENTS_FOR_TASK_RESULT:String = "assignmentsForTaskResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the assignments for a task.
COLLECTION_RESULT | Constante |
public static const COLLECTION_RESULT:String = "collectionResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic collection was provided.
FILL_ATTACHMENTS | Constante |
public static const FILL_ATTACHMENTS:String = "fillAttachments"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill attachments for the task.
FILL_CATEGORIES | Constante |
public static const FILL_CATEGORIES:String = "fillCategories"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A speical value that specifies to fill the process categories.
FILL_FAVORITES | Constante |
public static const FILL_FAVORITES:String = "fillFavorites"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the Favorites.
FILL_QUEUE_TASKS | Constante |
public static const FILL_QUEUE_TASKS:String = "fillQueueTasks"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queue tasks.
FILL_QUEUES | Constante |
public static const FILL_QUEUES:String = "fillQueues"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the queues.
FILL_SEARCH_TEMPLATE_DESCRIPTORS | Constante |
public static const FILL_SEARCH_TEMPLATE_DESCRIPTORS:String = "fillSearchTemplateDescriptors"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the search template descriptors.
FILL_STARTPOINTS | Constante |
public static const FILL_STARTPOINTS:String = "fillStartpoints"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const FILL_TASK_EXTRAS:String = "fillTaskExtras"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill extras for a task.
FILL_TASK_PROCESS_VARIABLES | Constante |
public static const FILL_TASK_PROCESS_VARIABLES:String = "fillTaskProcessVariables"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the task process variables.
FILL_TASKS | Constante |
public static const FILL_TASKS:String = "fillTasks"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the tasks.
FILL_USERS | Constante |
public static const FILL_USERS:String = "fillUsers"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to fill the users.
GET_ACCESSIBLE_USERS | Constante |
public static const GET_ACCESSIBLE_USERS:String = "getAccessibleUsers"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve accessible users.
GET_GRANTED_USERS | Constante |
public static const GET_GRANTED_USERS:String = "getGrantedUsers"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve granted users.
GET_GROUPS | Constante |
public static const GET_GROUPS:String = "getGroups"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the groups.
GET_PROCESS_VARIABLE_DEFINITIONS | Constante |
public static const GET_PROCESS_VARIABLE_DEFINITIONS:String = "getProcessVariableDefinitions"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variable definitions.
GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE | Constante |
public static const GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE:String = "getProcessVariablesForProcessInstance"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER:String = "getProcessVariablesForQueueFilter"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve process variables for queue filters.
GET_STARTPOINTS | Constante |
public static const GET_STARTPOINTS:String = "getStartpoints"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const GET_USERS_IN_GROUP:String = "getUserInGroup"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const PROCESS_INSTANCE_CHILDREN_RESULT:String = "ProcessInstanceChildrenResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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 | Constante |
public static const PROCESS_INSTANCES_RESULT:String = "processInstancesResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process instances result.
PROCESSES_RESULT | Constante |
public static const PROCESSES_RESULT:String = "processesResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process the result.
SEARCH_COMPLETE | Constante |
public static const SEARCH_COMPLETE:String = "searchComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the search completed.
TASK_FOR_PROCESS_INSTANCE_RESULT | Constante |
public static const TASK_FOR_PROCESS_INSTANCE_RESULT:String = "taskForProcessInstanceResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve the process instance results for a task.
Wed Jun 13 2018, 11:10 AM Z