パッケージ | com.adobe.solutions.rca.vo |
クラス | public class TemplateSearchFilterVO |
継承 | TemplateSearchFilterVO Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
appName : String
Name of the application that created the template. | TemplateSearchFilterVO | ||
author : String
Author of the template. | TemplateSearchFilterVO | ||
complianceCode : String
Compliance code of the review template. | TemplateSearchFilterVO | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
createdBy : String
Name of the creator of the template. | TemplateSearchFilterVO | ||
customAttributes : Object
Map of custom attributes. | TemplateSearchFilterVO | ||
keywords : String
Keywords to search for. | TemplateSearchFilterVO | ||
lastModifiedBy : String
Name of the user who last modified the template. | TemplateSearchFilterVO | ||
pageNumber : int
Page number in case the results need to be paginated. | TemplateSearchFilterVO | ||
pageSize : int
Page size in case the results need to be paginated. | TemplateSearchFilterVO | ||
retrieveActiveOnly : Boolean
Whether to search active templates only. | TemplateSearchFilterVO | ||
retrieveInActiveOnly : Boolean
A Boolean flag to indicate whether only inactive templates searched or all templates. | TemplateSearchFilterVO | ||
templateName : String
Name of the template. | TemplateSearchFilterVO |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for TemplateSearchFilterVO class. | TemplateSearchFilterVO | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
appName | プロパティ |
author | プロパティ |
complianceCode | プロパティ |
createdBy | プロパティ |
customAttributes | プロパティ |
keywords | プロパティ |
lastModifiedBy | プロパティ |
lastModifiedBy:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
実装
public function get lastModifiedBy():String
public function set lastModifiedBy(value:String):void
pageNumber | プロパティ |
pageSize | プロパティ |
retrieveActiveOnly | プロパティ |
retrieveActiveOnly:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Whether to search active templates only.
実装
public function get retrieveActiveOnly():Boolean
public function set retrieveActiveOnly(value:Boolean):void
retrieveInActiveOnly | プロパティ |
retrieveInActiveOnly:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether only inactive templates searched or all templates.
実装
public function get retrieveInActiveOnly():Boolean
public function set retrieveInActiveOnly(value:Boolean):void
templateName | プロパティ |
コンストラクターの詳細
TemplateSearchFilterVO | () | コンストラクター |
public function TemplateSearchFilterVO()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for TemplateSearchFilterVO
class.
Tue Jun 12 2018, 10:34 AM Z