Pacote | com.adobe.livecycle.assetmanager.client.handler |
Classe | public class PermissionBasedAssetHandler |
Herança | PermissionBasedAssetHandler EventDispatcher Object |
Implementações | IAssetHandler |
Deprecado: Deprecated
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler. | PermissionBasedAssetHandler | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [estático]
Specifies a list of permissions that is associated with the current logged-in user. | PermissionBasedAssetHandler | ||
userPermissionsPrefixMap : Object [estático]
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}. | PermissionBasedAssetHandler |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
PermissionBasedAssetHandler(targetHandler:IAssetHandler)
Constructor. | PermissionBasedAssetHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Envia um evento para o fluxo de eventos. | 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 o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Initializes the handler. | PermissionBasedAssetHandler | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Eventos
Detalhes da propriedade
assetActions | propriedade |
assetActions:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de 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.
Implementação
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | propriedade |
selectedAssets:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementação
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
target | propriedade |
public var target:IAssetHandler
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the target asset handler that is wrapped by this instance.
userPermissions | propriedade |
userPermissions:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a list of permissions that is associated with the current logged-in user.
Implementação
public static function get userPermissions():IList
public static function set userPermissions(value:IList):void
userPermissionsPrefixMap | propriedade |
public static var userPermissionsPrefixMap:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}
.
Detalhes do construtor
PermissionBasedAssetHandler | () | Construtor |
public function PermissionBasedAssetHandler(targetHandler:IAssetHandler)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
ParâmetrostargetHandler:IAssetHandler — The AssetHandler instance that is associated with this object.
|
Detalhes do método
getAssetType | () | método |
handleAction | () | método |
public function handleAction(actionEvent:AssetActionEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
Parâmetros
actionEvent:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | método |
public function initialize():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Wed Jun 13 2018, 11:10 AM Z