Package | com.adobe.solutions.rca.vo |
Class | public class TemplateSearchFilterVO |
Inheritance | TemplateSearchFilterVO Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
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
A reference to the class object or constructor function for a given object instance. | 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
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 |
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for TemplateSearchFilterVO class. | TemplateSearchFilterVO | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
appName | property |
appName:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the application that created the template.
Implementation
public function get appName():String
public function set appName(value:String):void
author | property |
complianceCode | property |
complianceCode:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the review template.
Implementation
public function get complianceCode():String
public function set complianceCode(value:String):void
createdBy | property |
createdBy:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the creator of the template.
Implementation
public function get createdBy():String
public function set createdBy(value:String):void
customAttributes | property |
customAttributes:Object
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Map of custom attributes.
Implementation
public function get customAttributes():Object
public function set customAttributes(value:Object):void
keywords | property |
lastModifiedBy | property |
lastModifiedBy:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
Implementation
public function get lastModifiedBy():String
public function set lastModifiedBy(value:String):void
pageNumber | property |
pageNumber:int
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Page number in case the results need to be paginated.
Implementation
public function get pageNumber():int
public function set pageNumber(value:int):void
pageSize | property |
pageSize:int
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Page size in case the results need to be paginated.
Implementation
public function get pageSize():int
public function set pageSize(value:int):void
retrieveActiveOnly | property |
retrieveActiveOnly:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Whether to search active templates only.
Implementation
public function get retrieveActiveOnly():Boolean
public function set retrieveActiveOnly(value:Boolean):void
retrieveInActiveOnly | property |
retrieveInActiveOnly:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether only inactive templates searched or all templates.
Implementation
public function get retrieveInActiveOnly():Boolean
public function set retrieveInActiveOnly(value:Boolean):void
templateName | property |
templateName:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the template.
Implementation
public function get templateName():String
public function set templateName(value:String):void
Constructor Detail
TemplateSearchFilterVO | () | Constructor |
public function TemplateSearchFilterVO()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for TemplateSearchFilterVO
class.
Mon Nov 28 2011, 06:48 AM -08:00