Pacchetto | lc.foundation.events |
Classe | public class ObjectResultEvent |
Ereditarietà | ObjectResultEvent LiveCycleEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ObjectResultEvent
event is dispatched when an object is retrieved.
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
result : Object
The object that stores the results. | ObjectResultEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
token : lc.foundation.util:Token [sola lettura]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodo | Definito da | ||
---|---|---|---|
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 | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete" [statico]
A special value that specifies attachments were added to a task. | ObjectResultEvent | ||
ADD_NOTE_COMPLETE : String = "addNoteComplete" [statico]
A special value that specifies notes were added to a task. | ObjectResultEvent | ||
DATA_RESULT : String = "dataResult" [statico]
A special value that specifies data is available from a submitted form. | ObjectResultEvent | ||
DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete" [statico]
A special value that specifies an attachment was deleted from a task. | ObjectResultEvent | ||
EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete" [statico]
A special value that specifies that the business calendars were exported. | ObjectResultEvent | ||
FIND_GROUP_NAME : String = "groupName" [statico]
A special value that specifies that a search for a group name occurred. | ObjectResultEvent | ||
GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete" [statico]
A special value that specifies that the retrieval of document attachments completed. | ObjectResultEvent | ||
GET_COMPLETION_COMMENT : String = "getCompletionComment" [statico]
A special value that specifies to retrieve comments for a completed task. | ObjectResultEvent | ||
IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete" [statico]
A special value that specifies that the business calendars were imported. | ObjectResultEvent | ||
PRESUBMIT_COMPLETE : String = "preSubmitComplete" [statico]
A special value that specifies that the task id was stored in the session. | ObjectResultEvent | ||
RENDER_COMPLETE : String = "renderComplete" [statico]
A special value that specifies the render operation to display a form completed. | ObjectResultEvent | ||
RESULT : String = "result" [statico]
A special value that specifies a generic result was provided. | ObjectResultEvent | ||
SAVE_DATA_COMPLETE : String = "saveDataComplete" [statico]
A special value that specifies form data was saved. | ObjectResultEvent | ||
SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult" [statico]
A special value that specifies a search template executed and results are available. | ObjectResultEvent | ||
STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete" [statico]
A special value that specifies a process was started and completed. | ObjectResultEvent | ||
STARTPOINT_RESULT : String = "startpointResult" [statico]
A special value that specifies a process was started and a result was provided. | ObjectResultEvent | ||
SUBMIT_COMPLETE : String = "submitComplete" [statico]
A special value that specifies form data was submitted. | ObjectResultEvent | ||
SUBMIT_VALIDATION_ERROR : String = "submitValidationError" [statico]
A special value that specifies a validation error occurred while submitting the form. | ObjectResultEvent | ||
TASK_COMPLETE : String = "taskComplete" [statico]
A special value that specifies the task completed. | ObjectResultEvent | ||
TASK_EXTRA_RESULT : String = "taskExtraResult" [statico]
A special value that specifies that an extra task result was provided when the process started. | ObjectResultEvent | ||
TASK_RESULT : String = "taskResult" [statico]
A special value that specifies that task results are available. | ObjectResultEvent | ||
UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete" [statico]
A special value that specifies that the update of attachments completed. | ObjectResultEvent | ||
UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment" [statico]
A special value that specifies the completion comments were updated. | ObjectResultEvent |
result | proprietà |
public var result:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The object that stores the results.
ObjectResultEvent | () | Funzione di costruzione |
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametritype: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 | () | metodo |
override public function clone():Event
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies attachments were added to a task.
ADD_NOTE_COMPLETE | Costante |
public static const ADD_NOTE_COMPLETE:String = "addNoteComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies notes were added to a task.
DATA_RESULT | Costante |
public static const DATA_RESULT:String = "dataResult"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies data is available from a submitted form.
DELETE_ATTACHMENT_COMPLETE | Costante |
public static const DELETE_ATTACHMENT_COMPLETE:String = "deleteAttachmentComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies an attachment was deleted from a task.
EXPORT_BUSINESS_CALENDAR_COMPLETE | Costante |
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were exported.
FIND_GROUP_NAME | Costante |
public static const FIND_GROUP_NAME:String = "groupName"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the retrieval of document attachments completed.
GET_COMPLETION_COMMENT | Costante |
public static const GET_COMPLETION_COMMENT:String = "getCompletionComment"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve comments for a completed task.
IMPORT_BUSINESS_CALENDAR_COMPLETE | Costante |
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were imported.
PRESUBMIT_COMPLETE | Costante |
public static const PRESUBMIT_COMPLETE:String = "preSubmitComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task id was stored in the session.
RENDER_COMPLETE | Costante |
public static const RENDER_COMPLETE:String = "renderComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the render operation to display a form completed.
RESULT | Costante |
public static const RESULT:String = "result"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic result was provided.
SAVE_DATA_COMPLETE | Costante |
public static const SAVE_DATA_COMPLETE:String = "saveDataComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was saved.
SEARCH_TEMPLATE_RESULT | Costante |
public static const SEARCH_TEMPLATE_RESULT:String = "searchTemplateResult"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a search template executed and results are available.
STARTPOINT_INVOCATION_COMPLETE | Costante |
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and completed.
STARTPOINT_RESULT | Costante |
public static const STARTPOINT_RESULT:String = "startpointResult"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and a result was provided.
SUBMIT_COMPLETE | Costante |
public static const SUBMIT_COMPLETE:String = "submitComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was submitted.
SUBMIT_VALIDATION_ERROR | Costante |
public static const SUBMIT_VALIDATION_ERROR:String = "submitValidationError"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a validation error occurred while submitting the form.
TASK_COMPLETE | Costante |
public static const TASK_COMPLETE:String = "taskComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task completed.
TASK_EXTRA_RESULT | Costante |
public static const TASK_EXTRA_RESULT:String = "taskExtraResult"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const TASK_RESULT:String = "taskResult"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that task results are available.
UPDATE_ATTACHMENT_COMPLETE | Costante |
public static const UPDATE_ATTACHMENT_COMPLETE:String = "updateAttachmentComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the update of attachments completed.
UPDATE_COMPLETION_COMMENT | Costante |
public static const UPDATE_COMPLETION_COMMENT:String = "updateCompletionComment"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the completion comments were updated.
Tue Jun 12 2018, 02:44 PM Z