Pakiet | lc.foundation.events |
Klasa | public class ObjectResultEvent |
Dziedziczenie | ObjectResultEvent LiveCycleEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ObjectResultEvent
event is dispatched when an object is retrieved.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
result : Object
The object that stores the results. | ObjectResultEvent | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
token : lc.foundation.util:Token [tylko do odczytu]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Constructor. | ObjectResultEvent | ||
[przesłanianie]
Creates a copy of an ObjectResultEvent object
and sets the value of each property to match that of the original. | ObjectResultEvent | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete" [statyczny]
A special value that specifies attachments were added to a task. | ObjectResultEvent | ||
ADD_NOTE_COMPLETE : String = "addNoteComplete" [statyczny]
A special value that specifies notes were added to a task. | ObjectResultEvent | ||
DATA_RESULT : String = "dataResult" [statyczny]
A special value that specifies data is available from a submitted form. | ObjectResultEvent | ||
DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete" [statyczny]
A special value that specifies an attachment was deleted from a task. | ObjectResultEvent | ||
EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete" [statyczny]
A special value that specifies that the business calendars were exported. | ObjectResultEvent | ||
FIND_GROUP_NAME : String = "groupName" [statyczny]
A special value that specifies that a search for a group name occurred. | ObjectResultEvent | ||
GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete" [statyczny]
A special value that specifies that the retrieval of document attachments completed. | ObjectResultEvent | ||
GET_COMPLETION_COMMENT : String = "getCompletionComment" [statyczny]
A special value that specifies to retrieve comments for a completed task. | ObjectResultEvent | ||
IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete" [statyczny]
A special value that specifies that the business calendars were imported. | ObjectResultEvent | ||
PRESUBMIT_COMPLETE : String = "preSubmitComplete" [statyczny]
A special value that specifies that the task id was stored in the session. | ObjectResultEvent | ||
RENDER_COMPLETE : String = "renderComplete" [statyczny]
A special value that specifies the render operation to display a form completed. | ObjectResultEvent | ||
RESULT : String = "result" [statyczny]
A special value that specifies a generic result was provided. | ObjectResultEvent | ||
SAVE_DATA_COMPLETE : String = "saveDataComplete" [statyczny]
A special value that specifies form data was saved. | ObjectResultEvent | ||
SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult" [statyczny]
A special value that specifies a search template executed and results are available. | ObjectResultEvent | ||
STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete" [statyczny]
A special value that specifies a process was started and completed. | ObjectResultEvent | ||
STARTPOINT_RESULT : String = "startpointResult" [statyczny]
A special value that specifies a process was started and a result was provided. | ObjectResultEvent | ||
SUBMIT_COMPLETE : String = "submitComplete" [statyczny]
A special value that specifies form data was submitted. | ObjectResultEvent | ||
SUBMIT_VALIDATION_ERROR : String = "submitValidationError" [statyczny]
A special value that specifies a validation error occurred while submitting the form. | ObjectResultEvent | ||
TASK_COMPLETE : String = "taskComplete" [statyczny]
A special value that specifies the task completed. | ObjectResultEvent | ||
TASK_EXTRA_RESULT : String = "taskExtraResult" [statyczny]
A special value that specifies that an extra task result was provided when the process started. | ObjectResultEvent | ||
TASK_RESULT : String = "taskResult" [statyczny]
A special value that specifies that task results are available. | ObjectResultEvent | ||
UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete" [statyczny]
A special value that specifies that the update of attachments completed. | ObjectResultEvent | ||
UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment" [statyczny]
A special value that specifies the completion comments were updated. | ObjectResultEvent |
result | właściwość |
public var result:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The object that stores the results.
ObjectResultEvent | () | Konstruktor |
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrytype: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 | () | metoda |
override public function clone():Event
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies attachments were added to a task.
ADD_NOTE_COMPLETE | Stała |
public static const ADD_NOTE_COMPLETE:String = "addNoteComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies notes were added to a task.
DATA_RESULT | Stała |
public static const DATA_RESULT:String = "dataResult"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies data is available from a submitted form.
DELETE_ATTACHMENT_COMPLETE | Stała |
public static const DELETE_ATTACHMENT_COMPLETE:String = "deleteAttachmentComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies an attachment was deleted from a task.
EXPORT_BUSINESS_CALENDAR_COMPLETE | Stała |
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were exported.
FIND_GROUP_NAME | Stała |
public static const FIND_GROUP_NAME:String = "groupName"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the retrieval of document attachments completed.
GET_COMPLETION_COMMENT | Stała |
public static const GET_COMPLETION_COMMENT:String = "getCompletionComment"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve comments for a completed task.
IMPORT_BUSINESS_CALENDAR_COMPLETE | Stała |
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were imported.
PRESUBMIT_COMPLETE | Stała |
public static const PRESUBMIT_COMPLETE:String = "preSubmitComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task id was stored in the session.
RENDER_COMPLETE | Stała |
public static const RENDER_COMPLETE:String = "renderComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the render operation to display a form completed.
RESULT | Stała |
public static const RESULT:String = "result"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic result was provided.
SAVE_DATA_COMPLETE | Stała |
public static const SAVE_DATA_COMPLETE:String = "saveDataComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was saved.
SEARCH_TEMPLATE_RESULT | Stała |
public static const SEARCH_TEMPLATE_RESULT:String = "searchTemplateResult"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a search template executed and results are available.
STARTPOINT_INVOCATION_COMPLETE | Stała |
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and completed.
STARTPOINT_RESULT | Stała |
public static const STARTPOINT_RESULT:String = "startpointResult"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and a result was provided.
SUBMIT_COMPLETE | Stała |
public static const SUBMIT_COMPLETE:String = "submitComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was submitted.
SUBMIT_VALIDATION_ERROR | Stała |
public static const SUBMIT_VALIDATION_ERROR:String = "submitValidationError"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a validation error occurred while submitting the form.
TASK_COMPLETE | Stała |
public static const TASK_COMPLETE:String = "taskComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task completed.
TASK_EXTRA_RESULT | Stała |
public static const TASK_EXTRA_RESULT:String = "taskExtraResult"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const TASK_RESULT:String = "taskResult"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that task results are available.
UPDATE_ATTACHMENT_COMPLETE | Stała |
public static const UPDATE_ATTACHMENT_COMPLETE:String = "updateAttachmentComplete"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the update of attachments completed.
UPDATE_COMPLETION_COMMENT | Stała |
public static const UPDATE_COMPLETION_COMMENT:String = "updateCompletionComment"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the completion comments were updated.
Tue Jun 12 2018, 12:06 PM Z