ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.editors.managers 

RevertManager  - AS3 Asset Composer

Packagecom.adobe.icc.editors.managers
Classpublic class RevertManager
InheritanceRevertManager Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

A manager for reverting the assets.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Constructor.
RevertManager
  
This function exports the asset dependencies.
RevertManager
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
revertAsset(assetId:String, assetType:String):void
Reverts the asset with given id and type of the asset.
RevertManager
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail

RevertManager

()Constructor
public function RevertManager()

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

Constructor.

Method Detail

exportAssetDependencies

()method
public function exportAssetDependencies(assetid:String, assetType: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 exports the asset dependencies.

Parameters

assetid:String — Id of the asset being exported.
 
assetType:String — The type of asset to be exported. It can be any of the Text, Image, List, Condition, Fragment , Form or Letter.

revertAsset

()method 
public function revertAsset(assetId:String, assetType:String):void

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

Reverts the asset with given id and type of the asset.

Parameters

assetId:String — Id of the asset being reverted.
 
assetType:String — The type of asset to be reverted. It can be any of the Text, Image, List, Condition, Fragment , Form or Letter.