パッケージ | lc.foundation.events |
クラス | public class ObjectResultEvent |
継承 | ObjectResultEvent LiveCycleEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ObjectResultEvent
event is dispatched when an object is retrieved.
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
result : Object
The object that stores the results. | ObjectResultEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
token : lc.foundation.util:Token [読み取り専用]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
メソッド | 定義元 | ||
---|---|---|---|
ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Constructor. | ObjectResultEvent | ||
[オーバーライド]
Creates a copy of an ObjectResultEvent object
and sets the value of each property to match that of the original. | ObjectResultEvent | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete" [静的]
A special value that specifies attachments were added to a task. | ObjectResultEvent | ||
ADD_NOTE_COMPLETE : String = "addNoteComplete" [静的]
A special value that specifies notes were added to a task. | ObjectResultEvent | ||
DATA_RESULT : String = "dataResult" [静的]
A special value that specifies data is available from a submitted form. | ObjectResultEvent | ||
DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete" [静的]
A special value that specifies an attachment was deleted from a task. | ObjectResultEvent | ||
EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete" [静的]
A special value that specifies that the business calendars were exported. | ObjectResultEvent | ||
FIND_GROUP_NAME : String = "groupName" [静的]
A special value that specifies that a search for a group name occurred. | ObjectResultEvent | ||
GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete" [静的]
A special value that specifies that the retrieval of document attachments completed. | ObjectResultEvent | ||
GET_COMPLETION_COMMENT : String = "getCompletionComment" [静的]
A special value that specifies to retrieve comments for a completed task. | ObjectResultEvent | ||
IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete" [静的]
A special value that specifies that the business calendars were imported. | ObjectResultEvent | ||
PRESUBMIT_COMPLETE : String = "preSubmitComplete" [静的]
A special value that specifies that the task id was stored in the session. | ObjectResultEvent | ||
RENDER_COMPLETE : String = "renderComplete" [静的]
A special value that specifies the render operation to display a form completed. | ObjectResultEvent | ||
RESULT : String = "result" [静的]
A special value that specifies a generic result was provided. | ObjectResultEvent | ||
SAVE_DATA_COMPLETE : String = "saveDataComplete" [静的]
A special value that specifies form data was saved. | ObjectResultEvent | ||
SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult" [静的]
A special value that specifies a search template executed and results are available. | ObjectResultEvent | ||
STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete" [静的]
A special value that specifies a process was started and completed. | ObjectResultEvent | ||
STARTPOINT_RESULT : String = "startpointResult" [静的]
A special value that specifies a process was started and a result was provided. | ObjectResultEvent | ||
SUBMIT_COMPLETE : String = "submitComplete" [静的]
A special value that specifies form data was submitted. | ObjectResultEvent | ||
SUBMIT_VALIDATION_ERROR : String = "submitValidationError" [静的]
A special value that specifies a validation error occurred while submitting the form. | ObjectResultEvent | ||
TASK_COMPLETE : String = "taskComplete" [静的]
A special value that specifies the task completed. | ObjectResultEvent | ||
TASK_EXTRA_RESULT : String = "taskExtraResult" [静的]
A special value that specifies that an extra task result was provided when the process started. | ObjectResultEvent | ||
TASK_RESULT : String = "taskResult" [静的]
A special value that specifies that task results are available. | ObjectResultEvent | ||
UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete" [静的]
A special value that specifies that the update of attachments completed. | ObjectResultEvent | ||
UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment" [静的]
A special value that specifies the completion comments were updated. | ObjectResultEvent |
result | プロパティ |
public var result:Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The object that stores the results.
ObjectResultEvent | () | コンストラクター |
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターtype: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 | () | メソッド |
override public function clone():Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies attachments were added to a task.
ADD_NOTE_COMPLETE | 定数 |
public static const ADD_NOTE_COMPLETE:String = "addNoteComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies notes were added to a task.
DATA_RESULT | 定数 |
public static const DATA_RESULT:String = "dataResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies data is available from a submitted form.
DELETE_ATTACHMENT_COMPLETE | 定数 |
public static const DELETE_ATTACHMENT_COMPLETE:String = "deleteAttachmentComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies an attachment was deleted from a task.
EXPORT_BUSINESS_CALENDAR_COMPLETE | 定数 |
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were exported.
FIND_GROUP_NAME | 定数 |
public static const FIND_GROUP_NAME:String = "groupName"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the retrieval of document attachments completed.
GET_COMPLETION_COMMENT | 定数 |
public static const GET_COMPLETION_COMMENT:String = "getCompletionComment"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to retrieve comments for a completed task.
IMPORT_BUSINESS_CALENDAR_COMPLETE | 定数 |
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the business calendars were imported.
PRESUBMIT_COMPLETE | 定数 |
public static const PRESUBMIT_COMPLETE:String = "preSubmitComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task id was stored in the session.
RENDER_COMPLETE | 定数 |
public static const RENDER_COMPLETE:String = "renderComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the render operation to display a form completed.
RESULT | 定数 |
public static const RESULT:String = "result"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a generic result was provided.
SAVE_DATA_COMPLETE | 定数 |
public static const SAVE_DATA_COMPLETE:String = "saveDataComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was saved.
SEARCH_TEMPLATE_RESULT | 定数 |
public static const SEARCH_TEMPLATE_RESULT:String = "searchTemplateResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a search template executed and results are available.
STARTPOINT_INVOCATION_COMPLETE | 定数 |
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and completed.
STARTPOINT_RESULT | 定数 |
public static const STARTPOINT_RESULT:String = "startpointResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a process was started and a result was provided.
SUBMIT_COMPLETE | 定数 |
public static const SUBMIT_COMPLETE:String = "submitComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies form data was submitted.
SUBMIT_VALIDATION_ERROR | 定数 |
public static const SUBMIT_VALIDATION_ERROR:String = "submitValidationError"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a validation error occurred while submitting the form.
TASK_COMPLETE | 定数 |
public static const TASK_COMPLETE:String = "taskComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task completed.
TASK_EXTRA_RESULT | 定数 |
public static const TASK_EXTRA_RESULT:String = "taskExtraResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const TASK_RESULT:String = "taskResult"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that task results are available.
UPDATE_ATTACHMENT_COMPLETE | 定数 |
public static const UPDATE_ATTACHMENT_COMPLETE:String = "updateAttachmentComplete"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the update of attachments completed.
UPDATE_COMPLETION_COMMENT | 定数 |
public static const UPDATE_COMPLETION_COMMENT:String = "updateCompletionComment"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the completion comments were updated.
Tue Jun 12 2018, 10:34 AM Z