Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.icc.services.fragmentlayout 

IFragmentLayoutService  - AS3 Asset Composer

Packagecom.adobe.icc.services.fragmentlayout
Interfacepublic interface IFragmentLayoutService extends IEventDispatcher

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Defines a service for Fragment Layout management.



Méthodes publiques
 MéthodeDéfini par
  
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
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement.
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
Distribue un événement dans le flux d’événements.
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
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement.
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
Supprime un écouteur de l’objet EventDispatcher.
IEventDispatcher
  
Reverts the fragment layout to the last published version.
IFragmentLayoutService
  
Allows updating a fragmentLayout template with state test
IFragmentLayoutService
 Inherited
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié.
IEventDispatcher
Détails de la méthode

activateFragmentLayout

()méthode
public function activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Activates a fragmentLayout template

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — the updated FragmentLayout

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

copyFragmentLayout

()méthode 
public function copyFragmentLayout(oldFragmentLayoutID:String, newFragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Creates a copy of an existing fragmentLayout.

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — New fragmentLayout object (the copy).

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

createFragmentLayout

()méthode 
public function createFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Creates a new fragmentLayout template record

Paramètres

fragmentLayout:FragmentLayout — New fragmentLayout object

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object

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

createTestFragmentLayout

()méthode 
public function createTestFragmentLayout(fragmentLayoutID:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

For creating a test version of a fragmentLayout template.

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — The new FragmentLayout object

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

deleteFragmentLayout

()méthode 
public function deleteFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: 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.

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncToken

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

fragmentLayoutExists

()méthode 
public function fragmentLayoutExists(name:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Determines if the specified fragmentLayout exists.

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncTokenBoolean which is true if the fragmentLayout exists; false if not.

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

getAllFragmentLayouts

()méthode 
public function getAllFragmentLayouts(query:Query = null):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Returns a list of available fragmentLayout templates.

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — An ArrayCollection containing FragmentLayout objects

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

getDependentLetters

()méthode 
public function getDependentLetters(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: 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).

Paramètres

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

Valeur renvoyée
com.adobe.icc.token:IAsyncTokenArrayCollection of Letter objects that are dependent on the specified fragmentLayout.

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

getFragmentLayout

()méthode 
public function getFragmentLayout(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Retrieves a fragmentLayout given its unique identifier.

Paramètres

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

Valeur renvoyée
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.

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

getFragmentLayoutByVersion

()méthode 
public function getFragmentLayoutByVersion(fragmentLayoutId:String, date:Date):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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

Paramètres

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.

Valeur renvoyée
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.

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

markReadyToPublish

()méthode 
public function markReadyToPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Mark as ready to publish the FragmentLayout identified by the given fragmentLayoutID.

Paramètres

fragmentLayoutId:String — ID of the FragmentLayout

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — FragmentLayout object marked for publishing

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

parseFragmentLayout

()méthode 
public function parseFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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

Paramètres

fragmentLayout:FragmentLayout — FragmentLayout required to be parsed

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — FragmentLayout populated with target areas, fields and tables.

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

publishFragment

()méthode 
public function publishFragment(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Publish the FragmentLayout identified by the given FragmentLayoutID.

Paramètres

fragmentLayoutId:String — ID of the FragmentLayout

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — published FragmentLayout object

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

revertToLastPublish

()méthode 
public function revertToLastPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: 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.

Paramètres

fragmentLayoutId:String — ID of the FragmentLayout

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — Reverted fragment layout.

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

updateFragmentLayout

()méthode 
public function updateFragmentLayout(fragmentLayout:FragmentLayout):com.adobe.icc.token:IAsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Asset Composer 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

Allows updating a fragmentLayout template with state test

Paramètres

fragmentLayout:FragmentLayout — Updated fragmentLayout object

Valeur renvoyée
com.adobe.icc.token:IAsyncToken — Updated fragmentLayout object

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




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.