Paket | lc.foundation.events |
Klasse | public class CollectionResultEvent |
Vererbung | CollectionResultEvent LiveCycleEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
Eigenschaft | Definiert von | ||
---|---|---|---|
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | Event | ||
result : ListCollectionView
The result collection object. | CollectionResultEvent | ||
target : Object [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
token : lc.foundation.util:Token [schreibgeschützt]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Methode | Definiert von | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:ListCollectionView, token:lc.foundation.util:Token)
Constructor. | CollectionResultEvent | ||
[override]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert 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 |
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.
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.
Parametertype: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 | () | 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.
Event — A copy of the CollectionResultEvent object.
|
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.
Tue Jun 12 2018, 10:04 AM Z