| Pacote | com.adobe.solutions.rca.vo |
| Classe | public class ReviewSearchFilterVO |
| Herança | ReviewSearchFilterVO BaseVO 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) |
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| customAttributes : Object
Map of custom attributes. | ReviewSearchFilterVO | ||
| endDate : Date
End date of the review. | ReviewSearchFilterVO | ||
![]() | id : String
Get the ID of the VO. | BaseVO | |
| keywords : String
Keywords to search for. | ReviewSearchFilterVO | ||
| name : String
Name of the review search filter. | ReviewSearchFilterVO | ||
| pageNumber : int
Page number in case the results are paginated. | ReviewSearchFilterVO | ||
| pageSize : int
Page size in case the results need to be paginated. | ReviewSearchFilterVO | ||
| role : String
Constrains results for the current users role. | ReviewSearchFilterVO | ||
| searchGroupBasedReviews : Boolean
Flag to search reviews, which are assigned to groups of which the user is a memeber. | ReviewSearchFilterVO | ||
| startDate : Date
Start date of the review. | ReviewSearchFilterVO | ||
| statusFilterList : IList
Returns a list of review status types. | ReviewSearchFilterVO | ||
| templateName : String
Name of template used to define the review. | ReviewSearchFilterVO | ||
| umOid : String
OID of the user performing the search. | ReviewSearchFilterVO | ||
| Método | Definido por | ||
|---|---|---|---|
The constructor for ReviewSearchFilterVO class. | ReviewSearchFilterVO | ||
![]() |
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 | |
| Constante | Definido por | ||
|---|---|---|---|
| DEFAULT_PAGE_SIZE : int = 25 [estático]
Page size in case of paginated results. | ReviewSearchFilterVO | ||
| LAST_PAGE : int = -1 [estático]
Set the page number to LAST_PAGE to fetch the last page of the paginated results. | ReviewSearchFilterVO | ||
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):voidendDate | propriedade |
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):voidname | propriedade |
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 are paginated.
Implementação
public function get pageNumber():int public function set pageNumber(value:int):voidpageSize | 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):voidrole | propriedade |
role: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) |
Constrains results for the current users role.
Implementação
public function get role():String public function set role(value:String):voidsearchGroupBasedReviews | propriedade |
searchGroupBasedReviews: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) |
Flag to search reviews, which are assigned to groups of which the user is a memeber.
Implementação
public function get searchGroupBasedReviews():Boolean public function set searchGroupBasedReviews(value:Boolean):voidstartDate | propriedade |
startDate:Date| 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) |
Start date of the review.
Implementação
public function get startDate():Date public function set startDate(value:Date):voidstatusFilterList | propriedade |
statusFilterList:IList| 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) |
Returns a list of review status types.
Implementação
public function get statusFilterList():IList public function set statusFilterList(value:IList):voidtemplateName | 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 template used to define the review.
Implementação
public function get templateName():String public function set templateName(value:String):voidumOid | propriedade |
umOid: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) |
OID of the user performing the search.
Implementação
public function get umOid():String public function set umOid(value:String):voidReviewSearchFilterVO | () | Construtor |
public function ReviewSearchFilterVO()| 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 ReviewSearchFilterVO class.
DEFAULT_PAGE_SIZE | Constante |
public static const DEFAULT_PAGE_SIZE:int = 25| 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 of paginated results.
LAST_PAGE | Constante |
public static const LAST_PAGE:int = -1| 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) |
Set the page number to LAST_PAGE to fetch the last page of the paginated results.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas