| パッケージ | lc.foundation.util | 
| クラス | public class CompositeMessage | 
| 継承 | CompositeMessage  Message  Object | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| ランタイムバージョン: | 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.
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
|  | constructor : Object 
	 指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
|  | date : Date [読み取り専用]  
		 The time the message was recorded at. | Message | |
| formattedMessage : String [オーバーライド] [読み取り専用]  
		 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 [オーバーライド] [読み取り専用]  
		 The composite message identifier. | CompositeMessage | ||
| nestedId : String [読み取り専用]  
		 The nested message identifier. | CompositeMessage | ||
| rawMessage : String [オーバーライド] [読み取り専用]  
		 The localized message text with all substitutions, but the text is not 
		 formatted with the standard UI formatting. | CompositeMessage | ||
| topLevelId : String [読み取り専用]  
		 The top-level message identifier. | CompositeMessage | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		 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 | |
|  | 
	 オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
|  | 
	 Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
|  | 
	 指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
|  | 
 
	Removes a listener from the EventDispatcher object. | Message | |
|  | 
     ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
|  | 
	 ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのプリミティブな値を返します。 | Object | |
|  | 
 
	Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Message | |
プロパティの詳細
| formattedMessage | プロパティ | 
formattedMessage:String  [読み取り専用] [オーバーライド] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The localized message text with all substitutions and is appropriately formatted for display.
実装
    override public function get formattedMessage():String| messageId | プロパティ | 
messageId:String  [読み取り専用] [オーバーライド] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| ランタイムバージョン: | 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().
		 
		 
実装
    override public function get messageId():String| nestedId | プロパティ | 
| rawMessage | プロパティ | 
rawMessage:String  [読み取り専用] [オーバーライド] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| ランタイムバージョン: | 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.
実装
    override public function get rawMessage():String| topLevelId | プロパティ | 
コンストラクターの詳細
| CompositeMessage | () | コンストラクター | 
public function CompositeMessage(id:String, nestedId:String, nestedMessage:String, params:Array)| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
Constructor.
パラメーター| id: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, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示