패키지 | 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, 03:17 PM Z