| Paquete | lc.foundation.util |
| Clase | public class CompositeMessage |
| Herencia | CompositeMessage Message Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CompositeMessage class encapsulates a composite message.
A composite message is a message that has nested messages. The general format
is [top-level identifer]/[next level identifier]/.../[most specific identifer].
For example, the message identifier of such a message can be "ALC-WKS-123-456" or
"ALC-XYZ-432-321" or "X754RT3". Most message identifiers are Workspace identifiers
of the form ALC-XYZ-123-456; however, there may also be identifiers from other
technologies and in different formats.
Use the CompositeMessage class for nested error messages.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
![]() | date : Date [solo lectura]
The time the message was recorded at. | Message | |
| formattedMessage : String [override] [solo lectura]
The localized message text with all substitutions and is appropriately formatted for display. | CompositeMessage | ||
![]() | logLevel : int
The logging level of the message. | Message | |
| messageId : String [override] [solo lectura]
The composite message identifier. | CompositeMessage | ||
| nestedId : String [solo lectura]
The nested message identifier. | CompositeMessage | ||
| rawMessage : String [override] [solo lectura]
The localized message text with all substitutions, but the text is not
formatted with the standard UI formatting. | CompositeMessage | ||
| topLevelId : String [solo lectura]
The top-level message identifier. | CompositeMessage | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | CompositeMessage | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Message | |
![]() |
Dispatches an event into the event flow. | Message | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Message | |
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | Message | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Message | |
Información sobre propiedades
formattedMessage | propiedad |
formattedMessage:String [solo lectura] [override] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The localized message text with all substitutions and is appropriately formatted for display.
Implementación
override public function get formattedMessage():StringmessageId | propiedad |
messageId:String [solo lectura] [override] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The composite message identifier. The returned string value is equivalent
to retrieving the strings from the topLeveId and nestedId
properties. The format of the string returned is topLevelId() + "/" + nestedId().
Implementación
override public function get messageId():StringnestedId | propiedad |
nestedId:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The nested message identifier.
Implementación
public function get nestedId():StringrawMessage | propiedad |
rawMessage:String [solo lectura] [override] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The localized message text with all substitutions, but the text is not formatted with the standard UI formatting.
Implementación
override public function get rawMessage():StringtopLevelId | propiedad |
topLevelId:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The top-level message identifier.
Implementación
public function get topLevelId():StringInformación sobre constructores
CompositeMessage | () | Información sobre |
public function CompositeMessage(id:String, nestedId:String, nestedMessage:String, params:Array)| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parámetrosid:String — Specifies the message identifier.
| |
nestedId:String — Specifies the nested message identifier.
| |
nestedMessage:String — Specifies the nested message.
| |
params:Array — Specifies an array of message parameters. These are substituted into the message.
|
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas