| Paquete | com.adobe.solutions.rca.vo |
| Clase | public class ReviewSearchFilterVO |
| Herencia | ReviewSearchFilterVO BaseVO Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| DEFAULT_PAGE_SIZE : int = 25 [estática]
Page size in case of paginated results. | ReviewSearchFilterVO | ||
| LAST_PAGE : int = -1 [estática]
Set the page number to LAST_PAGE to fetch the last page of the paginated results. | ReviewSearchFilterVO | ||
customAttributes | propiedad |
customAttributes:Object| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Map of custom attributes.
Implementación
public function get customAttributes():Object public function set customAttributes(value:Object):voidendDate | propiedad |
endDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
End date of the review.
Implementación
public function get endDate():Date public function set endDate(value:Date):voidkeywords | propiedad |
keywords:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Keywords to search for.
Implementación
public function get keywords():String public function set keywords(value:String):voidname | propiedad |
name:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the review search filter.
Implementación
public function get name():String public function set name(value:String):voidpageNumber | propiedad |
pageNumber:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Page number in case the results are paginated.
Implementación
public function get pageNumber():int public function set pageNumber(value:int):voidpageSize | propiedad |
pageSize:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Page size in case the results need to be paginated.
Implementación
public function get pageSize():int public function set pageSize(value:int):voidrole | propiedad |
role:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Constrains results for the current users role.
Implementación
public function get role():String public function set role(value:String):voidsearchGroupBasedReviews | propiedad |
searchGroupBasedReviews:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Flag to search reviews, which are assigned to groups of which the user is a memeber.
Implementación
public function get searchGroupBasedReviews():Boolean public function set searchGroupBasedReviews(value:Boolean):voidstartDate | propiedad |
startDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Start date of the review.
Implementación
public function get startDate():Date public function set startDate(value:Date):voidstatusFilterList | propiedad |
statusFilterList:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns a list of review status types.
Implementación
public function get statusFilterList():IList public function set statusFilterList(value:IList):voidtemplateName | propiedad |
templateName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of template used to define the review.
Implementación
public function get templateName():String public function set templateName(value:String):voidumOid | propiedad |
umOid:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
OID of the user performing the search.
Implementación
public function get umOid():String public function set umOid(value:String):voidReviewSearchFilterVO | () | Información sobre |
public function ReviewSearchFilterVO()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewSearchFilterVO class.
DEFAULT_PAGE_SIZE | Constante |
public static const DEFAULT_PAGE_SIZE:int = 25| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Page size in case of paginated results.
LAST_PAGE | Constante |
public static const LAST_PAGE:int = -1| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Set the page number to LAST_PAGE to fetch the last page of the paginated results.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas