ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.foundation.events 

CollectionResultEvent  - AS3 ADEP Workspace

Paketlc.foundation.events
Klassepublic class CollectionResultEvent
VererbungCollectionResultEvent Inheritance LiveCycleEvent Inheritance Event Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
  result : ListCollectionView
The result collection object.
CollectionResultEvent
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtoken : lc.foundation.util:Token
[schreibgeschützt] The token that represents the call to the method.
LiveCycleEvent
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
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
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  ASSIGNMENTS_FOR_TASK_RESULT : String = "assignmentsForTaskResult"
[statisch] A special value that specifies to retrieve the assignments for a task.
CollectionResultEvent
  COLLECTION_RESULT : String = "collectionResult"
[statisch] A special value that specifies a generic collection was provided.
CollectionResultEvent
  FILL_ATTACHMENTS : String = "fillAttachments"
[statisch] A special value that specifies to fill attachments for the task.
CollectionResultEvent
  FILL_CATEGORIES : String = "fillCategories"
[statisch] A speical value that specifies to fill the process categories.
CollectionResultEvent
  FILL_FAVORITES : String = "fillFavorites"
[statisch] A special value that specifies to fill the Favorites.
CollectionResultEvent
  FILL_QUEUES : String = "fillQueues"
[statisch] A special value that specifies to fill the queues.
CollectionResultEvent
  FILL_QUEUE_TASKS : String = "fillQueueTasks"
[statisch] A special value that specifies to fill the queue tasks.
CollectionResultEvent
  FILL_SEARCH_TEMPLATE_DESCRIPTORS : String = "fillSearchTemplateDescriptors"
[statisch] A special value that specifies to fill the search template descriptors.
CollectionResultEvent
  FILL_STARTPOINTS : String = "fillStartpoints"
[statisch] A special value that specifies to fill the Task Manager startpoints (forms) to start a process.
CollectionResultEvent
  FILL_TASK_EXTRAS : String = "fillTaskExtras"
[statisch] A special value that specifies to fill extras for a task.
CollectionResultEvent
  FILL_TASK_PROCESS_VARIABLES : String = "fillTaskProcessVariables"
[statisch] A special value that specifies to fill the task process variables.
CollectionResultEvent
  FILL_TASKS : String = "fillTasks"
[statisch] A special value that specifies to fill the tasks.
CollectionResultEvent
  FILL_USERS : String = "fillUsers"
[statisch] A special value that specifies to fill the users.
CollectionResultEvent
  GET_ACCESSIBLE_USERS : String = "getAccessibleUsers"
[statisch] A special value that specifies to retrieve accessible users.
CollectionResultEvent
  GET_GRANTED_USERS : String = "getGrantedUsers"
[statisch] A special value that specifies to retrieve granted users.
CollectionResultEvent
  GET_GROUPS : String = "getGroups"
[statisch] A special value that specifies to retrieve the groups.
CollectionResultEvent
  GET_PROCESS_VARIABLE_DEFINITIONS : String = "getProcessVariableDefinitions"
[statisch] A special value that specifies to retrieve process variable definitions.
CollectionResultEvent
  GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE : String = "getProcessVariablesForProcessInstance"
[statisch] A special value that specifies to retrieve process variables belonging to a process instance.
CollectionResultEvent
  GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER : String = "getProcessVariablesForQueueFilter"
[statisch] A special value that specifies to retrieve process variables for queue filters.
CollectionResultEvent
  GET_STARTPOINTS : String = "getStartpoints"
[statisch] A special value that specifies to retrieve Task Manager startpoints to start a process.
CollectionResultEvent
  GET_USERS_IN_GROUP : String = "getUserInGroup"
[statisch] A special value that specifies to retrieve users belonging to a specifies group.
CollectionResultEvent
  PROCESSES_RESULT : String = "processesResult"
[statisch] A special value that specifies to retrieve the process the result.
CollectionResultEvent
  PROCESS_INSTANCE_CHILDREN_RESULT : String = "ProcessInstanceChildrenResult"
[statisch] A special value that specifies to retrieve a list of child processes for a process.
CollectionResultEvent
  PROCESS_INSTANCES_RESULT : String = "processInstancesResult"
[statisch] A special value that specifies to retrieve the process instances result.
CollectionResultEvent
  SEARCH_COMPLETE : String = "searchComplete"
[statisch] A special value that specifies the search completed.
CollectionResultEvent
  TASK_FOR_PROCESS_INSTANCE_RESULT : String = "taskForProcessInstanceResult"
[statisch] A special value that specifies to retrieve the process instance results for a task.
CollectionResultEvent
Eigenschaftendetails

result

Eigenschaft
public var result:ListCollectionView

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The result collection object.

Konstruktordetails

CollectionResultEvent

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

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parameter
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.
Methodendetails

clone

()Methode
override public function clone():Event

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.

Rückgabewerte
Event — A copy of the CollectionResultEvent object.
Konstantendetails

ASSIGNMENTS_FOR_TASK_RESULT

Konstante
public static const ASSIGNMENTS_FOR_TASK_RESULT:String = "assignmentsForTaskResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve the assignments for a task.

COLLECTION_RESULT

Konstante 
public static const COLLECTION_RESULT:String = "collectionResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies a generic collection was provided.

FILL_ATTACHMENTS

Konstante 
public static const FILL_ATTACHMENTS:String = "fillAttachments"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill attachments for the task.

FILL_CATEGORIES

Konstante 
public static const FILL_CATEGORIES:String = "fillCategories"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A speical value that specifies to fill the process categories.

FILL_FAVORITES

Konstante 
public static const FILL_FAVORITES:String = "fillFavorites"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the Favorites.

FILL_QUEUE_TASKS

Konstante 
public static const FILL_QUEUE_TASKS:String = "fillQueueTasks"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the queue tasks.

FILL_QUEUES

Konstante 
public static const FILL_QUEUES:String = "fillQueues"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the queues.

FILL_SEARCH_TEMPLATE_DESCRIPTORS

Konstante 
public static const FILL_SEARCH_TEMPLATE_DESCRIPTORS:String = "fillSearchTemplateDescriptors"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the search template descriptors.

FILL_STARTPOINTS

Konstante 
public static const FILL_STARTPOINTS:String = "fillStartpoints"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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

Konstante 
public static const FILL_TASK_EXTRAS:String = "fillTaskExtras"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill extras for a task.

FILL_TASK_PROCESS_VARIABLES

Konstante 
public static const FILL_TASK_PROCESS_VARIABLES:String = "fillTaskProcessVariables"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the task process variables.

FILL_TASKS

Konstante 
public static const FILL_TASKS:String = "fillTasks"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the tasks.

FILL_USERS

Konstante 
public static const FILL_USERS:String = "fillUsers"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to fill the users.

GET_ACCESSIBLE_USERS

Konstante 
public static const GET_ACCESSIBLE_USERS:String = "getAccessibleUsers"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve accessible users.

GET_GRANTED_USERS

Konstante 
public static const GET_GRANTED_USERS:String = "getGrantedUsers"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve granted users.

GET_GROUPS

Konstante 
public static const GET_GROUPS:String = "getGroups"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve the groups.

GET_PROCESS_VARIABLE_DEFINITIONS

Konstante 
public static const GET_PROCESS_VARIABLE_DEFINITIONS:String = "getProcessVariableDefinitions"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve process variable definitions.

GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE

Konstante 
public static const GET_PROCESS_VARIABLES_FOR_PROCESS_INSTANCE:String = "getProcessVariablesForProcessInstance"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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

Konstante 
public static const GET_PROCESS_VARIABLES_FOR_QUEUE_FILTER:String = "getProcessVariablesForQueueFilter"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve process variables for queue filters.

GET_STARTPOINTS

Konstante 
public static const GET_STARTPOINTS:String = "getStartpoints"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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

Konstante 
public static const GET_USERS_IN_GROUP:String = "getUserInGroup"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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

Konstante 
public static const PROCESS_INSTANCE_CHILDREN_RESULT:String = "ProcessInstanceChildrenResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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

Konstante 
public static const PROCESS_INSTANCES_RESULT:String = "processInstancesResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve the process instances result.

PROCESSES_RESULT

Konstante 
public static const PROCESSES_RESULT:String = "processesResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to retrieve the process the result.

SEARCH_COMPLETE

Konstante 
public static const SEARCH_COMPLETE:String = "searchComplete"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the search completed.

TASK_FOR_PROCESS_INSTANCE_RESULT

Konstante 
public static const TASK_FOR_PROCESS_INSTANCE_RESULT:String = "taskForProcessInstanceResult"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.