Paket | com.adobe.icc.services.fragmentlayout |
Arabirim | public interface IFragmentLayoutService extends IEventDispatcher |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
Activates a fragmentLayout template
| IFragmentLayoutService | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | IEventDispatcher | ||
copyFragmentLayout(oldFragmentLayoutID:String, newFragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken
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 | ||
Olay akışına bir olay gönderir. | 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 | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | 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 | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | IEventDispatcher | ||
Reverts the fragment layout to the last published version. | IFragmentLayoutService | ||
Allows updating a fragmentLayout template with state test
| IFragmentLayoutService | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | IEventDispatcher |
activateFragmentLayout | () | yöntem |
public function activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Activates a fragmentLayout template
Parametreler
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
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
copyFragmentLayout | () | yöntem |
public function copyFragmentLayout(oldFragmentLayoutID:String, newFragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Creates a copy of an existing fragmentLayout.
Parametreler
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).
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createFragmentLayout | () | yöntem |
public function createFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Creates a new fragmentLayout template record
Parametreler
fragmentLayout:FragmentLayout — New fragmentLayout object
|
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createTestFragmentLayout | () | yöntem |
public function createTestFragmentLayout(fragmentLayoutID:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
For creating a test version of a fragmentLayout template.
Parametreler
fragmentLayoutID:String — The ID (GUID) of an existing FragmentLayout to duplicate as a test version
|
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
deleteFragmentLayout | () | yöntem |
public function deleteFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
fragmentLayoutId:String — The ID (GUID) of the fragmentLayout to delete
|
com.adobe.icc.token:IAsyncToken —
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
fragmentLayoutExists | () | yöntem |
public function fragmentLayoutExists(name:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Determines if the specified fragmentLayout exists.
Parametreler
name:String — Version-independent name of the fragmentLayout.
|
com.adobe.icc.token:IAsyncToken — Boolean which is true if the fragmentLayout exists; false if not.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getAllFragmentLayouts | () | yöntem |
public function getAllFragmentLayouts(query:Query = null):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns a list of available fragmentLayout templates.
Parametreler
query:Query (default = null ) — Query specifying the statements for filtering search results.
|
com.adobe.icc.token:IAsyncToken — An ArrayCollection containing FragmentLayout objects
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getDependentLetters | () | yöntem |
public function getDependentLetters(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | 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).
Parametreler
fragmentLayoutId:String — The unique identifer of the fragmentLayout whose dependent letters are sought.
|
com.adobe.icc.token:IAsyncToken — ArrayCollection of Letter objects that are dependent on the specified fragmentLayout.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getFragmentLayout | () | yöntem |
public function getFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Retrieves a fragmentLayout given its unique identifier.
Parametreler
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.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getFragmentLayoutByVersion | () | yöntem |
public function getFragmentLayoutByVersion(fragmentLayoutId:String, date:Date):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Retrieves a fragmentLayout given its unique identifier and date on which the fragment was published.
Parametreler
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.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
markReadyToPublish | () | yöntem |
public function markReadyToPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Mark as ready to publish the FragmentLayout identified by the given fragmentLayoutID
.
Parametreler
fragmentLayoutId:String — ID of the FragmentLayout
|
com.adobe.icc.token:IAsyncToken — FragmentLayout object marked for publishing
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
parseFragmentLayout | () | yöntem |
public function parseFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Parses fragment layout and populates target areas, fields and tables in it.
Parametreler
fragmentLayout:FragmentLayout — FragmentLayout required to be parsed
|
com.adobe.icc.token:IAsyncToken — FragmentLayout populated with target areas, fields and tables.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
publishFragment | () | yöntem |
public function publishFragment(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Publish the FragmentLayout identified by the given FragmentLayoutID
.
Parametreler
fragmentLayoutId:String — ID of the FragmentLayout
|
com.adobe.icc.token:IAsyncToken — published FragmentLayout object
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
revertToLastPublish | () | yöntem |
public function revertToLastPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
fragmentLayoutId:String — ID of the FragmentLayout
|
com.adobe.icc.token:IAsyncToken — Reverted fragment layout.
|
Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
updateFragmentLayout | () | yöntem |
public function updateFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Allows updating a fragmentLayout template with state test
Parametreler
fragmentLayout:FragmentLayout — Updated fragmentLayout object
|
com.adobe.icc.token:IAsyncToken — Updated fragmentLayout object
|
Atar
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, 01:09 PM Z