パッケージ | com.adobe.livecycle.assetmanager.client.managers |
クラス | public class SearchManager |
継承 | SearchManager EventDispatcher Object |
実装 | IResponder, ISearchProvider |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
lastQuery : SearchQuery
Returns the search query associated with the result of the last search. | SearchManager | ||
lastResult : ListCollectionView
Returns the result of the last search. | SearchManager | ||
queryType : String = "HQLQuery" [静的]
Specifies the query type to use when IQueryService is called. | SearchManager | ||
showBusyCursor : Boolean
Specifies whether to display a busy cursor while a search is in progress. | SearchManager |
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | SearchManager | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
This method is called by a service when an error has been received. | SearchManager | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor):void
Releases the search results and does any clean up tasks that are required. | SearchManager | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
This method is called by a service when the return value
has been received. | SearchManager | ||
Searches assets based on the specified search query. | SearchManager | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
イベント | 概要 | 定義元 | ||
---|---|---|---|---|
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。 | EventDispatcher | |||
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。 | EventDispatcher | |||
Thrown when SearchManager has completed searching. | SearchManager | |||
Thrown when SearchManager encounters an error during search. | SearchManager |
定数 | 定義元 | ||
---|---|---|---|
CMS_QUERY_TYPE : String = "CMSQuery" [静的]
Specifies the query type to use when IQueryService is called. | SearchManager |
lastQuery | プロパティ |
lastQuery:SearchQuery
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the search query associated with the result of the last search. This function is updated when the lastResults function is updated.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get lastQuery():SearchQuery
public function set lastQuery(value:SearchQuery):void
lastResult | プロパティ |
lastResult:ListCollectionView
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the result of the last search.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get lastResult():ListCollectionView
public function set lastResult(value:ListCollectionView):void
queryType | プロパティ |
public static var queryType:String = "HQLQuery"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the query type to use when IQueryService is called.
showBusyCursor | プロパティ |
showBusyCursor:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies whether to display a busy cursor while a search is in progress.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
SearchManager | () | コンストラクター |
public function SearchManager()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
fault | () | メソッド |
public function fault(info:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
This method is called by a service when an error has been received.
While info
is typed as Object it is often
(but not always) an mx.rpc.events.FaultEvent.
パラメーター
info:Object |
releaseSearchResults | () | メソッド |
public function releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Releases the search results and does any clean up tasks that are required. For example, disabling automatic synchronization provided by the Data Management Service.
パラメーター
resultsListView:ListCollectionView — Search results to release.
| |
assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor — AssetTypeDescriptor of the current asset, listed in the results grid.
|
result | () | メソッド |
public function result(data:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
This method is called by a service when the return value
has been received.
While data
is typed as Object, it is often
(but not always) an mx.rpc.events.ResultEvent.
パラメーター
data:Object |
search | () | メソッド |
public function search(query:SearchQuery, resultsListView:ListCollectionView = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Searches assets based on the specified search query.
パラメーター
query:SearchQuery — A SearchQuery object.
| |
resultsListView:ListCollectionView (default = null ) — The results collection to populate.
|
searchComplete | イベント |
com.adobe.livecycle.assetmanager.client.event.SearchEvent
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown when SearchManager has completed searching.
searchError | イベント |
mx.rpc.events.FaultEvent
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown when SearchManager encounters an error during search.
CMS_QUERY_TYPE | 定数 |
public static const CMS_QUERY_TYPE:String = "CMSQuery"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Manager Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the query type to use when IQueryService is called.
Tue Jun 12 2018, 10:34 AM Z