Package | lc.foundation.events |
Classe | public class ObjectResultEvent |
Héritage | ObjectResultEvent LiveCycleEvent Event 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 |
ObjectResultEvent
event is dispatched when an object is retrieved.
Propriété | Défini par | ||
---|---|---|---|
bubbles : Boolean [lecture seule]
Indique si un événement peut se propager vers le haut (bubbling). | Event | ||
cancelable : Boolean [lecture seule]
Indique si le comportement associé à l’événement peut être évité. | Event | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
currentTarget : Object [lecture seule]
L’objet qui traite activement l’objet Event avec un écouteur d’événements. | Event | ||
eventPhase : uint [lecture seule]
Phase actuelle du flux d’événements. | Event | ||
result : Object
The object that stores the results. | ObjectResultEvent | ||
target : Object [lecture seule]
Cible de l’événement. | Event | ||
token : lc.foundation.util:Token [lecture seule]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [lecture seule]
Type d’événement. | Event |
Méthode | Défini par | ||
---|---|---|---|
ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Constructor. | ObjectResultEvent | ||
[override]
Creates a copy of an ObjectResultEvent object
and sets the value of each property to match that of the original. | ObjectResultEvent | ||
Fonction d’un utilitaire permettant d’implémenter la méthode toString() dans des classes Event ActionScript 3.0 personnalisées. | Event | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Vérifie si la méthode preventDefault() a été appelée pour l’événement. | Event | ||
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 | ||
Annule le comportement par défaut d’un événement si cette opération est possible. | Event | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Bloque le traitement des écouteurs d’événement dans le nœud actuel et les suivants dans le flux d’événements. | Event | ||
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 | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie une chaîne répertoriant toutes les propriétés de l’objet Event. | Event | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete" [statique]
A special value that specifies attachments were added to a task. | ObjectResultEvent | ||
ADD_NOTE_COMPLETE : String = "addNoteComplete" [statique]
A special value that specifies notes were added to a task. | ObjectResultEvent | ||
DATA_RESULT : String = "dataResult" [statique]
A special value that specifies data is available from a submitted form. | ObjectResultEvent | ||
DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete" [statique]
A special value that specifies an attachment was deleted from a task. | ObjectResultEvent | ||
EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete" [statique]
A special value that specifies that the business calendars were exported. | ObjectResultEvent | ||
FIND_GROUP_NAME : String = "groupName" [statique]
A special value that specifies that a search for a group name occurred. | ObjectResultEvent | ||
GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete" [statique]
A special value that specifies that the retrieval of document attachments completed. | ObjectResultEvent | ||
GET_COMPLETION_COMMENT : String = "getCompletionComment" [statique]
A special value that specifies to retrieve comments for a completed task. | ObjectResultEvent | ||
IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete" [statique]
A special value that specifies that the business calendars were imported. | ObjectResultEvent | ||
PRESUBMIT_COMPLETE : String = "preSubmitComplete" [statique]
A special value that specifies that the task id was stored in the session. | ObjectResultEvent | ||
RENDER_COMPLETE : String = "renderComplete" [statique]
A special value that specifies the render operation to display a form completed. | ObjectResultEvent | ||
RESULT : String = "result" [statique]
A special value that specifies a generic result was provided. | ObjectResultEvent | ||
SAVE_DATA_COMPLETE : String = "saveDataComplete" [statique]
A special value that specifies form data was saved. | ObjectResultEvent | ||
SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult" [statique]
A special value that specifies a search template executed and results are available. | ObjectResultEvent | ||
STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete" [statique]
A special value that specifies a process was started and completed. | ObjectResultEvent | ||
STARTPOINT_RESULT : String = "startpointResult" [statique]
A special value that specifies a process was started and a result was provided. | ObjectResultEvent | ||
SUBMIT_COMPLETE : String = "submitComplete" [statique]
A special value that specifies form data was submitted. | ObjectResultEvent | ||
SUBMIT_VALIDATION_ERROR : String = "submitValidationError" [statique]
A special value that specifies a validation error occurred while submitting the form. | ObjectResultEvent | ||
TASK_COMPLETE : String = "taskComplete" [statique]
A special value that specifies the task completed. | ObjectResultEvent | ||
TASK_EXTRA_RESULT : String = "taskExtraResult" [statique]
A special value that specifies that an extra task result was provided when the process started. | ObjectResultEvent | ||
TASK_RESULT : String = "taskResult" [statique]
A special value that specifies that task results are available. | ObjectResultEvent | ||
UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete" [statique]
A special value that specifies that the update of attachments completed. | ObjectResultEvent | ||
UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment" [statique]
A special value that specifies the completion comments were updated. | ObjectResultEvent |
result | propriété |
public var result: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 object that stores the results.
ObjectResultEvent | () | Constructeur |
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, 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ètrestype:String — Specifies the 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.
| |
object:Object — Specifies result object.
| |
token:lc.foundation.util:Token — Specifies the request token.
|
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 an ObjectResultEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the ObjectResultEvent object.
|
ADD_ATTACHMENT_COMPLETE | Constante |
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"
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 attachments were added to a task.
ADD_NOTE_COMPLETE | Constante |
public static const ADD_NOTE_COMPLETE:String = "addNoteComplete"
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 notes were added to a task.
DATA_RESULT | Constante |
public static const DATA_RESULT:String = "dataResult"
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 data is available from a submitted form.
DELETE_ATTACHMENT_COMPLETE | Constante |
public static const DELETE_ATTACHMENT_COMPLETE:String = "deleteAttachmentComplete"
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 an attachment was deleted from a task.
EXPORT_BUSINESS_CALENDAR_COMPLETE | Constante |
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"
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 that the business calendars were exported.
FIND_GROUP_NAME | Constante |
public static const FIND_GROUP_NAME:String = "groupName"
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 that a search for a group name occurred.
GET_ATTACHMENT_DOCUMENT_COMPLETE | Constante |
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"
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 that the retrieval of document attachments completed.
GET_COMPLETION_COMMENT | Constante |
public static const GET_COMPLETION_COMMENT:String = "getCompletionComment"
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 comments for a completed task.
IMPORT_BUSINESS_CALENDAR_COMPLETE | Constante |
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"
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 that the business calendars were imported.
PRESUBMIT_COMPLETE | Constante |
public static const PRESUBMIT_COMPLETE:String = "preSubmitComplete"
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 that the task id was stored in the session.
RENDER_COMPLETE | Constante |
public static const RENDER_COMPLETE:String = "renderComplete"
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 render operation to display a form completed.
RESULT | Constante |
public static const RESULT:String = "result"
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 result was provided.
SAVE_DATA_COMPLETE | Constante |
public static const SAVE_DATA_COMPLETE:String = "saveDataComplete"
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 form data was saved.
SEARCH_TEMPLATE_RESULT | Constante |
public static const SEARCH_TEMPLATE_RESULT:String = "searchTemplateResult"
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 search template executed and results are available.
STARTPOINT_INVOCATION_COMPLETE | Constante |
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"
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 process was started and completed.
STARTPOINT_RESULT | Constante |
public static const STARTPOINT_RESULT:String = "startpointResult"
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 process was started and a result was provided.
SUBMIT_COMPLETE | Constante |
public static const SUBMIT_COMPLETE:String = "submitComplete"
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 form data was submitted.
SUBMIT_VALIDATION_ERROR | Constante |
public static const SUBMIT_VALIDATION_ERROR:String = "submitValidationError"
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 validation error occurred while submitting the form.
TASK_COMPLETE | Constante |
public static const TASK_COMPLETE:String = "taskComplete"
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 task completed.
TASK_EXTRA_RESULT | Constante |
public static const TASK_EXTRA_RESULT:String = "taskExtraResult"
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 that an extra task result was provided when the process started.
TASK_RESULT | Constante |
public static const TASK_RESULT:String = "taskResult"
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 that task results are available.
UPDATE_ATTACHMENT_COMPLETE | Constante |
public static const UPDATE_ATTACHMENT_COMPLETE:String = "updateAttachmentComplete"
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 that the update of attachments completed.
UPDATE_COMPLETION_COMMENT | Constante |
public static const UPDATE_COMPLETION_COMMENT:String = "updateCompletionComment"
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 completion comments were updated.
Tue Jun 12 2018, 09:30 AM Z