| パッケージ | com.adobe.solutions.prm.vo |
| クラス | public class WorkItemAssetSearchFilterVO |
| 継承 | WorkItemAssetSearchFilterVO AbstractSearchFilterVO Object |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
AbstractSearchFilter.
There is a one-to-one correspondence between a workItem and an asset. These terms are used interchangeably.
関連する API エレメント
| プロパティ | 定義元 | ||
|---|---|---|---|
| assetName : String
Defines an asset name filter to search workItems. | WorkItemAssetSearchFilterVO | ||
| assetType : String
Defines an asset type filter to search workItems. | WorkItemAssetSearchFilterVO | ||
![]() | attributes : Object
Contain attributes like, name or template name, which uses LIKE query. | AbstractSearchFilterVO | |
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
![]() | createdBy : String
Defines the createdBy filter. | AbstractSearchFilterVO | |
![]() | creationDate : Date
Defines the filter data for creation date. | AbstractSearchFilterVO | |
![]() | creationDateRange : DateRange
Defines the creation date range filter. | AbstractSearchFilterVO | |
![]() | dueDate : Date
Defines the filter date for due date. | AbstractSearchFilterVO | |
| endDate : Date
Defines the end date filter for workItem search. | WorkItemAssetSearchFilterVO | ||
![]() | fetchCompleteObjectGraph : Boolean
Defines the flag fetchCompleteObjectGraph. | AbstractSearchFilterVO | |
![]() | lastUpdateDateRange : DateRange
Defines the last update date range filter. | AbstractSearchFilterVO | |
![]() | lastUpdatedBy : String
Defines lastUpdatedBy filter, lastUpdatedBy is stored in the Principal Name format and useExactMatch is used in the query. | AbstractSearchFilterVO | |
![]() | lastUpdatedDate : Date
Defines the filter data for last updated date. | AbstractSearchFilterVO | |
![]() | name : String
Defines the name filter. | AbstractSearchFilterVO | |
![]() | owner : String
Defines the owner filter. | AbstractSearchFilterVO | |
![]() | pageNumber : int
Not in use in the current implementation. | AbstractSearchFilterVO | |
![]() | pageSize : int
Not in use in the current implementation. | AbstractSearchFilterVO | |
| parentProjectId : String
Defines the parent project ID for workItem search. | WorkItemAssetSearchFilterVO | ||
| parentProjectName : String
Defines a parent project name filter for workItem search. | WorkItemAssetSearchFilterVO | ||
| parentProjectOwner : String
Defines a parent project name filter for workItem search. | WorkItemAssetSearchFilterVO | ||
| rootProjectId : String
Defines the root project ID for workItem search. | WorkItemAssetSearchFilterVO | ||
| rootProjectName : String
Defines a root project name filter for workItem search. | WorkItemAssetSearchFilterVO | ||
| rootProjectOwner : String
Defines a root project name filter for workItem search. | WorkItemAssetSearchFilterVO | ||
| startDate : Date
Defines the start date filter. | WorkItemAssetSearchFilterVO | ||
![]() | state : String
Defines the filter on type state. | AbstractSearchFilterVO | |
![]() | status : String
Defines the filter for status. | AbstractSearchFilterVO | |
![]() | tags : IList
Contain list of tags. | AbstractSearchFilterVO | |
| templateName : String
Defines the template name to be used in search. | WorkItemAssetSearchFilterVO | ||
![]() | type : String
Defines the filter on type attribute. | AbstractSearchFilterVO | |
![]() | useExactMatch : Boolean
Some of the attributes like, name and template name use LIKE query. | AbstractSearchFilterVO | |
| version : String
Defines version filter to search workItems. | WorkItemAssetSearchFilterVO | ||
| workflowId : String
Sets the workflow ID to be used in search. | WorkItemAssetSearchFilterVO | ||
| メソッド | 定義元 | ||
|---|---|---|---|
The constructor for WorkItemAssetSearchFilterVO class. | WorkItemAssetSearchFilterVO | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | AbstractSearchFilterVO | |
![]() |
Dispatches an event into the event flow. | AbstractSearchFilterVO | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AbstractSearchFilterVO | |
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
Removes a listener from the EventDispatcher object. | AbstractSearchFilterVO | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AbstractSearchFilterVO | |
assetName | プロパティ |
assetName:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines an asset name filter to search workItems. By default, a LIKE query is used, unless useExactMatch flag is set to True.
実装
public function get assetName():String public function set assetName(value:String):voidassetType | プロパティ |
assetType:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines an asset type filter to search workItems. By default, a LIKE query is used, unless useExactMatch flag is set to True.
実装
public function get assetType():String public function set assetType(value:String):voidendDate | プロパティ |
endDate:Date| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines the end date filter for workItem search. An end date filter is used with less than or equal to operator in a query condition.
実装
public function get endDate():Date public function set endDate(value:Date):voidparentProjectId | プロパティ |
parentProjectId:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines the parent project ID for workItem search. This is used to search a workItem under a hierarchy.
実装
public function get parentProjectId():String public function set parentProjectId(value:String):voidparentProjectName | プロパティ |
parentProjectName:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines a parent project name filter for workItem search.
By default, a LIKE query is used, unless useExactMatch flag is set to True.
実装
public function get parentProjectName():String public function set parentProjectName(value:String):voidparentProjectOwner | プロパティ |
parentProjectOwner:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines a parent project name filter for workItem search.
By default, a LIKE query is used, unless useExactMatch flag is set to True.
実装
public function get parentProjectOwner():String public function set parentProjectOwner(value:String):voidrootProjectId | プロパティ |
rootProjectId:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines the root project ID for workItem search. This is used to search workItem under a hierarchy.
実装
public function get rootProjectId():String public function set rootProjectId(value:String):voidrootProjectName | プロパティ |
rootProjectName:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines a root project name filter for workItem search.
By default, a LIKE query is used unless useExactMatch flag is set to True.
実装
public function get rootProjectName():String public function set rootProjectName(value:String):voidrootProjectOwner | プロパティ |
rootProjectOwner:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines a root project name filter for workItem search.
By default, a LIKE query is used, unless useExactMatch flag is set to True.
実装
public function get rootProjectOwner():String public function set rootProjectOwner(value:String):voidstartDate | プロパティ |
startDate:Date| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines the start date filter. A start date filter is used with the greater than or equal to operator in a query condition.
実装
public function get startDate():Date public function set startDate(value:Date):voidtemplateName | プロパティ |
templateName:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Defines the template name to be used in search. It searches the workItem with a given template name in templateName.
By default, a LIKE query is used, unless useExactMatch flag is set.
実装
public function get templateName():String public function set templateName(value:String):voidversion | プロパティ |
workflowId | プロパティ |
WorkItemAssetSearchFilterVO | () | コンストラクター |
public function WorkItemAssetSearchFilterVO()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Project Management Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for WorkItemAssetSearchFilterVO class.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示