Pacchetto | com.adobe.livecycle.assetmanager.client.handler |
Classe | public class PermissionBasedAssetHandler |
Ereditarietà | PermissionBasedAssetHandler EventDispatcher Object |
Implementa | IAssetHandler |
Obsoleti: Deprecated
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler. | PermissionBasedAssetHandler | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
selectedAssets : Array
Specifies the array of currently selected assets. | PermissionBasedAssetHandler | ||
target : IAssetHandler
Specifies the target asset handler that is wrapped by this instance. | PermissionBasedAssetHandler | ||
userPermissions : IList [statico]
Specifies a list of permissions that is associated with the current logged-in user. | PermissionBasedAssetHandler | ||
userPermissionsPrefixMap : Object [statico]
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}. | PermissionBasedAssetHandler |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
PermissionBasedAssetHandler(targetHandler:IAssetHandler)
Constructor. | PermissionBasedAssetHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the asset type associated with the asset. | PermissionBasedAssetHandler | ||
Called when a user clicks an action associated with an asset type. | PermissionBasedAssetHandler | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Initializes the handler. | PermissionBasedAssetHandler | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Descrizione delle proprietà
assetActions | proprietà |
assetActions:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the list of actions that are associated with the asset that is handled by this handler.
Implementazione
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | proprietà |
selectedAssets:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementazione
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
target | proprietà |
public var target:IAssetHandler
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the target asset handler that is wrapped by this instance.
userPermissions | proprietà |
userPermissions:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a list of permissions that is associated with the current logged-in user.
Implementazione
public static function get userPermissions():IList
public static function set userPermissions(value:IList):void
userPermissionsPrefixMap | proprietà |
public static var userPermissionsPrefixMap:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}
.
Descrizione della funzione di costruzione
PermissionBasedAssetHandler | () | Funzione di costruzione |
public function PermissionBasedAssetHandler(targetHandler:IAssetHandler)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
ParametritargetHandler:IAssetHandler — The AssetHandler instance that is associated with this object.
|
Descrizione dei metodi
getAssetType | () | metodo |
handleAction | () | metodo |
public function handleAction(actionEvent:AssetActionEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
Parametri
actionEvent:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | metodo |
public function initialize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 02:44 PM Z