| Pacchetto | com.adobe.solutions.rca.vo |
| Classe | public class TemplateSearchFilterVO |
| Ereditarietà | TemplateSearchFilterVO Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
The constructor for TemplateSearchFilterVO class. | TemplateSearchFilterVO | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Descrizione delle proprietà
appName | proprietà |
appName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the application that created the template.
Implementazione
public function get appName():String public function set appName(value:String):voidauthor | proprietà |
complianceCode | proprietà |
complianceCode:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the review template.
Implementazione
public function get complianceCode():String public function set complianceCode(value:String):voidcreatedBy | proprietà |
createdBy:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the creator of the template.
Implementazione
public function get createdBy():String public function set createdBy(value:String):voidcustomAttributes | proprietà |
customAttributes:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Map of custom attributes.
Implementazione
public function get customAttributes():Object public function set customAttributes(value:Object):voidkeywords | proprietà |
keywords:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Keywords to search for.
Implementazione
public function get keywords():String public function set keywords(value:String):voidlastModifiedBy | proprietà |
lastModifiedBy:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
Implementazione
public function get lastModifiedBy():String public function set lastModifiedBy(value:String):voidpageNumber | proprietà |
pageNumber:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Page number in case the results need to be paginated.
Implementazione
public function get pageNumber():int public function set pageNumber(value:int):voidpageSize | proprietà |
pageSize:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Page size in case the results need to be paginated.
Implementazione
public function get pageSize():int public function set pageSize(value:int):voidretrieveActiveOnly | proprietà |
retrieveActiveOnly:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Whether to search active templates only.
Implementazione
public function get retrieveActiveOnly():Boolean public function set retrieveActiveOnly(value:Boolean):voidretrieveInActiveOnly | proprietà |
retrieveInActiveOnly:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether only inactive templates searched or all templates.
Implementazione
public function get retrieveInActiveOnly():Boolean public function set retrieveInActiveOnly(value:Boolean):voidtemplateName | proprietà |
templateName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the template.
Implementazione
public function get templateName():String public function set templateName(value:String):voidDescrizione della funzione di costruzione
TemplateSearchFilterVO | () | Funzione di costruzione |
public function TemplateSearchFilterVO()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for TemplateSearchFilterVO class.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate