Paquete | com.adobe.solutions.rca.constant |
Clase | public class ReviewStatus |
Herencia | ReviewStatus 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.
Método | Definido por | ||
---|---|---|---|
The constructor for ReviewStatus class. | ReviewStatus | ||
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 | ||
---|---|---|---|
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 |
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
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
.
Tue Jun 12 2018, 02:12 PM Z