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.handlers 

ConditionHandler  - AS3 Asset Composer

Packagecom.adobe.icc.editors.handlers
Classpublic class ConditionHandler
InheritanceConditionHandler Inheritance EventDispatcher Inheritance Object
Implements IAssetHandler

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

The Handler for the actions requested for asset of type Condition. Handlers are registered with the AssetHandlerRegistry and come into picture when an action is requested on assets that the handlers associate themselves with.



Public Properties
 PropertyDefined By
  assetActions : IList
The list of AssetAction objects maintained by this handler.
ConditionHandler
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  currentAction : AssetAction
The action that the handler is currently executing.
ConditionHandler
  selectedAssets : Array
The array of condition value objects currently selected by the user.
ConditionHandler
  workingAsset : ConditionModel
The Condition Domain Object that the handler is currently working with.
ConditionHandler
Protected Properties
 PropertyDefined By
  fileUploadManager : FileUploadManager
FileUploadManager for uploading files to the server using content APi.
ConditionHandler
Public Methods
 MethodDefined By
  
Constructor.
ConditionHandler
 Inherited
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
 Inherited
Dispatches an event into the event flow.
EventDispatcher
  
Returns the asset type handled by this handler.
ConditionHandler
  
This method is invoked by the asset manager framework whenever user requests an action on an object of type condition.
ConditionHandler
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
EventDispatcher
 Inherited
Indicates whether an object has a specified property defined.
Object
  
Called by the asset manager framework giving the handlers a chance to initialize themselves.
ConditionHandler
 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
  
Called internally when this handler is handling an action of type Publish.
ConditionHandler
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
EventDispatcher
 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
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
EventDispatcher
Protected Methods
 MethodDefined By
  
Called internally when this handler is handling an action of type Activate.
ConditionHandler
  
Called internally when this handler is handling an action of type Copy.
ConditionHandler
  
Called internally when this handler is handling an action of type Create.
ConditionHandler
  
deleteConditions(showWaring:Boolean = true):void
Called internally when this handler is handling an action of type Delete.
ConditionHandler
  
Called internally when this handler is handling an action of type Edit.
ConditionHandler
  
Called internally when this handler is handling an action of type ExportDependencies.
ConditionHandler
  
This method exports the list of selected assets .
ConditionHandler
  
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid.
ConditionHandler
  
Redispatching the asset action event to show the import Asset Popup.
ConditionHandler
  
Called internally when this handler is handling an action of type RevertToLastPublish.
ConditionHandler
  
This method imports the assets from the zip file .
ConditionHandler
  
Called internally when this handler is handling an action of type ExportPackage.
ConditionHandler
  
Called internally when this handler is handling an action of type ImportPackage.
ConditionHandler
  
Called internally when this handler is handling action of type MarkForPublish This method modifies the state of asset to Ready to Publish .
ConditionHandler
  
Called internally when this handler is handling an action of type VersionHistory.
ConditionHandler
  
Called internally when the user selects the button on the Revert To Last Publish Pop up .
ConditionHandler
  
Called internally when this handler is handling an action of type View.
ConditionHandler
Events
 Event Summary Defined By
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.EventDispatcher
  Dispatched when an handling of an action is complete.ConditionHandler
  assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets.ConditionHandler
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive.EventDispatcher
  Dispatched when an action handled by this handler requires an editor window to be launched.ConditionHandler
Public Constants
 ConstantDefined By
  ACTION_ACTIVATE : String = "Activate"
[static] Constant for the name of the action related to activation of an asset.
ConditionHandler
  ACTION_COPY : String = "Copy"
[static] Constant for the name of the action related to copying of an asset.
ConditionHandler
  ACTION_CREATE : String = "Create"
[static] Constant for the name of the action related to creation of an asset.
ConditionHandler
  ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific"
[static] Constant for the name of the action related to getting version history of an asset(dispatched by LCC).
ConditionHandler
  ACTION_DELETE : String = "Delete"
[static] Constant for the name of the action related to deletion of an asset.
ConditionHandler
  ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport"
[static] Constant for the name of the action related to downloading dependency browser report.
ConditionHandler
  ACTION_EDIT : String = "Edit"
[static] Constant for the name of the action related to editing of an asset.
ConditionHandler
  ACTION_EXPORTDEPENDENCY : String = "ExportDependencies"
[static] Constant for the name of the action related to exporting dependencies of an asset.
ConditionHandler
  ACTION_EXPORTPACKAGE : String = "ExportPackage"
[static] Constant for the name of the action related to exporting dependencies of an asset.
ConditionHandler
  ACTION_IMPORTPACKAGE : String = "ImportPackage"
[static] Constant for the name of the action related to importing dependencies of an asset.
ConditionHandler
  ACTION_MARKFORPUBLISH : String = "MarkForPublish"
[static] Constant for the name of the action related to activation of an asset.
ConditionHandler
  ACTION_PUBLISH : String = "Publish"
[static] Constant for the name of the action related to markforpublish of an asset.
ConditionHandler
  ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish"
[static] Constant for the name of the action related to publishing of an asset
ConditionHandler
  ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport"
[static] Constant for the name of the action related to publishing report of an asset
ConditionHandler
  ACTION_REVERTTOLASTPUBLISH : String = "RevertToLastPublish"
[static] Constant for the name of the action related to revert to last publish of an asset.
ConditionHandler
  ACTION_VERSIONHISTORY : String = "VersionHistory"
[static] Constant for the name of the action related to getting version history of an asset.
ConditionHandler
  ACTION_VIEW : String = "View"
[static] Constant for the name of the action related to viewing of an asset.
ConditionHandler
  ACTION_VIEW_DEPENDENCY : String = "ViewDependency"
[static] Constant for the name of the action related to view dependencies of an asset.
ConditionHandler
  ASSET_TYPE : String = "ConditionalDataModule"
[static] Constant for the Asset Type handled by this handler.
ConditionHandler
Property Detail

assetActions

property
assetActions:IList

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

The list of AssetAction objects maintained by this handler. This list is used by the asset manager framework to determine which action to enable. The asset manager framework looks for the value of the enabled flag in the AssetAction object to determine the same and handler updates the flags everytime the list of selected assets changes.

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 assetActions():IList
    public function set assetActions(value:IList):void

currentAction

property 
currentAction:AssetAction

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

The action that the handler is currently executing. This is useful in cases when the editor needs to know the action that the working asset is being acted upon. For instance, the editor might need to disable some of the fields if it is a view action.

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 currentAction():AssetAction
    public function set currentAction(value:AssetAction):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

FileUploadManager for uploading files to the server using content APi.

selectedAssets

property 
selectedAssets:Array

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

The array of condition value objects currently selected by the user. This is set by the asset manager framework everytime a user selects or deselects an item of type condition.

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 selectedAssets():Array
    public function set selectedAssets(value:Array):void

workingAsset

property 
workingAsset:ConditionModel

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

The Condition Domain Object that the handler is currently working with. The handler creates this domain object from the shallow value object that it receives from the asset manager framework. The working asset is used by the asset editor to display the asset to the user in a desired presentation format.

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 workingAsset():ConditionModel
    public function set workingAsset(value:ConditionModel):void
Constructor Detail

ConditionHandler

()Constructor
public function ConditionHandler()

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

Constructor.

Method Detail

activateCondition

()method
protected function activateCondition():void

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

Called internally when this handler is handling an action of type Activate. The default implementation iteratively activates all the selected condition value objects. Activation does not require creation of a domain object. Hence, the activate action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the activate action.

copyCondition

()method 
protected function copyCondition():void

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

Called internally when this handler is handling an action of type Copy. The default implementation creates a new condition domain object from the selected condition value object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the "copy" behavior of this handler. For instance, if viewing action requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.

createCondition

()method 
protected function createCondition():void

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

Called internally when this handler is handling an action of type Create. The default implementation creates a new condition domain object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the creation behavior of this handler. For instance, if creation requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.

deleteConditions

()method 
protected function deleteConditions(showWaring:Boolean = true):void

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

Called internally when this handler is handling an action of type Delete. The default implementation iteratively deletes all the selected condition value objects. A confirmation Alert dialog is shown to the user but can be curbed by setting the showWarning flag value to false. Deletion does not require creation of a domain object. Hence, the delete action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the delete action.

Parameters

showWaring:Boolean (default = true) — Should the warning be shown before deletion

editCondition

()method 
protected function editCondition():void

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

Called internally when this handler is handling an action of type Edit. The default implementation creates a new condition domain object from the selected condition value object.

exportConditionDependencies

()method 
protected function exportConditionDependencies(condition:ConditionalDataModule = null):void

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

Called internally when this handler is handling an action of type ExportDependencies. The default implementation invokes a servlet that fetches the dependencies and exports an XML output. This method can be extended to override the "ExportDependencies" behavior of this handler. For instance, showing a grid that lists the dependent assets.

Parameters

condition:ConditionalDataModule (default = null)ConditionalDataModule for which dependencies should be exported. If null, dependencies of selected codntion are exported.

exportPackage

()method 
protected function exportPackage():void

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

This method exports the list of selected assets .

getAssetType

()method 
public function getAssetType():String

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

Returns the asset type handled by this handler. This is used by the asset manager framework to route actions to appropriate handlers.

Returns
String — the asset type handled by this handler

handleAction

()method 
public function handleAction(event:AssetActionEvent):void

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

This method is invoked by the asset manager framework whenever user requests an action on an object of type condition. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createCondition(), editCondition() etc.

Parameters

event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework

handleDefaultAction

()method 
protected function handleDefaultAction(event:AssetActionEvent):void

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

handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. If user has edit permission, then asset is opened in edit mode. otherwise if user has view peermission then asset is opened in view mode.

Parameters

event:AssetActionEventAssetActionEvent containing information about the action

handleImportManagerPopUp

()method 
protected function handleImportManagerPopUp(event:AssetActionEvent):void

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

Redispatching the asset action event to show the import Asset Popup.

Parameters

event:AssetActionEventAssetActionEvent containing information about import action

handleRevertToLastPublish

()method 
protected function handleRevertToLastPublish():void

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

Called internally when this handler is handling an action of type RevertToLastPublish. This method all the revert to last publish functionality and shows either alert or pop up of all the dependent assets.

importPackage

()method 
protected function importPackage():void

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

This method imports the assets from the zip file .

initialize

()method 
public function initialize():void

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

Called by the asset manager framework giving the handlers a chance to initialize themselves.

launchExportPopUp

()method 
protected function launchExportPopUp():void

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

Called internally when this handler is handling an action of type ExportPackage. This method launches the export Pop up to display all the assets to be exported .

launchImportPopUp

()method 
protected function launchImportPopUp():void

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

Called internally when this handler is handling an action of type ImportPackage. This method launches the import Pop up to display all the assets to be imported .

markForPublishCondition

()method 
protected function markForPublishCondition():void

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

Called internally when this handler is handling action of type MarkForPublish This method modifies the state of asset to Ready to Publish .

publishCondition

()method 
public function publishCondition(condition:ConditionalDataModule):void

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

Called internally when this handler is handling an action of type Publish. This method publishes the asset using id of that asset.

Parameters

condition:ConditionalDataModuleConditionalDataModule to be published

retrieveConditionVersion

()method 
protected function retrieveConditionVersion(value:Array, creationDate:Date):void

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

Called internally when this handler is handling an action of type VersionHistory. This method retrieves a version using id and creation date of the asset.

Parameters

value:Array — Array containing information about the versions of the Condition
 
creationDate:Date — Creation Date of version

revertToLastPublish

()method 
protected function revertToLastPublish(event:CloseEvent):void

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

Called internally when the user selects the button on the Revert To Last Publish Pop up .

Parameters

event:CloseEventCloseEvent

viewCondition

()method 
protected function viewCondition():void

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

Called internally when this handler is handling an action of type View. The default implementation creates a new condition domain object from the selected condition value object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the "view" behavior of this handler. For instance, if viewing action requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.

Event Detail

assetActionComplete

Event
Event Object Type: com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
property AssetActionCompleteEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent

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

Dispatched when an handling of an action is complete. This can be used by the framework or the application to perform any additional activities e.g. display of a toast, alert box etc.

assetActionsChanged

Event  
Event Object Type: com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
property AssetActionsChangeEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent

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

assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. It is redispatched by the AssetHandlerRegistry and finally handled by AssetManagerView

launchEditor

Event  
Event Object Type: com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
property AssetActionEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionEvent

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

Dispatched when an action handled by this handler requires an editor window to be launched. Create/View/Edit/Copy are the actions that require displaying the editor window to the user.

Constant Detail

ACTION_ACTIVATE

Constant
public static const ACTION_ACTIVATE:String = "Activate"

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

Constant for the name of the action related to activation of an asset.

ACTION_COPY

Constant 
public static const ACTION_COPY:String = "Copy"

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

Constant for the name of the action related to copying of an asset.

ACTION_CREATE

Constant 
public static const ACTION_CREATE:String = "Create"

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

Constant for the name of the action related to creation of an asset.

ACTION_DEFAULT_VERSION_SPECIFIC

Constant 
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"

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

Constant for the name of the action related to getting version history of an asset(dispatched by LCC).

ACTION_DELETE

Constant 
public static const ACTION_DELETE:String = "Delete"

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

Constant for the name of the action related to deletion of an asset.

ACTION_DEPENDENCY_BROWSER_REPORT

Constant 
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"

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

Constant for the name of the action related to downloading dependency browser report.

ACTION_EDIT

Constant 
public static const ACTION_EDIT:String = "Edit"

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

Constant for the name of the action related to editing of an asset.

ACTION_EXPORTDEPENDENCY

Constant 
public static const ACTION_EXPORTDEPENDENCY:String = "ExportDependencies"

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

Constant for the name of the action related to exporting dependencies of an asset.

ACTION_EXPORTPACKAGE

Constant 
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"

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

Constant for the name of the action related to exporting dependencies of an asset.

ACTION_IMPORTPACKAGE

Constant 
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"

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

Constant for the name of the action related to importing dependencies of an asset.

ACTION_MARKFORPUBLISH

Constant 
public static const ACTION_MARKFORPUBLISH:String = "MarkForPublish"

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

Constant for the name of the action related to activation of an asset.

ACTION_PUBLISH

Constant 
public static const ACTION_PUBLISH:String = "Publish"

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

Constant for the name of the action related to markforpublish of an asset.

ACTION_PUBLISH_BROWSER_PUBLISH

Constant 
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"

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

Constant for the name of the action related to publishing of an asset

ACTION_PUBLISH_BROWSER_REPORT

Constant 
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"

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

Constant for the name of the action related to publishing report of an asset

ACTION_REVERTTOLASTPUBLISH

Constant 
public static const ACTION_REVERTTOLASTPUBLISH:String = "RevertToLastPublish"

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

Constant for the name of the action related to revert to last publish of an asset.

ACTION_VERSIONHISTORY

Constant 
public static const ACTION_VERSIONHISTORY:String = "VersionHistory"

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

Constant for the name of the action related to getting version history of an asset.

ACTION_VIEW

Constant 
public static const ACTION_VIEW:String = "View"

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

Constant for the name of the action related to viewing of an asset.

ACTION_VIEW_DEPENDENCY

Constant 
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"

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

Constant for the name of the action related to view dependencies of an asset.

ASSET_TYPE

Constant 
public static const ASSET_TYPE:String = "ConditionalDataModule"

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

Constant for the Asset Type handled by this handler.