パッケージ | com.adobe.ep.ux.content.event |
クラス | public class RelationEvent |
継承 | RelationEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
プロパティ | 定義元 | ||
---|---|---|---|
assetDescriptor : com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Asset Type Descriptor for the above asset. | RelationEvent | ||
assetVO : Object
The Asset whose dependencies/relations are being searched for. | RelationEvent | ||
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
hasModifiedDependency : Boolean
A boolean flag that can be set if relationships have modified dependency as well. | RelationEvent | ||
relationsList : IList
The List of Relations based on which Search is performed. | RelationEvent | ||
resultsCollection : ListCollectionView
The list of Results. | RelationEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
メソッド | 定義元 | ||
---|---|---|---|
RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | RelationEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
GET_ALL_DEPENDENCIES_SEARCH : String = "getAllDependenciesSearch" [静的]
Event string informing about all the assets which are related to an asset
either as a related dependency or contained dependency. | RelationEvent | ||
GET_CONTAINED_ASSETS_SEARCH : String = "getContainedAssetsSearch" [静的]
Event string informing about contained assets. | RelationEvent | ||
GET_RELATED_ASSETS_SEARCH : String = "getRelatedAssetsSearch" [静的]
Event string informing about related assets. | RelationEvent |
assetDescriptor | プロパティ |
public var assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Asset Type Descriptor for the above asset.
assetVO | プロパティ |
public var assetVO:Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The Asset whose dependencies/relations are being searched for.
hasModifiedDependency | プロパティ |
public var hasModifiedDependency:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
A boolean flag that can be set if relationships have modified dependency as well. This flag is used by Publish Dependencies browser.
relationsList | プロパティ |
public var relationsList:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The List of Relations based on which Search is performed.
resultsCollection | プロパティ |
public var resultsCollection:ListCollectionView
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The list of Results.
RelationEvent | () | コンストラクター |
public function RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Constructor.
パラメーターtype:String — Specifies the type of event.
| |
assetVO:Object — Specifies the Asset whose dependencies or relations are being searched for.
| |
assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — Asset Specifies the type Descriptor for the asset, which is specifies by the assetVO property.
| |
relationsList:IList — Specifies the list of relations based on which the search is performed.
| |
resultsColl:ListCollectionView — Specifies the list of results.
| |
hasModifiedDependency:Boolean (default = false ) — Specifies a boolean flag that can be set if relationships have modified dependency as well. This flag is
used by Publish Dependencies browser.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display
list hierarchy.
| |
cancelable:Boolean (default = false ) — Indicates whether the behavior associated with the
event can be prevented.
|
GET_ALL_DEPENDENCIES_SEARCH | 定数 |
public static const GET_ALL_DEPENDENCIES_SEARCH:String = "getAllDependenciesSearch"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Event string informing about all the assets which are related to an asset either as a related dependency or contained dependency. This is used by Publish Dependencies browser.
GET_CONTAINED_ASSETS_SEARCH | 定数 |
public static const GET_CONTAINED_ASSETS_SEARCH:String = "getContainedAssetsSearch"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Event string informing about contained assets. Contained Assets refer to the assets which are referred by the asset whose relationships are being obtained. This is used by Relationship browser.
GET_RELATED_ASSETS_SEARCH | 定数 |
public static const GET_RELATED_ASSETS_SEARCH:String = "getRelatedAssetsSearch"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Event string informing about related assets. Related Assets are those assets which use the asset whose relationships are being obtained. This is used by Relationship browser.
Tue Jun 12 2018, 10:34 AM Z