Pacchetto | com.adobe.icc.editors.managers |
Classe | public class ImportExportManager |
Ereditarietà | ImportExportManager EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
assetIdList : IList
Gets the List of Id's of assets to be exported . | ImportExportManager | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
exportAssetList : IList
Gets the List of all the assets that would be exported or imported including the dependencies. | ImportExportManager |
Proprietà | Definito da | ||
---|---|---|---|
fileUploadManager : FileUploadManager
File Upload Manger For uploading files to the server
| ImportExportManager |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ImportExportManager | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
This is called in case user pressed the Export All assets button present in the export
tab of admin view. | ImportExportManager | ||
Calls the server for exporting the package.In case exportInfoFlag is true , then
export all assets are called . | ImportExportManager | ||
Fetches the package dependencies from the server
| ImportExportManager | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
This function imports the package using the crx path by making a server call . | ImportExportManager | ||
Calls the server for importing the package. | ImportExportManager | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodo | Definito da | ||
---|---|---|---|
ImportExportManager | |||
ImportExportManager | |||
ImportExportManager |
Costante | Definito da | ||
---|---|---|---|
ACTION_EXPORTPACKAGE : * = ExportPackage [statico]
The constant specifying the export package action. | ImportExportManager | ||
ACTION_IMPORTPACKAGE : * = ImportPackage [statico]
The constant specifying the import package action. | ImportExportManager |
assetIdList | proprietà |
assetIdList:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the List of Id's of assets to be exported .
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get assetIdList():IList
public function set assetIdList(value:IList):void
exportAssetList | proprietà |
exportAssetList:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets the List of all the assets that would be exported or imported including the dependencies.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get exportAssetList():IList
public function set exportAssetList(value:IList):void
fileUploadManager | proprietà |
protected var fileUploadManager:FileUploadManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
File Upload Manger For uploading files to the server
ImportExportManager | () | Funzione di costruzione |
public function ImportExportManager()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
exportAllAssetInfo | () | metodo |
public function exportAllAssetInfo():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
This is called in case user pressed the Export All assets button present in the export tab of admin view.
exportPackage | () | metodo |
public function exportPackage(exportInfoFlag:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Calls the server for exporting the package.In case exportInfoFlag is true , then export all assets are called .
Parametri
exportInfoFlag:String — The string whose value if true calls export all assets.
|
getPackageDependencies | () | metodo |
public function getPackageDependencies():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the package dependencies from the server
importAsset | () | metodo |
public function importAsset(importFilePath:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
This function imports the package using the crx path by making a server call .
Parametri
importFilePath:String — The file path from which assets will be imported.
|
importPackage | () | metodo |
public function importPackage():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Calls the server for importing the package.
onExportAssetComplete | () | metodo |
onImportPackageComplete | () | metodo |
onImportPackageFail | () | metodo |
protected function onImportPackageFail(e:FaultEvent):Function
Parametri
e:FaultEvent |
Function |
ACTION_EXPORTPACKAGE | Costante |
public static const ACTION_EXPORTPACKAGE:* = ExportPackage
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the export package action.
ACTION_IMPORTPACKAGE | Costante |
public static const ACTION_IMPORTPACKAGE:* = ImportPackage
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the import package action.
Tue Jun 12 2018, 02:44 PM Z