Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
lc.foundation.events 

ObjectResultEvent  - AS3 ADEP Workspace

Pacotelc.foundation.events
Classepublic class ObjectResultEvent
HerançaObjectResultEvent Inheritance LiveCycleEvent Inheritance Event Inheritance Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The ObjectResultEvent event is dispatched when an object is retrieved.



Propriedades públicas
 PropriedadeDefinido por
 Inheritedbubbles : Boolean
[somente leitura] Indica se um evento é do tipo bubbling.
Event
 Inheritedcancelable : Boolean
[somente leitura] Indica se o comportamento associado ao evento pode ser impedido.
Event
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
 InheritedcurrentTarget : Object
[somente leitura] O objeto que está processando ativamente o objeto Event com um ouvinte de evento.
Event
 InheritedeventPhase : uint
[somente leitura] A fase atual no fluxo de eventos.
Event
  result : Object
The object that stores the results.
ObjectResultEvent
 Inheritedtarget : Object
[somente leitura] O destino de evento.
Event
 Inheritedtoken : lc.foundation.util:Token
[somente leitura] The token that represents the call to the method.
LiveCycleEvent
 Inheritedtype : String
[somente leitura] O tipo de evento.
Event
Métodos públicos
 MétodoDefinido por
  
ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Constructor.
ObjectResultEvent
  
[substituir] Creates a copy of an ObjectResultEvent object and sets the value of each property to match that of the original.
ObjectResultEvent
 Inherited
formatToString(className:String, ... arguments):String
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas.
Event
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Verifica se o método preventDefault() foi chamado no evento.
Event
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado.
Event
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos.
Event
 Inherited
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos.
Event
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna uma string que contém todas as propriedades do objeto Event.
Event
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete"
[estático] A special value that specifies attachments were added to a task.
ObjectResultEvent
  ADD_NOTE_COMPLETE : String = "addNoteComplete"
[estático] A special value that specifies notes were added to a task.
ObjectResultEvent
  DATA_RESULT : String = "dataResult"
[estático] A special value that specifies data is available from a submitted form.
ObjectResultEvent
  DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete"
[estático] A special value that specifies an attachment was deleted from a task.
ObjectResultEvent
  EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete"
[estático] A special value that specifies that the business calendars were exported.
ObjectResultEvent
  FIND_GROUP_NAME : String = "groupName"
[estático] A special value that specifies that a search for a group name occurred.
ObjectResultEvent
  GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete"
[estático] A special value that specifies that the retrieval of document attachments completed.
ObjectResultEvent
  GET_COMPLETION_COMMENT : String = "getCompletionComment"
[estático] A special value that specifies to retrieve comments for a completed task.
ObjectResultEvent
  IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete"
[estático] A special value that specifies that the business calendars were imported.
ObjectResultEvent
  PRESUBMIT_COMPLETE : String = "preSubmitComplete"
[estático] A special value that specifies that the task id was stored in the session.
ObjectResultEvent
  RENDER_COMPLETE : String = "renderComplete"
[estático] A special value that specifies the render operation to display a form completed.
ObjectResultEvent
  RESULT : String = "result"
[estático] A special value that specifies a generic result was provided.
ObjectResultEvent
  SAVE_DATA_COMPLETE : String = "saveDataComplete"
[estático] A special value that specifies form data was saved.
ObjectResultEvent
  SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult"
[estático] A special value that specifies a search template executed and results are available.
ObjectResultEvent
  STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete"
[estático] A special value that specifies a process was started and completed.
ObjectResultEvent
  STARTPOINT_RESULT : String = "startpointResult"
[estático] A special value that specifies a process was started and a result was provided.
ObjectResultEvent
  SUBMIT_COMPLETE : String = "submitComplete"
[estático] A special value that specifies form data was submitted.
ObjectResultEvent
  SUBMIT_VALIDATION_ERROR : String = "submitValidationError"
[estático] A special value that specifies a validation error occurred while submitting the form.
ObjectResultEvent
  TASK_COMPLETE : String = "taskComplete"
[estático] A special value that specifies the task completed.
ObjectResultEvent
  TASK_EXTRA_RESULT : String = "taskExtraResult"
[estático] A special value that specifies that an extra task result was provided when the process started.
ObjectResultEvent
  TASK_RESULT : String = "taskResult"
[estático] A special value that specifies that task results are available.
ObjectResultEvent
  UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete"
[estático] A special value that specifies that the update of attachments completed.
ObjectResultEvent
  UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment"
[estático] A special value that specifies the completion comments were updated.
ObjectResultEvent
Detalhes da propriedade

result

propriedade
public var result:Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The object that stores the results.

Detalhes do construtor

ObjectResultEvent

()Construtor
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parâmetros
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.
Detalhes do método

clone

()método
override public function clone():Event

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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.

Retorna
Event — A copy of the ObjectResultEvent object.
Detalhes da constante

ADD_ATTACHMENT_COMPLETE

Constante
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const RENDER_COMPLETE:String = "renderComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const SUBMIT_COMPLETE:String = "submitComplete"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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

Constante 
public static const TASK_RESULT:String = "taskResult"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: 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"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the completion comments were updated.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.