Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
lc.foundation.events 

CollectionResultEvent  - AS3 ADEP Workspace

Packagelc.foundation.events
Classepublic class CollectionResultEvent
HéritageCollectionResultEvent Inheritance LiveCycleEvent Inheritance Event Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The CollectionResultEvent event is dispatched when a collection has been retrieved.



Propriétés publiques
 PropriétéDéfini par
 Inheritedbubbles : Boolean
[lecture seule] Indique si un événement peut se propager vers le haut (bubbling).
Event
 Inheritedcancelable : Boolean
[lecture seule] Indique si le comportement associé à l’événement peut être évité.
Event
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
 InheritedcurrentTarget : Object
[lecture seule] L’objet qui traite activement l’objet Event avec un écouteur d’événements.
Event
 InheritedeventPhase : uint
[lecture seule] Phase actuelle du flux d’événements.
Event
  result : ListCollectionView
The result collection object.
CollectionResultEvent
 Inheritedtarget : Object
[lecture seule] Cible de l’événement.
Event
 Inheritedtoken : lc.foundation.util:Token
[lecture seule] The token that represents the call to the method.
LiveCycleEvent
 Inheritedtype : String
[lecture seule] Type d’événement.
Event
Méthodes publiques
 MéthodeDéfini par
  
Constructor.
CollectionResultEvent
  
[override] Creates a copy of a CollectionResultEvent object and sets the value of each property to match that of the original.
CollectionResultEvent
 Inherited
formatToString(className:String, ... arguments):String
Fonction d’un utilitaire permettant d’implémenter la méthode toString() dans des classes Event ActionScript 3.0 personnalisées.
Event
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Vérifie si la méthode preventDefault() a été appelée pour l’événement.
Event
 Inherited
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.
Object
 Inherited
Annule le comportement par défaut d’un événement si cette opération est possible.
Event
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Bloque le traitement des écouteurs d’événement dans le nœud actuel et les suivants dans le flux d’événements.
Event
 Inherited
Bloque le traitement des écouteurs d’événement dans les nœuds qui suivent le nœud actuel dans le flux d’événements.
Event
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie une chaîne répertoriant toutes les propriétés de l’objet Event.
Event
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Constantes publiques
 ConstanteDéfini par
  ASSIGNMENTS_FOR_TASK_RESULT : String = "assignmentsForTaskResult"
[statique] A special value that specifies to retrieve the assignments for a task.
CollectionResultEvent
  COLLECTION_RESULT : String = "collectionResult"
[statique] A special value that specifies a generic collection was provided.
CollectionResultEvent
  FILL_ATTACHMENTS : String = "fillAttachments"
[statique] A special value that specifies to fill attachments for the task.
CollectionResultEvent
  FILL_CATEGORIES : String = "fillCategories"
[statique] A speical value that specifies to fill the process categories.
CollectionResultEvent
  FILL_FAVORITES : String = "fillFavorites"
[statique] A special value that specifies to fill the Favorites.
CollectionResultEvent
  FILL_QUEUES : String = "fillQueues"
[statique] A special value that specifies to fill the queues.
CollectionResultEvent
  FILL_QUEUE_TASKS : String = "fillQueueTasks"
[statique] A special value that specifies to fill the queue tasks.
CollectionResultEvent
  FILL_SEARCH_TEMPLATE_DESCRIPTORS : String = "fillSearchTemplateDescriptors"
[statique] A special value that specifies to fill the search template descriptors.
CollectionResultEvent
  FILL_STARTPOINTS : String = "fillStartpoints"
[statique] A special value that specifies to fill the Task Manager startpoints (forms) to start a process.
CollectionResultEvent
  FILL_TASK_EXTRAS : String = "fillTaskExtras"
[statique] A special value that specifies to fill extras for a task.
CollectionResultEvent
  FILL_TASK_PROCESS_VARIABLES : String = "fillTaskProcessVariables"
[statique] A special value that specifies to fill the task process variables.
CollectionResultEvent
  FILL_TASKS : String = "fillTasks"
[statique] A special value that specifies to fill the tasks.
CollectionResultEvent
  FILL_USERS : String = "fillUsers"
[statique] A special value that specifies to fill the users.
CollectionResultEvent
  GET_ACCESSIBLE_USERS : String = "getAccessibleUsers"
[statique] A special value that specifies to retrieve accessible users.
CollectionResultEvent
  GET_GRANTED_USERS : String = "getGrantedUsers"
[statique] A special value that specifies to retrieve granted users.
CollectionResultEvent
  GET_GROUPS : String = "getGroups"
[statique] A special value that specifies to retrieve the groups.
CollectionResultEvent
  GET_PROCESS_VARIABLE_DEFINITIONS : String = "getProcessVariableDefinitions"
[statique] A special value that specifies to retrieve process variable definitions.
CollectionResultEvent
  GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE : String = "getProcessVariablesForProcessInstance"
[statique] A special value that specifies to retrieve process variables belonging to a process instance.
CollectionResultEvent
  GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER : String = "getProcessVariablesForQueueFilter"
[statique] A special value that specifies to retrieve process variables for queue filters.
CollectionResultEvent
  GET_STARTPOINTS : String = "getStartpoints"
[statique] A special value that specifies to retrieve Task Manager startpoints to start a process.
CollectionResultEvent
  GET_USERS_IN_GROUP : String = "getUserInGroup"
[statique] A special value that specifies to retrieve users belonging to a specifies group.
CollectionResultEvent
  PROCESSES_RESULT : String = "processesResult"
[statique] A special value that specifies to retrieve the process the result.
CollectionResultEvent
  PROCESS_INSTANCE_CHILDREN_RESULT : String = "ProcessInstanceChildrenResult"
[statique] A special value that specifies to retrieve a list of child processes for a process.
CollectionResultEvent
  PROCESS_INSTANCES_RESULT : String = "processInstancesResult"
[statique] A special value that specifies to retrieve the process instances result.
CollectionResultEvent
  SEARCH_COMPLETE : String = "searchComplete"
[statique] A special value that specifies the search completed.
CollectionResultEvent
  TASK_FOR_PROCESS_INSTANCE_RESULT : String = "taskForProcessInstanceResult"
[statique] A special value that specifies to retrieve the process instance results for a task.
CollectionResultEvent
Détails de la propriété

result

propriété
public var result:ListCollectionView

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The result collection object.

Détails du constructeur

CollectionResultEvent

()Constructeur
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Paramètres
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.
Détails de la méthode

clone

()méthode
override public function clone():Event

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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.

Valeur renvoyée
Event — A copy of the CollectionResultEvent object.
Détails de la constante

ASSIGNMENTS_FOR_TASK_RESULT

Constante
public static const ASSIGNMENTS_FOR_TASK_RESULT:String = "assignmentsForTaskResult"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve the process instance results for a task.





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.