Pakket | com.adobe.icc.editors.handlers |
Klasse | public class ImageHandler |
Overerving | ImageHandler EventDispatcher Object |
Implementatie | IAssetHandler |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
assetActions : IList
The list of AssetAction objects maintained by this handler. | ImageHandler | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentAction : AssetAction
The action that the handler is currently executing. | ImageHandler | ||
selectedAssets : Array
The array of image value objects currently selected by the user. | ImageHandler | ||
workingAsset : ImageModel
The Image Domain Object that the handler is currently working with. | ImageHandler |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ImageHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Returns the asset type handled by this handler. | ImageHandler | ||
This method is invoked by the asset manager framework whenever user requests an action
on an object of type image. | ImageHandler | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Called by the asset manager framework giving the handlers a chance to initialize themselves. | ImageHandler | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Called internally when this handler is handling an action of type Publish. | ImageHandler | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Methode | Gedefinieerd door | ||
---|---|---|---|
Called internally when this handler is handling an action of type Activate. | ImageHandler | ||
Called internally when this handler is handling an action of type Copy. | ImageHandler | ||
Called internally when this handler is handling an action of type Create. | ImageHandler | ||
Called internally when this handler is handling an action of type Delete. | ImageHandler | ||
Called internally when this handler is handling an action of type Edit. | ImageHandler | ||
Called internally when this handler is handling an action of type ExportDependencies. | ImageHandler | ||
Redispatching the asset action event to show the import Asset Popup
| ImageHandler | ||
Called internally when this handler is handling an action of type RevertToLastPublish. | ImageHandler | ||
Called internally when this handler is handling an action of type ExportPackage. | ImageHandler | ||
Called internally when this handler is handling an action of type ImportPackage. | ImageHandler | ||
Called internally when this handler is handling action of type MarkForPublish
This method modifies the state of asset to Ready to Publish . | ImageHandler | ||
Called internally when this handler is handling an action of type VersionHistory. | ImageHandler | ||
Called internally when the user selects the button on the Revert To Last Publish Pop up . | ImageHandler | ||
Called internally when this handler is handling an action of type View. | ImageHandler |
Gebeurtenis | Overzicht | Gedefinieerd door | ||
---|---|---|---|---|
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | EventDispatcher | |||
Dispatched when an handling of an action is complete. | ImageHandler | |||
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | ImageHandler | |||
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de systeemfocus verliest en inactief wordt. | EventDispatcher | |||
Dispatched when an action handled by this handler requires an editor window to be launched. | ImageHandler |
Constante | Gedefinieerd door | ||
---|---|---|---|
ACTION_ACTIVATE : String = "Activate" [statisch]
Constant for the name of the action related to activation of an asset. | ImageHandler | ||
ACTION_COPY : String = "Copy" [statisch]
Constant for the name of the action related to copying of an asset. | ImageHandler | ||
ACTION_CREATE : String = "Create" [statisch]
Constant for the name of the action related to creation of an asset. | ImageHandler | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [statisch]
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | ImageHandler | ||
ACTION_DELETE : String = "Delete" [statisch]
Constant for the name of the action related to deletion of an asset. | ImageHandler | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [statisch]
Constant for the name of the action related to downloading dependency browser report. | ImageHandler | ||
ACTION_EDIT : String = "Edit" [statisch]
Constant for the name of the action related to editing of an asset. | ImageHandler | ||
ACTION_EXPORTDEPENDENCY : String = "ExportDependencies" [statisch]
Constant for the name of the action related to exporting dependencies of an asset. | ImageHandler | ||
ACTION_EXPORTPACKAGE : String = "ExportPackage" [statisch]
Constant for the name of the action related to exporting dependencies of an asset. | ImageHandler | ||
ACTION_IMPORTPACKAGE : String = "ImportPackage" [statisch]
Constant for the name of the action related to importing dependencies of an asset. | ImageHandler | ||
ACTION_MARKFORPUBLISH : String = "MarkForPublish" [statisch]
Constant for the name of the action related to markforpublish of an asset. | ImageHandler | ||
ACTION_PUBLISH : String = "Publish" [statisch]
Constant for the name of the action related to publishing of an asset. | ImageHandler | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [statisch]
Constant for the name of the action related to publishing of an asset
| ImageHandler | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [statisch]
Constant for the name of the action related to publishing report of an asset
| ImageHandler | ||
ACTION_REVERTTOLASTPUBLISH : String = "RevertToLastPublish" [statisch]
Constant for the name of the action related to revert to last publish of an asset. | ImageHandler | ||
ACTION_VERSIONHISTORY : String = "VersionHistory" [statisch]
Constant for the name of the action related to getting version history of an asset. | ImageHandler | ||
ACTION_VIEW : String = "View" [statisch]
Constant for the name of the action related to viewing of an asset. | ImageHandler | ||
ACTION_VIEW_DEPENDENCY : String = "ViewDependency" [statisch]
Constant for the name of the action related to view dependencies of an asset. | ImageHandler | ||
ASSET_TYPE : String = "ImageModule" [statisch]
Constant for the Asset Type handled by this handler. | ImageHandler |
assetActions | eigenschap |
assetActions:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get assetActions():IList
public function set assetActions(value:IList):void
currentAction | eigenschap |
currentAction:AssetAction
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get currentAction():AssetAction
public function set currentAction(value:AssetAction):void
selectedAssets | eigenschap |
selectedAssets:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The array of image 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 image.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
workingAsset | eigenschap |
workingAsset:ImageModel
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The Image 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get workingAsset():ImageModel
public function set workingAsset(value:ImageModel):void
ImageHandler | () | Constructor |
public function ImageHandler()
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor.
activateImages | () | methode |
protected function activateImages():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 image 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.
copyImage | () | methode |
protected function copyImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Copy. The default implementation creates a new image domain object from the selected image 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.
createImage | () | methode |
protected function createImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Create. The default implementation creates a new image 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.
deleteImages | () | methode |
protected function deleteImages(showWaring:Boolean = true):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 image 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 dialog be shown before deleting the Image.
|
editImage | () | methode |
protected function editImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Edit. The default implementation creates a new image domain object from the selected image value object.
exportImageDependencies | () | methode |
protected function exportImageDependencies(image:ImageModule = null):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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
image:ImageModule (default = null ) — ImageModule for which to export dependencies. If null then dependencies will be exported for selected Image
|
getAssetType | () | methode |
public function getAssetType():String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Geretourneerde waardeString — the asset type handled by this handler.
|
handleAction | () | methode |
public function handleAction(event:AssetActionEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 image. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createImage(), editImage() etc.
Parameters
event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework
|
handleImportManagerPopUp | () | methode |
protected function handleImportManagerPopUp(event:AssetActionEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Redispatching the asset action event to show the import Asset Popup
Parameters
event:AssetActionEvent — AssetActionEvent containing import action information
|
handleRevertToLastPublish | () | methode |
protected function handleRevertToLastPublish():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
initialize | () | methode |
public function initialize():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called by the asset manager framework giving the handlers a chance to initialize themselves.
launchExportPopUp | () | methode |
protected function launchExportPopUp():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | () | methode |
protected function launchImportPopUp():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 .
markForPublishImage | () | methode |
protected function markForPublishImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 .
publishImage | () | methode |
public function publishImage(image:ImageModule):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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
image:ImageModule — ImageModule to be published
|
retrieveImageVersion | () | methode |
protected function retrieveImageVersion(value:Array, creationDate:Date):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 Image Versions
| |
creationDate:Date — creation date for version
|
revertToLastPublish | () | methode |
protected function revertToLastPublish(event:CloseEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called internally when the user selects the button on the Revert To Last Publish Pop up .
Parameters
event:CloseEvent — CloseEvent
|
viewImage | () | methode |
protected function viewImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type View. The default implementation creates a new image domain object from the selected image 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.
assetActionComplete | Gebeurtenis |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
eigenschap AssetActionCompleteEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | Gebeurtenis |
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
eigenschap AssetActionsChangeEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | Gebeurtenis |
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
eigenschap AssetActionEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
ACTION_ACTIVATE | Constante |
public static const ACTION_ACTIVATE:String = "Activate"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to activation of an asset.
ACTION_COPY | Constante |
public static const ACTION_COPY:String = "Copy"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to copying of an asset.
ACTION_CREATE | Constante |
public static const ACTION_CREATE:String = "Create"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to creation of an asset.
ACTION_DEFAULT_VERSION_SPECIFIC | Constante |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const ACTION_DELETE:String = "Delete"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to deletion of an asset.
ACTION_DEPENDENCY_BROWSER_REPORT | Constante |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to downloading dependency browser report.
ACTION_EDIT | Constante |
public static const ACTION_EDIT:String = "Edit"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to editing of an asset.
ACTION_EXPORTDEPENDENCY | Constante |
public static const ACTION_EXPORTDEPENDENCY:String = "ExportDependencies"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_EXPORTPACKAGE | Constante |
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_IMPORTPACKAGE | Constante |
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to importing dependencies of an asset.
ACTION_MARKFORPUBLISH | Constante |
public static const ACTION_MARKFORPUBLISH:String = "MarkForPublish"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to markforpublish of an asset.
ACTION_PUBLISH | Constante |
public static const ACTION_PUBLISH:String = "Publish"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset.
ACTION_PUBLISH_BROWSER_PUBLISH | Constante |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset
ACTION_PUBLISH_BROWSER_REPORT | Constante |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing report of an asset
ACTION_REVERTTOLASTPUBLISH | Constante |
public static const ACTION_REVERTTOLASTPUBLISH:String = "RevertToLastPublish"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to revert to last publish of an asset.
ACTION_VERSIONHISTORY | Constante |
public static const ACTION_VERSIONHISTORY:String = "VersionHistory"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to getting version history of an asset.
ACTION_VIEW | Constante |
public static const ACTION_VIEW:String = "View"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to viewing of an asset.
ACTION_VIEW_DEPENDENCY | Constante |
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to view dependencies of an asset.
ASSET_TYPE | Constante |
public static const ASSET_TYPE:String = "ImageModule"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constant for the Asset Type handled by this handler.
Wed Jun 13 2018, 11:42 AM Z