Package | com.adobe.icc.editors.managers |
Class | public class ImportExportManager |
Inheritance | ImportExportManager EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Property | Defined By | ||
---|---|---|---|
assetIdList : IList
Gets the List of Id's of assets to be exported . | ImportExportManager | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
exportAssetList : IList
Gets the List of all the assets that would be exported or imported including the dependencies. | ImportExportManager | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Property | Defined By | ||
---|---|---|---|
fileUploadManager : FileUploadManager
File Upload Manger For uploading files to the server
| ImportExportManager |
Method | Defined By | ||
---|---|---|---|
Constructor. | ImportExportManager | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
Dispatches an event into the event flow. | 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 | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
This function imports the package using the crx path by making a server call . | ImportExportManager | ||
Calls the server for importing the package. | ImportExportManager | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
Method | Defined By | ||
---|---|---|---|
ImportExportManager | |||
ImportExportManager | |||
ImportExportManager |
Constant | Defined By | ||
---|---|---|---|
ACTION_EXPORTPACKAGE : * = ExportPackage [static]
The constant specifying the export package action. | ImportExportManager | ||
ACTION_IMPORTPACKAGE : * = ImportPackage [static]
The constant specifying the import package action. | ImportExportManager |
assetIdList | property |
assetIdList:IList
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Gets the List of Id's of assets to be exported .
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get assetIdList():IList
public function set assetIdList(value:IList):void
exportAssetList | property |
exportAssetList:IList
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Gets the List of all the assets that would be exported or imported including the dependencies.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get exportAssetList():IList
public function set exportAssetList(value:IList):void
fileUploadManager | property |
protected var fileUploadManager:FileUploadManager
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
File Upload Manger For uploading files to the server
ImportExportManager | () | Constructor |
public function ImportExportManager()
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Constructor.
exportAllAssetInfo | () | method |
public function exportAllAssetInfo():void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | 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 | () | method |
public function exportPackage(exportInfoFlag:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Calls the server for exporting the package.In case exportInfoFlag is true , then export all assets are called .
Parameters
exportInfoFlag:String — The string whose value if true calls export all assets.
|
getPackageDependencies | () | method |
public function getPackageDependencies():void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fetches the package dependencies from the server
importAsset | () | method |
public function importAsset(importFilePath:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
This function imports the package using the crx path by making a server call .
Parameters
importFilePath:String — The file path from which assets will be imported.
|
importPackage | () | method |
public function importPackage():void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Calls the server for importing the package.
onExportAssetComplete | () | method |
onImportPackageComplete | () | method |
onImportPackageFail | () | method |
protected function onImportPackageFail(e:FaultEvent):Function
Parameters
e:FaultEvent |
Function |
ACTION_EXPORTPACKAGE | Constant |
public static const ACTION_EXPORTPACKAGE:* = ExportPackage
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the export package action.
ACTION_IMPORTPACKAGE | Constant |
public static const ACTION_IMPORTPACKAGE:* = ImportPackage
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the import package action.
Mon Nov 28 2011, 06:48 AM -08:00