Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.assetmanager.client.handler 

PermissionBasedAssetHandler  - AS3 Asset Manager

パッケージcom.adobe.livecycle.assetmanager.client.handler
クラスpublic class PermissionBasedAssetHandler
継承PermissionBasedAssetHandler Inheritance EventDispatcher Inheritance Object
実装 IAssetHandler
非推奨: Deprecated

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

A wrapper for AssetHandlers that enforces permissions that are associated with asset actions.



パブリックプロパティ
 プロパティ定義元
  assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler.
PermissionBasedAssetHandler
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
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
[静的] Specifies a list of permissions that is associated with the current logged-in user.
PermissionBasedAssetHandler
  userPermissionsPrefixMap : Object
[静的] Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}.
PermissionBasedAssetHandler
パブリックメソッド
 メソッド定義元
  
Constructor.
PermissionBasedAssetHandler
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
  
Returns the asset type associated with the asset.
PermissionBasedAssetHandler
  
Called when a user clicks an action associated with an asset type.
PermissionBasedAssetHandler
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
  
Initializes the handler.
PermissionBasedAssetHandler
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
プロパティの詳細

assetActions

プロパティ
assetActions:IList

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: 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.



実装
    public function get assetActions():IList
    public function set assetActions(value:IList):void

selectedAssets

プロパティ 
selectedAssets:Array

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the array of currently selected assets.



実装
    public function get selectedAssets():Array
    public function set selectedAssets(value:Array):void

target

プロパティ 
public var target:IAssetHandler

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the target asset handler that is wrapped by this instance.

userPermissions

プロパティ 
userPermissions:IList

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a list of permissions that is associated with the current logged-in user.



実装
    public static function get userPermissions():IList
    public static function set userPermissions(value:IList):void

userPermissionsPrefixMap

プロパティ 
public static var userPermissionsPrefixMap:Object

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}.

コンストラクターの詳細

PermissionBasedAssetHandler

()コンストラクター
public function PermissionBasedAssetHandler(targetHandler:IAssetHandler)

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Constructor.

パラメーター
targetHandler:IAssetHandler — The AssetHandler instance that is associated with this object.
メソッドの詳細

getAssetType

()メソッド
public function getAssetType():String

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Returns the asset type associated with the asset.

戻り値
String — An asset type string.

handleAction

()メソッド 
public function handleAction(actionEvent:AssetActionEvent):void

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Called when a user clicks an action associated with an asset type.

パラメーター

actionEvent:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.

initialize

()メソッド 
public function initialize():void

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Initializes the handler. Called when AssetHandlerRegistry starts.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。