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.livecycle.rca.model.constant 

ReviewStatus  - AS3 Review, Commenting, and Approval

Paquetecom.adobe.livecycle.rca.model.constant
Clasepublic class ReviewStatus
HerenciaReviewStatus Inheritance Object
Desfasado desde Review, Commenting, and Approval 10: Utilice com.adobe.solutions.rca.constant.ReviewStatus

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

ReviewStatus enumerator.



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
  
Provides values for the ReviewStatus property of ReviewContext.
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] Specifies that all stages of the review are complete.
ReviewStatus
  EXPIRED : String = "EXPIRED"
[estática] Specifies that the review expired during one of its stages.
ReviewStatus
  ONGOING : String = "ONGOING"
[estática] Specifies that the review is currently in progress.
ReviewStatus
  REVISED : String = "REVISED"
[estática] Specifies that an initiator has revised the review.
ReviewStatus
  REVOKED : String = "REVOKED"
[estática] Specifies that a participant, such as an initiator or moderator, has revoked the review.
ReviewStatus
  TYPES : Array
[estática] A utility array that contains all the valid values of the ReviewStatus class.
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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Provides values for the ReviewStatus 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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that all stages of the review are complete. In this state, update operations cannot be performed.

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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that the review expired during one of its stages. That is, one of the review stages was not completed within the 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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that the review is currently in progress. In this state, update operations like adding or removing an approver, adding or removing a reviewer, or revising a review can be performed.

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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that an initiator has revised the review. When a participant submits a new or updated document to a process, a revision of the process is created. In addition, the status of the old revision 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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that a participant, such as an initiator or moderator, has revoked the review. To revoke a review, call the revoke review operation on ManagedReviewAndApprovalService, which internally invokes the revoke review server-side API.

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 9.5
Versiones de motor de ejecución: Flash Player 9, Flash Player 10, AIR (unsupported)

A utility array that contains all the valid values of the ReviewStatus class.





[ 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.