Package | com.adobe.icc.editors.managers |
Class | public class RevertManager |
Inheritance | RevertManager Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | RevertManager | ||
This function exports the asset dependencies. | RevertManager | ||
Indicates whether an object has a specified property defined. | Object | ||
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 | ||
Reverts the asset with given id and type of the asset. | RevertManager | ||
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 |
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.
|
Mon Nov 28 2011, 06:48 AM -08:00