Pacote | com.adobe.solutions.rca.vo |
Classe | public class TemplateSearchFilterVO |
Herança | TemplateSearchFilterVO Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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étodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for TemplateSearchFilterVO class. | TemplateSearchFilterVO | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
appName | propriedade |
appName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the application that created the template.
Implementação
public function get appName():String
public function set appName(value:String):void
author | propriedade |
complianceCode | propriedade |
complianceCode:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the review template.
Implementação
public function get complianceCode():String
public function set complianceCode(value:String):void
createdBy | propriedade |
createdBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the creator of the template.
Implementação
public function get createdBy():String
public function set createdBy(value:String):void
customAttributes | propriedade |
customAttributes:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Map of custom attributes.
Implementação
public function get customAttributes():Object
public function set customAttributes(value:Object):void
keywords | propriedade |
keywords:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Keywords to search for.
Implementação
public function get keywords():String
public function set keywords(value:String):void
lastModifiedBy | propriedade |
lastModifiedBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
Implementação
public function get lastModifiedBy():String
public function set lastModifiedBy(value:String):void
pageNumber | propriedade |
pageNumber:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Page number in case the results need to be paginated.
Implementação
public function get pageNumber():int
public function set pageNumber(value:int):void
pageSize | propriedade |
pageSize:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Page size in case the results need to be paginated.
Implementação
public function get pageSize():int
public function set pageSize(value:int):void
retrieveActiveOnly | propriedade |
retrieveActiveOnly:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Whether to search active templates only.
Implementação
public function get retrieveActiveOnly():Boolean
public function set retrieveActiveOnly(value:Boolean):void
retrieveInActiveOnly | propriedade |
retrieveInActiveOnly:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether only inactive templates searched or all templates.
Implementação
public function get retrieveInActiveOnly():Boolean
public function set retrieveInActiveOnly(value:Boolean):void
templateName | propriedade |
templateName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the template.
Implementação
public function get templateName():String
public function set templateName(value:String):void
Detalhes do construtor
TemplateSearchFilterVO | () | Construtor |
public function TemplateSearchFilterVO()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for TemplateSearchFilterVO
class.
Wed Jun 13 2018, 11:10 AM Z