| Package | com.adobe.solutions.rca.vo |
| Class | public class StageTemplateSearchFilterVO |
| Inheritance | StageTemplateSearchFilterVO 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 | ||
|---|---|---|---|
| active : Boolean
Whether to search for active templates only or for all templates. | StageTemplateSearchFilterVO | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| createdBy : String
Name of the user who created the template. | StageTemplateSearchFilterVO | ||
| keywords : String
Keywords to search for. | StageTemplateSearchFilterVO | ||
| lastModifiedBy : String
Name of the user who last modified the template. | StageTemplateSearchFilterVO | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
The constructor for StageTemplateSearchFilterVO class. | StageTemplateSearchFilterVO | ||
![]() |
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
active | property |
active: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 for active templates only or for all templates.
Implementation
public function get active():Boolean public function set active(value:Boolean):voidcreatedBy | 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 user who created the template.
Implementation
public function get createdBy():String public function set createdBy(value:String):voidkeywords | 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):voidConstructor Detail
StageTemplateSearchFilterVO | () | Constructor |
public function StageTemplateSearchFilterVO()| 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 StageTemplateSearchFilterVO class.
Tue Mar 20 2012, 07:13 AM -07:00
Hide Inherited Public Properties
Show Inherited Public Properties