| Package | com.adobe.solutions.rca.vo |
| Classe | public class TemplateSearchFilterVO |
| Héritage | TemplateSearchFilterVO Object |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| 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
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
The constructor for TemplateSearchFilterVO class. | TemplateSearchFilterVO | ||
![]() |
Indique si la propriété spécifiée d’un objet est définie. | Object | |
![]() |
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | |
![]() |
Indique si la propriété spécifiée existe et est énumérable. | Object | |
![]() |
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | |
![]() |
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | |
![]() |
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | |
![]() |
Renvoie la valeur primitive de l’objet spécifié. | Object | |
Détails de la propriété
appName | propriété |
appName:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the application that created the template.
Implémentation
public function get appName():String public function set appName(value:String):voidauthor | propriété |
author:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Author of the template.
Implémentation
public function get author():String public function set author(value:String):voidcomplianceCode | propriété |
complianceCode:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the review template.
Implémentation
public function get complianceCode():String public function set complianceCode(value:String):voidcreatedBy | propriété |
createdBy:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the creator of the template.
Implémentation
public function get createdBy():String public function set createdBy(value:String):voidcustomAttributes | propriété |
customAttributes:Object| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Map of custom attributes.
Implémentation
public function get customAttributes():Object public function set customAttributes(value:Object):voidkeywords | propriété |
keywords:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Keywords to search for.
Implémentation
public function get keywords():String public function set keywords(value:String):voidlastModifiedBy | propriété |
lastModifiedBy:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
Implémentation
public function get lastModifiedBy():String public function set lastModifiedBy(value:String):voidpageNumber | propriété |
pageNumber:int| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Page number in case the results need to be paginated.
Implémentation
public function get pageNumber():int public function set pageNumber(value:int):voidpageSize | propriété |
pageSize:int| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Page size in case the results need to be paginated.
Implémentation
public function get pageSize():int public function set pageSize(value:int):voidretrieveActiveOnly | propriété |
retrieveActiveOnly:Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Whether to search active templates only.
Implémentation
public function get retrieveActiveOnly():Boolean public function set retrieveActiveOnly(value:Boolean):voidretrieveInActiveOnly | propriété |
retrieveInActiveOnly:Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether only inactive templates searched or all templates.
Implémentation
public function get retrieveInActiveOnly():Boolean public function set retrieveInActiveOnly(value:Boolean):voidtemplateName | propriété |
templateName:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the template.
Implémentation
public function get templateName():String public function set templateName(value:String):voidDétails du constructeur
TemplateSearchFilterVO | () | Constructeur |
public function TemplateSearchFilterVO()| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for TemplateSearchFilterVO class.
Tue Jun 12 2018, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées