パッケージ | com.adobe.icc.services.letter |
インターフェイス | public interface ILetterService extends IEventDispatcher |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
メソッド | 定義元 | ||
---|---|---|---|
Activates a letter template
| ILetterService | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | ||
Creates a copy of an existing letter. | ILetterService | ||
Allows creating a new Letter template entry. | ILetterService | ||
Allows creating a test version of a letter template entry. | ILetterService | ||
Allows deleting of a letter. | ILetterService | ||
イベントをイベントフローに送出します。 | IEventDispatcher | ||
Method description: Returns a list of available letter templates. | ILetterService | ||
Retrieves a letter given its unique identifier. | ILetterService | ||
Retrieves a letter given its unique identifier and date on which the letter was published. | ILetterService | ||
getUsedDataModules(letterId:String, fetchIndirectReferences:Boolean = false):com.adobe.icc.token:IAsyncToken
Retrieve the list of modules that is used by the Letter identified by the given letterId. | ILetterService | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | ||
Determines if the specified letter exists. | ILetterService | ||
Mark as ready to publish the Letter identified by the given letterID. | ILetterService | ||
Publish the Letter identified by the given letterID. | ILetterService | ||
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | ||
Reverts the letter to the last published version. | ILetterService | ||
Allows modifying a letter template entry which has a state test. | ILetterService | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
activateLetter | () | メソッド |
public function activateLetter(letterID:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Activates a letter template
パラメーター
letterID:String — The ID (GUID) of the letter to activate
| |
updateDependencies:Boolean (default = false ) — Whether to replace/use this new activated version in the dependencies
|
com.adobe.icc.token:IAsyncToken — the updated Letter
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
copyLetter | () | メソッド |
public function copyLetter(oldLetterID:String, newLetter:Letter):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Creates a copy of an existing letter.
パラメーター
oldLetterID:String — Identifier if the letter to be copied
| |
newLetter:Letter — may optionally specify a new test data file
|
com.adobe.icc.token:IAsyncToken — New letter object (the copy).
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createLetter | () | メソッド |
public function createLetter(letter:Letter):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Allows creating a new Letter template entry.
パラメーター
letter:Letter — Letter object to be created
|
com.adobe.icc.token:IAsyncToken — The new Letter object on success
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createTestLetter | () | メソッド |
public function createTestLetter(letterID:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Allows creating a test version of a letter template entry.
パラメーター
letterID:String — The ID (GUID) of an existing Letter to duplicate as a test version
|
com.adobe.icc.token:IAsyncToken — The new Letter object
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
deleteLetter | () | メソッド |
public function deleteLetter(letterId:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Allows deleting of a letter.
パラメーター
letterId:String — The ID (GUID) of the letter to delete
|
com.adobe.icc.token:IAsyncToken — Return without any value if delete was successful
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getAllLetters | () | メソッド |
public function getAllLetters(query:Query = null):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Method description: Returns a list of available letter templates.
パラメーター
query:Query (default = null ) — Query specifying the statements for filtering search results.
|
com.adobe.icc.token:IAsyncToken — ArrayCollection containing the letter records as Letter objects
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getLetter | () | メソッド |
public function getLetter(letterId:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Retrieves a letter given its unique identifier.
パラメーター
letterId:String — The unique identifier of the letter to retrieve (i.e. it's GUID).
|
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Letter object for the specified letter, if the ID was valid.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getLetterByVersion | () | メソッド |
public function getLetterByVersion(letterId:String, date:Date):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Retrieves a letter given its unique identifier and date on which the letter was published.
パラメーター
letterId:String — The unique identifier of the letter to retrieve (i.e. it's GUID).
| |
date:Date — The date on which the letter was published
|
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Letter object for the specified letter, if the ID was valid.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getUsedDataModules | () | メソッド |
public function getUsedDataModules(letterId:String, fetchIndirectReferences:Boolean = false):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Retrieve the list of modules that is used by the Letter identified by the given letterId
.
パラメーター
letterId:String — ID (GUID) of the Letter, for which the used modules are to be fetched.
| |
fetchIndirectReferences:Boolean (default = false ) — True, if you wish to fetch the modules that are directly or indirectly used by this Letter.
For example, if a Text T1 is used in a List L1, and List L1 is used in Letter L1, the List would contain
(T1 and L1), for the Letter L1. If false, the List would contain only L1.
|
com.adobe.icc.token:IAsyncToken — List of modules that is used by the given Letter.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
letterExists | () | メソッド |
public function letterExists(name:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Determines if the specified letter exists.
パラメーター
name:String — Version-independent name of the letter.
|
com.adobe.icc.token:IAsyncToken — Boolean which is true if the letter exists; false if not.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
markReadyToPublish | () | メソッド |
public function markReadyToPublish(letterId:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Mark as ready to publish the Letter identified by the given letterID
.
パラメーター
letterId:String — ID of the Letter
|
com.adobe.icc.token:IAsyncToken — Letter object marked for publishing
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
publishLetter | () | メソッド |
public function publishLetter(letterId:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Publish the Letter identified by the given letterID
.
パラメーター
letterId:String — ID of the Letter
|
com.adobe.icc.token:IAsyncToken — published Letter object
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
revertToLastPublish | () | メソッド |
public function revertToLastPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Reverts the letter to the last published version. If letter is not published, it is removed from repository.
パラメーター
fragmentLayoutId:String — ID of the Letter
|
com.adobe.icc.token:IAsyncToken — Reverted letter object
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
updateLetter | () | メソッド |
public function updateLetter(letter:Letter):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Allows modifying a letter template entry which has a state test.
パラメーター
letter:Letter — Letter object to be updated
|
com.adobe.icc.token:IAsyncToken — Updated letter object.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Tue Jun 12 2018, 10:34 AM Z