Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.solutions.rca.constant 

ReviewStatus  - AS3 Review, Commenting, and Approval

Paquetecom.adobe.solutions.rca.constant
Clasepublic class ReviewStatus
HerenciaReviewStatus Inheritance Object
Subclases LocalizedReviewStatus

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)

ReviewerStatus Enum.



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
Métodos públicos
 MétodoDefinido por
  
The constructor for ReviewStatus class.
ReviewStatus
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  COMPLETED : String = "COMPLETED"
[estática] COMPLETED status means the review has completed all the stages successfully.
ReviewStatus
  EXPIRED : String = "EXPIRED"
[estática] EXPIRED status means the review has expired in one of its stages.
ReviewStatus
  ONGOING : String = "ONGOING"
[estática] ONGOING status means the review is currently in progress.
ReviewStatus
  REVISED : String = "REVISED"
[estática] REVISED status means the review has been revised by initiator.
ReviewStatus
  REVOKED : String = "REVOKED"
[estática] REVOKED status means the review has been revoked by a participant (an initiator or a moderator).
ReviewStatus
  TYPES : Array
[estática] Utility array containing all the valid values of ReviewStatus.
ReviewStatus
Información sobre constructores

ReviewStatus

()Información sobre
public function ReviewStatus()

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 ReviewStatus class. The ReviewStatus class provides values for the status property of ReviewContext.

Elementos de API relacionados

Información sobre constantes

COMPLETED

Constante
public static const COMPLETED:String = "COMPLETED"

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)

COMPLETED status means the review has completed all the stages successfully. Update operations can not be performed in this state.

EXPIRED

Constante 
public static const EXPIRED:String = "EXPIRED"

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)

EXPIRED status means the review has expired in one of its stages. This means that one of the stage was not complete in specified duration.

ONGOING

Constante 
public static const ONGOING:String = "ONGOING"

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)

ONGOING status means the review is currently in progress. Update operations like, add or remove an approver or a reviewer, or revise review can be performed in this state.

REVISED

Constante 
public static const REVISED:String = "REVISED"

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)

REVISED status means the review has been revised by initiator. If a new or updated document is submitted in a ongoing process, a new revision of the process is initiated and the status of old process is set to REVISED.

REVOKED

Constante 
public static const REVOKED:String = "REVOKED"

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)

REVOKED status means the review has been revoked by a participant (an initiator or a moderator). The review can be revoked by calling revoke review on ManagedReviewAndApprovalService.

TYPES

Constante 
public static const TYPES:Array

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)

Utility array containing all the valid values of ReviewStatus.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.