適用於 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 類別就會以英文顯示。