Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.icc.services.fragmentlayout 

IFragmentLayoutService  - AS3 Asset Composer

パッケージcom.adobe.icc.services.fragmentlayout
インターフェイスpublic interface IFragmentLayoutService extends IEventDispatcher

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Defines a service for Fragment Layout management.



パブリックメソッド
 メソッド定義元
  
activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
Activates a fragmentLayout template
IFragmentLayoutService
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
IEventDispatcher
  
Creates a copy of an existing fragmentLayout.
IFragmentLayoutService
  
Creates a new fragmentLayout template record
IFragmentLayoutService
  
For creating a test version of a fragmentLayout template.
IFragmentLayoutService
  
Allows deleting of a fragmentLayout.
IFragmentLayoutService
 Inherited
イベントをイベントフローに送出します。
IEventDispatcher
  
Determines if the specified fragmentLayout exists.
IFragmentLayoutService
  
Returns a list of available fragmentLayout templates.
IFragmentLayoutService
  
Retrieves a list of letters that are dependent on the specified fragmentLayout (i.e.
IFragmentLayoutService
  
Retrieves a fragmentLayout given its unique identifier.
IFragmentLayoutService
  
Retrieves a fragmentLayout given its unique identifier and date on which the fragment was published.
IFragmentLayoutService
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
IEventDispatcher
  
Mark as ready to publish the FragmentLayout identified by the given fragmentLayoutID.
IFragmentLayoutService
  
Parses fragment layout and populates target areas, fields and tables in it.
IFragmentLayoutService
  
Publish the FragmentLayout identified by the given FragmentLayoutID.
IFragmentLayoutService
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
IEventDispatcher
  
Reverts the fragment layout to the last published version.
IFragmentLayoutService
  
Allows updating a fragmentLayout template with state test
IFragmentLayoutService
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
IEventDispatcher
メソッドの詳細

activateFragmentLayout

()メソッド
public function activateFragmentLayout(fragmentLayoutId: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 fragmentLayout template

パラメーター

fragmentLayoutId:String — The ID (GUID) of the fragmentLayout to activate
 
updateDependencies:Boolean (default = false) — Whether to replace/use this new activated version in the dependencies

戻り値
com.adobe.icc.token:IAsyncToken — the updated FragmentLayout

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

copyFragmentLayout

()メソッド 
public function copyFragmentLayout(oldFragmentLayoutID:String, newFragmentLayout:FragmentLayout):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 fragmentLayout.

パラメーター

oldFragmentLayoutID:String — Identifier of the fragment layout to be copied.
 
newFragmentLayout:FragmentLayout — may optionally specify a new test data file but original XDP fragmentLayout cannot be altered

戻り値
com.adobe.icc.token:IAsyncToken — New fragmentLayout 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.

createFragmentLayout

()メソッド 
public function createFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Creates a new fragmentLayout template record

パラメーター

fragmentLayout:FragmentLayout — New fragmentLayout object

戻り値
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

createTestFragmentLayout

()メソッド 
public function createTestFragmentLayout(fragmentLayoutID:String):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

For creating a test version of a fragmentLayout template.

パラメーター

fragmentLayoutID:String — The ID (GUID) of an existing FragmentLayout to duplicate as a test version

戻り値
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

deleteFragmentLayout

()メソッド 
public function deleteFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Allows deleting of a fragmentLayout. If the fragmentLayout referenced by fragmentLayoutId has the state test it is physically deleted otherwise if the state is active it is being set to state archive.

パラメーター

fragmentLayoutId:String — The ID (GUID) of the fragmentLayout to delete

戻り値
com.adobe.icc.token:IAsyncToken

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

fragmentLayoutExists

()メソッド 
public function fragmentLayoutExists(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 fragmentLayout exists.

パラメーター

name:String — Version-independent name of the fragmentLayout.

戻り値
com.adobe.icc.token:IAsyncTokenBoolean which is true if the fragmentLayout 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.

getAllFragmentLayouts

()メソッド 
public function getAllFragmentLayouts(query:Query = null):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Returns a list of available fragmentLayout templates.

パラメーター

query:Query (default = null) — Query specifying the statements for filtering search results.

戻り値
com.adobe.icc.token:IAsyncToken — An ArrayCollection containing FragmentLayout objects

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getDependentLetters

()メソッド 
public function getDependentLetters(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Retrieves a list of letters that are dependent on the specified fragmentLayout (i.e. that use the specified fragmentLayout as their layout).

パラメーター

fragmentLayoutId:String — The unique identifer of the fragmentLayout whose dependent letters are sought.

戻り値
com.adobe.icc.token:IAsyncTokenArrayCollection of Letter objects that are dependent on the specified fragmentLayout.

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getFragmentLayout

()メソッド 
public function getFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Retrieves a fragmentLayout given its unique identifier.

パラメーター

fragmentLayoutId:String — The unique identifier of the fragmentLayout to retrieve (i.e. it's GUID).

戻り値
com.adobe.icc.token:IAsyncToken — The result event's result data will be a FragmentLayout object for the specified fragmentLayout, 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.

getFragmentLayoutByVersion

()メソッド 
public function getFragmentLayoutByVersion(fragmentLayoutId:String, date:Date):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Retrieves a fragmentLayout given its unique identifier and date on which the fragment was published.

パラメーター

fragmentLayoutId:String — The unique identifier of the fragmentLayout to retrieve (i.e. it's GUID).
 
date:Date — The date on which the fragment was published.

戻り値
com.adobe.icc.token:IAsyncToken — The result event's result data will be a FragmentLayout object for the specified fragmentLayout, 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.

markReadyToPublish

()メソッド 
public function markReadyToPublish(fragmentLayoutId: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 FragmentLayout identified by the given fragmentLayoutID.

パラメーター

fragmentLayoutId:String — ID of the FragmentLayout

戻り値
com.adobe.icc.token:IAsyncToken — FragmentLayout 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.

parseFragmentLayout

()メソッド 
public function parseFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Parses fragment layout and populates target areas, fields and tables in it.

パラメーター

fragmentLayout:FragmentLayout — FragmentLayout required to be parsed

戻り値
com.adobe.icc.token:IAsyncToken — FragmentLayout populated with target areas, fields and tables.

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

publishFragment

()メソッド 
public function publishFragment(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Publish the FragmentLayout identified by the given FragmentLayoutID.

パラメーター

fragmentLayoutId:String — ID of the FragmentLayout

戻り値
com.adobe.icc.token:IAsyncToken — published FragmentLayout 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 fragment layout to the last published version. If fragment layout is not published, it is removed from repository.

パラメーター

fragmentLayoutId:String — ID of the FragmentLayout

戻り値
com.adobe.icc.token:IAsyncToken — Reverted fragment layout.

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

updateFragmentLayout

()メソッド 
public function updateFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Asset Composer Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Allows updating a fragmentLayout template with state test

パラメーター

fragmentLayout:FragmentLayout — Updated fragmentLayout object

戻り値
com.adobe.icc.token:IAsyncToken — Updated fragmentLayout object

例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。